aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portmaster
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-06-08 14:08:36 +0800
committerdougb <dougb@FreeBSD.org>2011-06-08 14:08:36 +0800
commit9472f38318dd69614890f3e3f13787cd72bd4147 (patch)
tree5c122637e7ede9c1abeec809418e836c6c951744 /ports-mgmt/portmaster
parent53f1b453d4dac7329e5ccc22473d6ceefa478e05 (diff)
downloadfreebsd-ports-gnome-9472f38318dd69614890f3e3f13787cd72bd4147.tar.gz
freebsd-ports-gnome-9472f38318dd69614890f3e3f13787cd72bd4147.tar.zst
freebsd-ports-gnome-9472f38318dd69614890f3e3f13787cd72bd4147.zip
Update to 3.9.1, a minor bugfix version:
In shuffling around the updating of +REQUIRED_BY I forgot to delete empty grep_deps files. [1] While I'm looking at unlink'ing files, bring some sanity to the various places that it's done which haven't been reviewed in a while: * Fix the pm_unlink* functions to use the builtin test * Only/always call the function when we're not sure if the file exists * Just use /bin/unlink when we're sure it does * In parent_exit the glob pattern in the for loop will return 'pattern-*' if there are no matches, so test for that specifically rather than returning to the conditional version. The mere presence of IS_INTERACTIVE in the Makefile is not enough, the condition needs to be verified in case it is conditional [2] We want to make sure that $TMPDIR exists before trying to use it. The cheapest way to do this is to just call mkdir -p. Move the umask call before this to be safe. Split the test for the existence of /usr/X11R6 and whether or not it's a link for one more micro-optimization. Submitted by: olgeni [1] PR: ports/157481 [2] Submitted by: Carl <k0802647@telus.net> [2]
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 ffefb5d9684c..e10cbde7c9e4 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= portmaster
-PORTVERSION= 3.9
+PORTVERSION= 3.9.1
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 2e753bb1f675..59dd2d3947ff 100644
--- a/ports-mgmt/portmaster/distinfo
+++ b/ports-mgmt/portmaster/distinfo
@@ -1,4 +1,4 @@
-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
+SHA256 (portmaster-3.9.1.tar.gz) = 102cf89e886ef5a6847156e9209974c0ac2597bdfbf5060bcf9e3ebbbefdde7c
+SIZE (portmaster-3.9.1.tar.gz) = 40565
+SHA256 (portmaster-3.9.1.tar.gz.asc) = 2c4319e2ebdc097c4e934fc4a0a773297e5e53759d7c18dec6a73a33dacb5b64
+SIZE (portmaster-3.9.1.tar.gz.asc) = 488