1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Update to checkin 7c2b030b2b

Changes:
  * testport: Detect invalid origin in -o
  * Still symlink logs to errors/ for 'stuck_in_queue'
  * Add a jail:start hook. Can be used to customize the jail for builds on
    startup.
  * jail -u: Stop trying to nullmount /usr/src on top of itself, and
    fix /compat warning.
  * bulk -t/testport: Only show NEEDED libraries using readelf(1) rather than
    ldd(1) which was showing indirect library dependencies.
  * bulk -R / NO_RESTRICTED: Show which files are being removed by
    clean_restricted
  * Fix showing missing MOVED as a warning
  * jail -i: Fix to not require a ports tree
  * bulk -i: Fix installation of ports-mgmt/pkg
This commit is contained in:
Bryan Drewery 2014-08-27 13:09:20 +00:00
parent 2df17405ca
commit a56194f635
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366322
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
PORTVERSION= 3.0.99.20140808
PORTVERSION= 3.0.99.20140827
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
http://fossil.etoilebsd.net/poudriere/tarball/
@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE
CONFLICTS_INSTALL= poudriere-[0-9]*
FSL_CHKIN= 439a908c73
FSL_CHKIN= 7c2b030b2b
GNU_CONFIGURE= yes
ETCDIR= ${PREFIX}/etc/poudriere.d

View File

@ -1,2 +1,2 @@
SHA256 (poudriere-3.0.99.20140808.tar.gz?uuid=439a908c73) = 06ac3d560d34aa79f707ca84416aefd515f823ae4eef073c735173c61bb5af71
SIZE (poudriere-3.0.99.20140808.tar.gz?uuid=439a908c73) = 2695054
SHA256 (poudriere-3.0.99.20140827.tar.gz?uuid=7c2b030b2b) = 181378f186def45353e1e6d7e92c5b2de06383cb7bdb3d16d5079d681e53b179
SIZE (poudriere-3.0.99.20140827.tar.gz?uuid=7c2b030b2b) = 2698647