git: 1ecd4b4f7f7c - main - ports-mgmt/poudriere-devel: Update to 3.3.0-1120-g060395ad7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Jun 2022 19:26:31 UTC
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ecd4b4f7f7c64dcb4d0f8e4473a6528f0a833b8 commit 1ecd4b4f7f7c64dcb4d0f8e4473a6528f0a833b8 Author: Bryan Drewery <bdrewery@FreeBSD.org> AuthorDate: 2022-06-18 04:09:57 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2022-06-22 19:24:16 +0000 ports-mgmt/poudriere-devel: Update to 3.3.0-1120-g060395ad7 Changes: - poudriere.conf.sample: fix git example URLs - Stop using logfile birthtime for durations. - exit_handler: Alert if an unhandled error (set -e) is seen. - pkg repo: Be more verbose and catch errors better. - append_make: Display computed path rather than real - options: Add -o flag to specify PORT_DBDIR name to write to. - options: Clarify how to modify the options - pkgclean: Add -C to allow deleting only specific packages. - pkgclean -C: Delete rdeps of listed with -r - Wrong PKGNAME error: Hint that a @FLAVOR could be missing - Package Fetch: Must compare remote PREFIX - image: Add hybrid ISO image support - Allow to disable grepping logs for failure reason with DETERMINE_BUILD_FAILURE_REASON=no - image_zfs: Fix inverted logic - image_zfs: Fix setting boot partition size - image_zfs: Allow same-as-host pool names - image: Exclude ZFS snapshot artifacts from image - jail: download.freebsd.org has no /ftp/ in the path anymore - manpage updates - bash completion updates --- ports-mgmt/poudriere-devel/Makefile | 4 ++-- ports-mgmt/poudriere-devel/distinfo | 6 +++--- ports-mgmt/poudriere-devel/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index cc98c848580b..f6d02bde1237 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= poudriere -DISTVERSION= 3.3.99.20211130 +DISTVERSION= 3.3.99.20220617 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -16,7 +16,7 @@ CONFLICTS_INSTALL= poudriere USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.3.0-1068-g8d0342ef6 +GH_TAGNAME= 3.3.0-1120-g060395ad7 GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index a0f2ceefa177..f72ccbf422d6 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638298692 -SHA256 (freebsd-poudriere-3.3.99.20211130-3.3.0-1068-g8d0342ef6_GH0.tar.gz) = 480587ba76660d6ca60c928513c4e8c96b689189d40139f2eeaf2ec99925e21b -SIZE (freebsd-poudriere-3.3.99.20211130-3.3.0-1068-g8d0342ef6_GH0.tar.gz) = 4207756 +TIMESTAMP = 1655525816 +SHA256 (freebsd-poudriere-3.3.99.20220617-3.3.0-1120-g060395ad7_GH0.tar.gz) = 143188a14f17aa43a65ff1c1a78e17360cf860e28d09d3f0f816f11c623b20f4 +SIZE (freebsd-poudriere-3.3.99.20220617-3.3.0-1120-g060395ad7_GH0.tar.gz) = 4215836 diff --git a/ports-mgmt/poudriere-devel/pkg-plist b/ports-mgmt/poudriere-devel/pkg-plist index 9210e7cb662e..083d82bf3229 100644 --- a/ports-mgmt/poudriere-devel/pkg-plist +++ b/ports-mgmt/poudriere-devel/pkg-plist @@ -89,6 +89,7 @@ man/man8/poudriere-version.8.gz %%DATADIR%%/image.sh %%DATADIR%%/image_dump.sh %%DATADIR%%/image_firmware.sh +%%DATADIR%%/image_hybridiso.sh %%DATADIR%%/image_iso.sh %%DATADIR%%/image_mfs.sh %%DATADIR%%/image_rawdisk.sh