1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Update to 3.3.4

Changes: https://github.com/freebsd/poudriere/wiki/release_notes_334

* Fix pkg 1.11 issue with devfs mount.
* testport / bulk -t: Set DEVELOPER in patch phase.
* Fix html with port named "latest".
* bulk: Fixed non-existent dependencies claiming to be MOVED
* Fix first-time setup issues with BASEFS.
This commit is contained in:
Bryan Drewery 2020-03-26 20:47:28 +00:00
parent 31f887a4e1
commit af069ae0cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529218
3 changed files with 4 additions and 21 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
DISTVERSION= 3.3.3
DISTVERSION= 3.3.4
PORTREVISION= 0
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1576000772
SHA256 (freebsd-poudriere-3.3.3_GH0.tar.gz) = 43629d7930b51de50ae82c3a85db95e9b028046f5001a12f74634e3b4adbec3c
SIZE (freebsd-poudriere-3.3.3_GH0.tar.gz) = 4379888
TIMESTAMP = 1585255569
SHA256 (freebsd-poudriere-3.3.4_GH0.tar.gz) = ba8eec0f9b0e7da3bf81a5e790f1bbb1c52eb3342a76de987aac5352f2e21305
SIZE (freebsd-poudriere-3.3.4_GH0.tar.gz) = 4379969

View File

@ -1,17 +0,0 @@
diff --git src/share/poudriere/image.sh src/share/poudriere/image.sh
index 5a0f2e2b..e34dc063 100644
--- src/share/poudriere/image.sh
+++ src/share/poudriere/image.sh
@@ -411,10 +411,12 @@ if [ -n "${PACKAGELIST}" ]; then
FreeBSD: { enabled: false }
local: { url: file:///tmp/packages }
EOF
+ mount -t devfs devfs ${WRKDIR}/world/dev
convert_package_list "${PACKAGELIST}" | \
xargs chroot "${WRKDIR}/world" env \
REPOS_DIR=/tmp ASSUME_ALWAYS_YES=yes \
pkg install
+ umount ${WRKDIR}/world/dev
else
cat > "${WRKDIR}/world/tmp/repo.conf" <<-EOF
FreeBSD: { enabled: false }