[rkward] macports: added yet another sync of portgroups

m.eik michalke null at kde.org
Thu Apr 5 12:16:41 UTC 2018


Git commit f8198d3d0f6e862068f8a4743f845c7364cb8785 by m.eik michalke.
Committed on 05/04/2018 at 12:15.
Pushed by meikm into branch 'master'.

added yet another sync of portgroups

M  +5    -0    macports/update_bundle.sh

https://commits.kde.org/rkward/f8198d3d0f6e862068f8a4743f845c7364cb8785

diff --git a/macports/update_bundle.sh b/macports/update_bundle.sh
index 444220c3..b067df0c 100755
--- a/macports/update_bundle.sh
+++ b/macports/update_bundle.sh
@@ -511,8 +511,13 @@ if $UPMPORTS ; then
   sudo "${MPTINST}/bin/port" clean inactive
   echo -e "sudo ${TXT_BLUE}${MPTINST}/bin/port${OFF} -f uninstall inactive"
   sudo "${MPTINST}/bin/port" -f uninstall inactive
+  # this uninstalls way too many ports:
+  # echo -e "sudo ${TXT_BLUE}${MPTINST}/bin/port${OFF} uninstall --follow-dependencies leaves ${TXT_DGRAY}# remove orphaned dependencies${OFF}"
+  # sudo "${MPTINST}/bin/port" uninstall --follow-dependencies leaves
   echo -e "sudo ${TXT_BLUE}${MPTINST}/bin/port${OFF} reclaim ${TXT_DGRAY}# remove unused distfiles${OFF}"
   sudo "${MPTINST}/bin/port" reclaim
+  # somehow the port groups keep disappearing
+  updatePortGrous
   alldone
 fi
 



More information about the rkward-tracker mailing list