Minor improvements
================== * Restore the line from -av that prints each port as we work on it. * Print more useful information about ports that don't have distfiles, or distfiles we're skipping due to duplicates when -F (especially with -a). Bug fixes ========= * Consolidate all writing to the IPC_SAVE file into safe_exit() so that it always gets called. Also, zero out the file after reading it so that a parent process doesn't inadvertently read stale data during a trap (unlikely, but not impossible).
This commit is contained in:
parent
32e10a8796
commit
b3b3c80e67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299972
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= portmaster
|
PORTNAME= portmaster
|
||||||
PORTVERSION= 3.12.1
|
PORTVERSION= 3.12.2
|
||||||
CATEGORIES= ports-mgmt
|
CATEGORIES= ports-mgmt
|
||||||
MASTER_SITES= http://dougbarton.us/Downloads/
|
MASTER_SITES= http://dougbarton.us/Downloads/
|
||||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SHA256 (portmaster-3.12.1.tar.gz) = 116dacd24e5648d6a63cbcd4e394c74e4d836e6f55010f03b1953808747edbc7
|
SHA256 (portmaster-3.12.2.tar.gz) = d69aa2282d8c91da362337a80598b54a71a749675f8c34b8b8efc0f4e047276a
|
||||||
SIZE (portmaster-3.12.1.tar.gz) = 41726
|
SIZE (portmaster-3.12.2.tar.gz) = 41792
|
||||||
SHA256 (portmaster-3.12.1.tar.gz.asc) = a70d9bb309c62b32925930acd11bd17e56b19a07d52ac9097f7809eba7aa5e0b
|
SHA256 (portmaster-3.12.2.tar.gz.asc) = f6a853b096b49f29081164786b07777141eb6c3b4fe672dec1d32f13fc7cdd71
|
||||||
SIZE (portmaster-3.12.1.tar.gz.asc) = 488
|
SIZE (portmaster-3.12.2.tar.gz.asc) = 488
|
||||||
|
|
Loading…
Reference in a new issue