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%
This commit is contained in:
parent
8ffe5e9e77
commit
323e0ff2eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300992
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user