summaryrefslogtreecommitdiff
path: root/ports-mgmt/portmaster
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-05-02 07:33:34 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-05-02 07:33:34 +0000
commit362cb389be3b570d1c92fc52e966116cfbbfe25c (patch)
tree946a1d80e0cdf2439dd2de43ad54dde4b5d01e3f /ports-mgmt/portmaster
parentremove unmaintained expired ports from math (diff)
New Features:
============= * The -F option now works with --packages and --packages-only o If -F --packages-only and there is no package to fetch, give the user a menu of options o If -F and --packages lack of a package is a soft fail * Revamp the code in check_fetch_only() and where we wait for b/g distfile fetching to complete to be a lot smarter: o In check_fetch_only() simplify the code to count fetch processes which both makes it faster by avoiding ps, and also makes it smarter because it will find fewer false positives. o In both, poll every 2 seconds, but only output to the console every 6. This way we'll be able to exit a lot sooner, but still avoid spamming the user with lots of messages. * In the event that an invalid combination of configuration options causes a port to be BROKEN, etc. allow the user to run --force-config and try again * Add the ability to specify the -t option to -L and --index-only to check every installed port instead of using the shortcut. This is slow, but useful on an old system where there is no ports tree and one or more of the ports is so old that it no longer exists in INDEX. Bug Fixes: ========== Fix an unfortunately long-standing bug in the --package code, we need to update the +REQUIRED_BY files for ports that the installed port depends on. When I tested pkg_add originally I confirmed that it did this, but I neglected to re-test when adding the --no-deps option, which suppresses this behavior. Mea culpa. So take this opportunity to fix the bug, and improve some other things in the process: * Add code to the section that updates dependencies for the newly installed package to walk the +CONTENTS file and runs the +REQUIRED_BY update for every port that the newly installed depends on. * Various non-user-visible optimizations to the dependency udpating code * When called from gen_dep_list, which also uses temp_list as a local variable, uniquify_list() needs its own set of local variables otherwise temp_list ends up being duplicated by uniquify_list Minor Optimizations: ==================== * Micro-optimize a few more cases where we can avoid going out to disk to test stuff by separating the test for a variable first. * Continue the campaign to unset things to keep the environment small * Various other micro-optimizations
Notes
Notes: svn path=/head/; revision=273454
Diffstat (limited to 'ports-mgmt/portmaster')
-rw-r--r--ports-mgmt/portmaster/Makefile2
-rw-r--r--ports-mgmt/portmaster/distinfo8
2 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile
index 12e340f064d6..ffefb5d9684c 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= portmaster
-PORTVERSION= 3.8
+PORTVERSION= 3.9
CATEGORIES= ports-mgmt
MASTER_SITES= http://dougbarton.us/Downloads/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo
index 1c2e5bfd8c66..2e753bb1f675 100644
--- a/ports-mgmt/portmaster/distinfo
+++ b/ports-mgmt/portmaster/distinfo
@@ -1,4 +1,4 @@
-SHA256 (portmaster-3.8.tar.gz) = 012f370c35afb72a68ba9bcb88dcbb52b8519eab5121381e413a5db0e2ef70d3
-SIZE (portmaster-3.8.tar.gz) = 40088
-SHA256 (portmaster-3.8.tar.gz.asc) = 0c16df6a85cf7414208ff90eebec8bd28ee71d3257a6e99cc1e7fc1534e86b44
-SIZE (portmaster-3.8.tar.gz.asc) = 488
+SHA256 (portmaster-3.9.tar.gz) = 9facfc4393625f2d7a1968628cf9b1a8ffd8e8977e843b8308de10206ce76bce
+SIZE (portmaster-3.9.tar.gz) = 40524
+SHA256 (portmaster-3.9.tar.gz.asc) = 1d0de1673525194aa625b7a469b4aafdf4e85f7d1fe4dc593ce6708f53e2422c
+SIZE (portmaster-3.9.tar.gz.asc) = 488