aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-07-22 07:42:04 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-07-22 07:42:04 +0800
commit3af3b0b167a1a85ad682116f992ab0f19384edca (patch)
treeb430f007be687fc1f4e3048323f9984af2fe3b0e /ports-mgmt
parentbbb9caa0177664a8057c308bb1d7fd48f54bb86d (diff)
downloadfreebsd-ports-gnome-3af3b0b167a1a85ad682116f992ab0f19384edca.tar.gz
freebsd-ports-gnome-3af3b0b167a1a85ad682116f992ab0f19384edca.tar.zst
freebsd-ports-gnome-3af3b0b167a1a85ad682116f992ab0f19384edca.zip
- Update to checkin 6abae2a52c
Changes: * Speedup sanity checks by only checking ports that are required by the build and not all existing packages. * Switch to embedded cpdup(1) for creating jails instead of pax(1) * Implement port blacklisting defined in etc/poudriere.d/[(setname|jailname)-]blacklist * Add hooks for bulk start/stop * status: Always show actual path to logs instead of /latest * bulk: Add check for missing PKGNAME (empty port dir) * Disable tracking buildtimes by default TRACK_BUILDTIMES=yes to enable * bulk: Fixed dependency calculation for CHECK_CHANGED_DEPS. There are still some ports with issues. * Add portbuild/tinderbox error reasons [1] Submitted by: linimon [1]
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/poudriere-devel/Makefile15
-rw-r--r--ports-mgmt/poudriere-devel/distinfo4
2 files changed, 9 insertions, 10 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile
index 1e39f313e22d..92e164756c52 100644
--- a/ports-mgmt/poudriere-devel/Makefile
+++ b/ports-mgmt/poudriere-devel/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 3.0.99.20130629
+PORTVERSION= 3.0.99.20130721
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \
LOCAL/bdrewery/${PORTNAME}/
@@ -14,7 +14,7 @@ COMMENT= Port build and test system
LICENSE= BSD
-FSL_CHKIN= 5b2608fcc7
+FSL_CHKIN= 6abae2a52c
MANCOMPRESSED= yes
MAN8= poudriere.8
@@ -24,9 +24,11 @@ OPTIONS_DEFINE= ZSH
CONFLICTS_INSTALL= poudriere-[0-9]*
PLIST_FILES= etc/poudriere.conf.sample \
+ etc/poudriere.d/hooks/bulk.sh.sample \
etc/poudriere.d/hooks/pkgbuild.sh.sample \
etc/rc.d/poudriere \
bin/poudriere \
+ libexec/poudriere/cpdup \
libexec/poudriere/dirwatch \
libexec/poudriere/dirempty \
libexec/poudriere/make_index \
@@ -47,6 +49,7 @@ PLIST_FILES= etc/poudriere.conf.sample \
share/poudriere/jail.sh \
share/poudriere/options.sh \
share/poudriere/ports.sh \
+ share/poudriere/processonelog.sh \
share/poudriere/queue.sh \
share/poudriere/status.sh \
share/poudriere/testport.sh
@@ -65,12 +68,8 @@ PLIST_DIRS= libexec/poudriere \
PLIST_FILES+= share/zsh/site-functions/_poudriere
PLIST_DIRSTRY+= share/zsh/site-functions
PLIST_DIRSTRY+= share/zsh/
-.endif
-
-post-install:
-.if ${PORT_OPTIONS:MZSH}
- @${MKDIR} ${PREFIX}/share/zsh/site-functions/
- @${INSTALL_DATA} ${WRKSRC}/zsh-completions ${PREFIX}/share/zsh/site-functions/_poudriere
+.else
+MAKE_ENV+= NO_ZSH=yes
.endif
.include <bsd.port.mk>
diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo
index d3f64893b3b4..be0858ed34dd 100644
--- a/ports-mgmt/poudriere-devel/distinfo
+++ b/ports-mgmt/poudriere-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20130629.tar.gz?uuid=5b2608fcc7) = e1cdd98004b8889396188b66cba996e3500d07fe3cfcd30ec5acc11bae24ac78
-SIZE (poudriere-3.0.99.20130629.tar.gz?uuid=5b2608fcc7) = 110405
+SHA256 (poudriere-3.0.99.20130721.tar.gz?uuid=6abae2a52c) = 4cd3e42360221b75d6d2818262bea30ec9f175417b98fc07947e96537e6c863a
+SIZE (poudriere-3.0.99.20130721.tar.gz?uuid=6abae2a52c) = 160937