diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-17 15:38:27 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-17 15:38:27 +0800 |
commit | fea3d28a7b7e939ecca0fd88e598d6d36e081c41 (patch) | |
tree | 4045b992144b68ed147e344e758261bd048eda04 /ports-mgmt | |
parent | c6698723bef900ef44195cd948c8df62cb83d7a9 (diff) | |
download | freebsd-ports-gnome-fea3d28a7b7e939ecca0fd88e598d6d36e081c41.tar.gz freebsd-ports-gnome-fea3d28a7b7e939ecca0fd88e598d6d36e081c41.tar.zst freebsd-ports-gnome-fea3d28a7b7e939ecca0fd88e598d6d36e081c41.zip |
Update to version 3.13.1
Minor fixes/improvements
========================
* Turns out there are a non-zero number of distinfo files that have SIZE
listed first, so in the code that parses them for the data to put into
/var/db/pkg/$port/distfiles, handle this situation gracefully.
* If we trap while working on a child port do not remove that child from
the PM_NEEDS_UPDATE list so that when it gets printed in the parent
that child is still on the list.
* Use the count of total ports as $num_of_deps for -Faf
* For -av, add num_{roots|trunks|branches|leaves} values to the headers
* In multiport(), decrement the number of ports to work on and print a -v
message if we have already seen a port in the worklist as a dependency
of another port in the list.
* Many other minor code cleanups
Performance enhancement
=======================
* In read_distinfos*() use while read instead of grep. Avoids the fork
and reduces the total time for building the list(s) of distfiles by 25%
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portmaster/distinfo | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index 774c70b56dcd..e0e9ba85c584 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= portmaster -PORTVERSION= 3.13 +PORTVERSION= 3.13.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 09b1d81d82eb..a1e39e5f5853 100644 --- a/ports-mgmt/portmaster/distinfo +++ b/ports-mgmt/portmaster/distinfo @@ -1,4 +1,4 @@ -SHA256 (portmaster-3.13.tar.gz) = b317e7c3b691a194e94abcf1e548b0dcf26088350344c3d3d0c4ddfa1a6b4b7b -SIZE (portmaster-3.13.tar.gz) = 41841 -SHA256 (portmaster-3.13.tar.gz.asc) = 634c6f4e1b86f02aa4c75018e49a2f786a1b281b4c94ba91050a6ead4b444d78 -SIZE (portmaster-3.13.tar.gz.asc) = 488 +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 |