Update to 3.2.0-37-g4775d32f
- HTML: Fix failed origin column - testport -c: Don't read host /etc/make.conf. - testport: Avoid reading ports files outside jail for FLAVOR/DEPENDS_ARGS - Avoid using `injail` on system. - ports/jail -c NOZFS: Consider non-empty-already-existing-directory a failure - Fix usage printout before system is setup. - jail -c: Replace colon in JAILMNT to avoid PATH issues in buildworld. - image: Setup PKG ABI properly - FORCE_MOUNT_HASH: Support yes/no. - FORCE_MOUNT_HASH: Fix due to improper logic. - Record lld failures as lld_linker_error. - options -p: Warn/confirm if in a TTY about overwriting older options directory. - poudriere -vv: Show which poudriere.conf files are loaded
This commit is contained in:
parent
d65b2886b1
commit
fe6b4fd8e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454996
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= poudriere
|
||||
DISTVERSION= 3.2.99.20171111
|
||||
DISTVERSION= 3.2.99.20171127
|
||||
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.2.0-1-g23c417d9
|
||||
GH_TAGNAME= 3.2.0-37-g4775d32f
|
||||
#DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1510420278
|
||||
SHA256 (freebsd-poudriere-3.2.99.20171111-3.2.0-1-g23c417d9_GH0.tar.gz) = b079644d193b72626ff9270008309e5bee3e8bf84178a5dab3da181760df7021
|
||||
SIZE (freebsd-poudriere-3.2.99.20171111-3.2.0-1-g23c417d9_GH0.tar.gz) = 4357512
|
||||
TIMESTAMP = 1511821150
|
||||
SHA256 (freebsd-poudriere-3.2.99.20171127-3.2.0-37-g4775d32f_GH0.tar.gz) = 197a3602a5665eece71ea8a3b8e1f41e2bb7db7f207f5c5218c86bc4fd68df80
|
||||
SIZE (freebsd-poudriere-3.2.99.20171127-3.2.0-37-g4775d32f_GH0.tar.gz) = 4355957
|
||||
|
|
Loading…
Reference in a new issue