svn commit: r301492 - head/ports-mgmt/portmaster
Doug Barton
dougb at FreeBSD.org
Tue Jul 24 20:48:18 UTC 2012
Author: dougb
Date: Tue Jul 24 20:48:17 2012
New Revision: 301492
URL: http://svn.freebsd.org/changeset/ports/301492
Log:
Update to 3.13.13:
Minor improvements:
===================
* Improve messages for processing of dependent ports when -r
* If there is an installed version, always print that message, not just
when we're in the parent
* Optimize determination of $new_port:
- When first set, let it be global
- Use a function to incorporate/optimize the various tests from the
2 different places that it was being set
* Use a more robust method of determining portdir from $PWD. This also
works for bare 'portmaster' with no arguments now, if you're in a port
directory.
* Various additional code cleanups
Bug fix:
========
Do read_distinfos() in the background for multiport() too, oops
Modified:
head/ports-mgmt/portmaster/Makefile
head/ports-mgmt/portmaster/distinfo
Modified: head/ports-mgmt/portmaster/Makefile
==============================================================================
--- head/ports-mgmt/portmaster/Makefile Tue Jul 24 20:41:55 2012 (r301491)
+++ head/ports-mgmt/portmaster/Makefile Tue Jul 24 20:48:17 2012 (r301492)
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= portmaster
-PORTVERSION= 3.13.1
+PORTVERSION= 3.13.13
CATEGORIES= ports-mgmt
MASTER_SITES= http://dougbarton.us/Downloads/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
Modified: head/ports-mgmt/portmaster/distinfo
==============================================================================
--- head/ports-mgmt/portmaster/distinfo Tue Jul 24 20:41:55 2012 (r301491)
+++ head/ports-mgmt/portmaster/distinfo Tue Jul 24 20:48:17 2012 (r301492)
@@ -1,4 +1,4 @@
-SHA256 (portmaster-3.13.1.tar.gz) = 4650011c1875b6afecd1ff6238864acc3141564bde32d415ed102590b7bb25ac
-SIZE (portmaster-3.13.1.tar.gz) = 41948
-SHA256 (portmaster-3.13.1.tar.gz.asc) = 66d34640b7475565156e20536754a0a7f444dbf08e36b2ed095906019fd47bb2
-SIZE (portmaster-3.13.1.tar.gz.asc) = 488
+SHA256 (portmaster-3.13.13.tar.gz) = c89e03c6951e7744dffbcf80a454c2ca43138bae36e602f291d90ee4c13e56cd
+SIZE (portmaster-3.13.13.tar.gz) = 41978
+SHA256 (portmaster-3.13.13.tar.gz.asc) = 27143e3e2ff2f03e745b1c26ad1791eace1d88ee3ca5f61df1f45730ed5dfb23
+SIZE (portmaster-3.13.13.tar.gz.asc) = 488
More information about the svn-ports-all
mailing list