svn commit: r308077 - head/ports-mgmt/poudriere
Bryan Drewery
bdrewery at FreeBSD.org
Sat Dec 1 16:22:58 UTC 2012
Author: bdrewery
Date: Sat Dec 1 16:22:57 2012
New Revision: 308077
URL: http://svnweb.freebsd.org/changeset/ports/308077
Log:
- Update to 2.3
- Sort PLIST_FILES and remove trailing slash
Changes:
* Heavy parallelization improvements
* Performance improvements
* Non-ZFS ports trees are now supported. See the site
for details on how to use a local tree.
* distclean: New script to cleanup old distfiles
* bulk: New NO_RESTRICTED flag to clean restricted distfiles and packages
* jail: Add 'gjb' method to use Glen Barber's snapshots
* jail -cu: Support PARALLEL_JOBS/-J for buildworld
* jail -cu: Enable ccache support, requires host have devel/ccache
* New TMPFS_DATA to allow having the pool,cache and other poudriere temporary
files be stored in memory (important if using bulk -a)
* Fix needing pkg_install on host for pkg_install target builds
* bulk/testport: Automatically detect dependency loops and
deadlocked queue, which fixes "infinite loop" or "hang"
when building
* options: Add -c/-C to select config/config-conditional
* testport: Fail the test if dependencies fail
* HTML Stats page now auto refreshes every 10 seconds
* Fix HTML Stats not being written atomically
* bulk/testport: Add -v flag to be more verbose
* bulk/testport: -D is now -vv
* jail -c: Install games dist as some ports require it to build
* Html status: Link port origins to portsmon
* testport: SAVE_WRKDIR is now supported
* Better FreeBSD 8.3 support
* Many bugfixes
Feature safe: yes
Modified:
head/ports-mgmt/poudriere/Makefile
head/ports-mgmt/poudriere/distinfo
Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile Sat Dec 1 14:47:52 2012 (r308076)
+++ head/ports-mgmt/poudriere/Makefile Sat Dec 1 16:22:57 2012 (r308077)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 2.2
+PORTVERSION= 2.3
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION}
@@ -23,15 +23,16 @@ CONFLICTS_INSTALL= poudriere-devel-*
PLIST_FILES= etc/poudriere.conf.sample \
bin/poudriere \
+ share/poudriere/bulk.sh \
share/poudriere/clean.sh \
share/poudriere/common.sh \
- share/poudriere/test_ports.sh \
- share/poudriere/ports.sh \
- share/poudriere/jail.sh \
- share/poudriere/bulk.sh \
share/poudriere/cron.sh \
- share/poudriere/queue.sh \
+ share/poudriere/distclean.sh \
+ share/poudriere/jail.sh \
share/poudriere/options.sh \
+ share/poudriere/ports.sh \
+ share/poudriere/queue.sh \
+ share/poudriere/test_ports.sh
PLIST_DIRS= share/poudriere
Modified: head/ports-mgmt/poudriere/distinfo
==============================================================================
--- head/ports-mgmt/poudriere/distinfo Sat Dec 1 14:47:52 2012 (r308076)
+++ head/ports-mgmt/poudriere/distinfo Sat Dec 1 16:22:57 2012 (r308077)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-2.2.tar.gz?uuid=2.2) = b557a9d6ffab5e050935bf2eaded25c23f3e0ff610ce1293d1123cee8354898f
-SIZE (poudriere-2.2.tar.gz?uuid=2.2) = 34481
+SHA256 (poudriere-2.3.tar.gz?uuid=2.3) = 9a0a060b3f9b15c32c7cde746b5de0765a412b4d0efff889e3ed183ffcc494bf
+SIZE (poudriere-2.3.tar.gz?uuid=2.3) = 39318
More information about the svn-ports-head
mailing list