svn commit: r366322 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Wed Aug 27 13:09:21 UTC 2014
Author: bdrewery
Date: Wed Aug 27 13:09:20 2014
New Revision: 366322
URL: http://svnweb.freebsd.org/changeset/ports/366322
QAT: https://qat.redports.org/buildarchive/r366322/
Log:
- 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
Modified:
head/ports-mgmt/poudriere-devel/Makefile
head/ports-mgmt/poudriere-devel/distinfo
Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile Wed Aug 27 12:55:29 2014 (r366321)
+++ head/ports-mgmt/poudriere-devel/Makefile Wed Aug 27 13:09:20 2014 (r366322)
@@ -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
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Wed Aug 27 12:55:29 2014 (r366321)
+++ head/ports-mgmt/poudriere-devel/distinfo Wed Aug 27 13:09:20 2014 (r366322)
@@ -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
More information about the svn-ports-all
mailing list