mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Update to 3.0-1974-g9dd8a906
- Properly ignore /proc without invoking pseudofs kernel code. - mtree: Remove exclusion of /usr/home - mtree: Remove exclusion of .p4config - mtree: Restore ignoring /var/tmp in prebuild/prestage. - mtree: Don't descend into /dev, avoiding devfs_readdir, etc. - mtree: Avoid descending into all directories. - gather_distfiles: Use port_var_fetch to lessen needed make executions - sh: Make touch a builtin - Fix commit c0daac2f: /dev/null is a special character device, not directory. - pwait builtin: Properly restore SIGALRM on exit
This commit is contained in:
parent
7092b48d0f
commit
982a61ff12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435698
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= poudriere
|
||||
DISTVERSION= 3.1.99.20170306
|
||||
DISTVERSION= 3.1.99.20170308
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
|
||||
@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]*
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= 3.0-1957-gb3d3e0c2
|
||||
GH_TAGNAME= 3.0-1974-g9dd8a906
|
||||
#DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1488859216
|
||||
SHA256 (freebsd-poudriere-3.1.99.20170306-3.0-1957-gb3d3e0c2_GH0.tar.gz) = f614fea1cb572f290a1606fa18c047ac698004f3879880b37c3c9d0bacf3744b
|
||||
SIZE (freebsd-poudriere-3.1.99.20170306-3.0-1957-gb3d3e0c2_GH0.tar.gz) = 2968774
|
||||
TIMESTAMP = 1488991573
|
||||
SHA256 (freebsd-poudriere-3.1.99.20170308-3.0-1974-g9dd8a906_GH0.tar.gz) = b19b0324c03612b06ef28e5bb10f6e5d2ee271bd6cd78bf6d1d3a754a0b9a679
|
||||
SIZE (freebsd-poudriere-3.1.99.20170308-3.0-1974-g9dd8a906_GH0.tar.gz) = 2971826
|
||||
|
Loading…
Reference in New Issue
Block a user