summaryrefslogtreecommitdiff
path: root/ports-mgmt/poudriere
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-12-01 16:22:57 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-12-01 16:22:57 +0000
commit18fe7e5cabb25ee405ffaee6356c443409f015ca (patch)
tree7af8713ae62863981eb92552e88f55a2508f571b /ports-mgmt/poudriere
parent- Trim Makefile headers (diff)
- 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
Notes
Notes: svn path=/head/; revision=308077
Diffstat (limited to 'ports-mgmt/poudriere')
-rw-r--r--ports-mgmt/poudriere/Makefile13
-rw-r--r--ports-mgmt/poudriere/distinfo4
2 files changed, 9 insertions, 8 deletions
diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile
index 9ed313532087..8f28d9ec5de6 100644
--- a/ports-mgmt/poudriere/Makefile
+++ b/ports-mgmt/poudriere/Makefile
@@ -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
diff --git a/ports-mgmt/poudriere/distinfo b/ports-mgmt/poudriere/distinfo
index 1d8dce1116c7..5df3ad495232 100644
--- a/ports-mgmt/poudriere/distinfo
+++ b/ports-mgmt/poudriere/distinfo
@@ -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