ports-mgmt/poudriere-devel: Update to 3.3.0-1019-gef4526594
Changes: - Store pool dir in logs/.poudriere.pkg_pool% - bulk: Add -NN to avoid committing packages. - distclean: Don't delete DISTFILES_CACHE if it is empty - distclean: Fix deleting from a corrupted list - distclean is known to not properly recurse deps. - crashed_build/skipping: Show flavor of packages - Package Fetch: Fix handling for remote pkg version check - Package Fetch: Handle lost packages failure better for PKG_SUFX transition. - bulk: Auto rename *.txz to *.pkg if needed - Default DELETE_UNQUEUED_PACKAGES to no and document. - image: Fix firmware images - zsh: Add bulk -b option description for zsh completion file and remove trailing spaces - clock: Fix formatting to be more portable
This commit is contained in:
parent
02dbfbc676
commit
7791106ed5
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= poudriere
|
||||
DISTVERSION= 3.3.99.20210907
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.3.99.20211015
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
|
||||
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
|
||||
|
@ -16,7 +16,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]*
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_TAGNAME= 3.3.0-967-g764941e90
|
||||
GH_TAGNAME= 3.3.0-1019-gef4526594
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ETCDIR= ${PREFIX}/etc/poudriere.d
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1631047835
|
||||
SHA256 (freebsd-poudriere-3.3.99.20210907-3.3.0-967-g764941e90_GH0.tar.gz) = cebfe7143ad0c79230a76ee05b6ac4563d25d91eba7ae27ec8c6359f5a206ac9
|
||||
SIZE (freebsd-poudriere-3.3.99.20210907-3.3.0-967-g764941e90_GH0.tar.gz) = 4200468
|
||||
TIMESTAMP = 1634355830
|
||||
SHA256 (freebsd-poudriere-3.3.99.20211015-3.3.0-1019-gef4526594_GH0.tar.gz) = d0730ac21cbe1220733c56dcd2be4c380bcd5f5c15ea64453ecfa98823773845
|
||||
SIZE (freebsd-poudriere-3.3.99.20211015-3.3.0-1019-gef4526594_GH0.tar.gz) = 4202010
|
||||
|
|
Loading…
Reference in a new issue