mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
ports-mgmt/poudriere-devel: update to 234f8d15
Enhancement: - option now properly deal with interruption (^C) - bulk: rebuilding and resigning of a repo can now be triggered - add a /etc/hosts entry in building jail (necessary for newer openjdk) - stop adding devfs in jails new pkg does not need it - image now regenerate pwd database (this allows master.passwd in overlays) - reduce the number of I/O in gather_distfiles, (should reduce greatly the number of call to fsync) Fixes: - option support for subpackages - status without sets now prints properly - deduplication options and dependencies while gathering incremental rebuild (should reduce the number of false positive rebuild detection)
This commit is contained in:
parent
f8d1c7de62
commit
22394f0c26
@ -1,5 +1,5 @@
|
||||
PORTNAME= poudriere
|
||||
DISTVERSION= 3.4.99.20231030
|
||||
DISTVERSION= 3.4.99.20231113
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
|
||||
@ -16,7 +16,7 @@ CONFLICTS_INSTALL= poudriere
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= 8d03be39
|
||||
GH_TAGNAME= 234f8d15
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ETCDIR= ${PREFIX}/etc/poudriere.d
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1698687297
|
||||
SHA256 (freebsd-poudriere-3.4.99.20231030-8d03be39_GH0.tar.gz) = f906a9d49516ba436c60542d53f7a3ad52193b821393d4bd20efbf3270af8d8b
|
||||
SIZE (freebsd-poudriere-3.4.99.20231030-8d03be39_GH0.tar.gz) = 4207372
|
||||
TIMESTAMP = 1699862873
|
||||
SHA256 (freebsd-poudriere-3.4.99.20231113-234f8d15_GH0.tar.gz) = f3a5969531615f4367ff5c97a6054cf6de152983d2271a503f432037ba068a64
|
||||
SIZE (freebsd-poudriere-3.4.99.20231113-234f8d15_GH0.tar.gz) = 4208110
|
||||
|
@ -36,6 +36,7 @@ man/man8/poudriere-testport.8.gz
|
||||
man/man8/poudriere-version.8.gz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpd.conf.sample
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nginx.conf.sample
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Caddyfile.sample
|
||||
%%DATADIR%%/MANIFESTS
|
||||
%%DATADIR%%/awk/dependency_loop.awk
|
||||
%%DATADIR%%/awk/humanize.awk
|
||||
|
Loading…
Reference in New Issue
Block a user