1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

ports-mgmt/poudriere-devel: Update to 3.3.0-869-g7a9e09c8f

Changes:
  * misc fixes for pkg-1.17's new PKG_SUFX of .pkg
  * Some PORTBUILD_UID/GID fixes and display changes
  * ports -c: Disallow using - in new trees as it causes parsing issues
  * ALLOW_MAKE_JOBS: Explicitly compare to 'yes'
  * bulk -b: prefetch package fixes
  * bulk -b: prefetch packages are now cached (linked and deleted under normal pkgclean/bulk delete behavior)
  * Add in more notes for built packages.
  * Don't store timestamp+poudriere version git notes if PKG_REPRODUCIBLE is set
  * Change pkg notes naming style From_This to_this
  * Allow zstd in WRKDIR_ARCHIVE_FORMAT
  * misc manpage improvements
  * jail: Automatically set XDEV as needed
  * Rename MUTABLE_BASE to clearer IMMUTABLE_BASE
  * bulk/testport -i: Many improvements and /etc/motd populated with env hints
  * jail -m src: Fix src.conf not being used during install
  * Add PACKAGE_FETCH_BLACKLIST
  * bulk: Rebuild all packages if the pkg bootstrap is missing
  * Disallow /dev/bpf in the jails
  * CCACHE_DIR_NON_ROOT_SAFE: Chmod /root to 755 to allow non-root to access
  * CCACHE + BUILD_AS_NON_ROOT: Give detailed information on proper setup for this.
    See https://github.com/freebsd/poudriere/commit/8c36dfe5cca92
  * bulk: Do not process dependencies of IGNORED ports.
  * misc error handling fixes
  * bulk: Rebuild packages with changed ABI
This commit is contained in:
Bryan Drewery 2021-08-18 11:11:28 -07:00
parent 8bd7ad336a
commit 0081aa8f7f
3 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= poudriere
DISTVERSION= 3.3.99.20210720
DISTVERSION= 3.3.99.20210818
PORTREVISION= 0
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
@ -16,7 +16,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]*
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_TAGNAME= 3.3.0-748-g71646de83
GH_TAGNAME= 3.3.0-869-g7a9e09c8f
GNU_CONFIGURE= yes
ETCDIR= ${PREFIX}/etc/poudriere.d

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1626824072
SHA256 (freebsd-poudriere-3.3.99.20210720-3.3.0-748-g71646de83_GH0.tar.gz) = 7be23a62fa42612541275914bdc0dbc062aad9dc6c4f3586443356633e1cc98f
SIZE (freebsd-poudriere-3.3.99.20210720-3.3.0-748-g71646de83_GH0.tar.gz) = 4187429
TIMESTAMP = 1629310037
SHA256 (freebsd-poudriere-3.3.99.20210818-3.3.0-869-g7a9e09c8f_GH0.tar.gz) = 1e87aeb86def534f2488bbd8cf9fdde479f49ac1667509ed7bc8bd8638399e41
SIZE (freebsd-poudriere-3.3.99.20210818-3.3.0-869-g7a9e09c8f_GH0.tar.gz) = 4193898

View File

@ -105,6 +105,8 @@ man/man8/poudriere-version.8.gz
%%DATADIR%%/include/hash.sh
%%DATADIR%%/include/html.sh
%%DATADIR%%/include/parallel.sh
%%DATADIR%%/include/pkg.sh
%%DATADIR%%/include/pkgqueue.sh
%%DATADIR%%/include/shared_hash.sh
%%DATADIR%%/include/util.sh
%%DATADIR%%/jail.sh