summaryrefslogtreecommitdiff
path: root/ports-mgmt/poudriere
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-09-10 13:13:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-09-10 13:13:31 +0000
commitc0479afd4f3daf1cb4fcc4c5c1db5e6345e40a8a (patch)
tree2a34a5e8ffe9851f91c5635de4edc5509fd5526a /ports-mgmt/poudriere
parent- Update to 2.5 (diff)
- update to 2.1.0
- changes: * new poudriere options command to be able to configure options interractively * bulk can now take list of ports to build via command line * html build stats * ability to disable linux support * ability to disable PACKAGE_BUILDING * native support for ccache * deprecated csup for ports * Set HOME to fix some port builds (erlang for example) * Fix pool being deleted during builds * Detect improper dependency on different ports for the same package * Cleanup build stats sooner when starting bulk * lots of performance improvements * lots of fixes and refactoring in error handling * allow to choose custom path on the pool for the zfs filesystems * now skip (and track as skipped ports dependening on a failing dependency) * siginfo support * new -d options for bulk and testport, to enable debugging mode
Notes
Notes: svn path=/head/; revision=304034
Diffstat (limited to 'ports-mgmt/poudriere')
-rw-r--r--ports-mgmt/poudriere/Makefile10
-rw-r--r--ports-mgmt/poudriere/distinfo4
2 files changed, 6 insertions, 8 deletions
diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile
index 1ef59d424bde..4fee9c1cefc4 100644
--- a/ports-mgmt/poudriere/Makefile
+++ b/ports-mgmt/poudriere/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 2.0.1
+PORTVERSION= 2.1.0
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION}
@@ -31,22 +31,20 @@ PLIST_FILES= etc/poudriere.conf.sample \
share/poudriere/bulk.sh \
share/poudriere/cron.sh \
share/poudriere/queue.sh \
+ share/poudriere/options.sh \
PLIST_DIRS= share/poudriere
.include <bsd.port.options.mk>
-.if defined(WITH_ZSH)
+.if ${PORT_OPTIONS:MZSH}
PLIST_FILES+= share/zsh/site-functions/_poudriere
PLIST_DIRSTRY+= share/zsh/site-functions
PLIST_DIRSTRY+= share/zsh/
.endif
-post-patch:
- @${FIND} ${WRKSRC} -name "*.orig" -delete
-
post-install:
-.if defined(WITH_ZSH)
+.if ${PORT_OPTIONS:MZSH}
@${MKDIR} ${PREFIX}/share/zsh/site-functions/
@${INSTALL_DATA} ${WRKSRC}/zsh-completions ${PREFIX}/share/zsh/site-functions/_poudriere
.endif
diff --git a/ports-mgmt/poudriere/distinfo b/ports-mgmt/poudriere/distinfo
index 48908cade66f..03a85b407177 100644
--- a/ports-mgmt/poudriere/distinfo
+++ b/ports-mgmt/poudriere/distinfo
@@ -1,2 +1,2 @@
-SHA256 (poudriere-2.0.1.tar.gz?uuid=2.0.1) = 8947cdccc53796b2266713512a6435e16899e85c197b19cb4103372aec49aac2
-SIZE (poudriere-2.0.1.tar.gz?uuid=2.0.1) = 29270
+SHA256 (poudriere-2.1.0.tar.gz?uuid=2.1.0) = e26abfe04317222d61f7d8e7de13956bd35e92c951aba560458809e05a46bb36
+SIZE (poudriere-2.1.0.tar.gz?uuid=2.1.0) = 33385