Index: head/ports-mgmt/poudriere/Makefile =================================================================== --- head/ports-mgmt/poudriere/Makefile (revision 328011) +++ head/ports-mgmt/poudriere/Makefile (revision 328012) @@ -1,69 +1,69 @@ # $FreeBSD$ PORTNAME= poudriere PORTVERSION= 3.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \ LOCAL/bdrewery/${PORTNAME}/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION} # Also maintained by bdrewery@FreeBSD.org MAINTAINER= bapt@FreeBSD.org COMMENT= Port build and test system LICENSE= BSD OPTIONS_DEFINE= ZSH CONFLICTS_INSTALL= poudriere-devel PLIST_FILES= etc/poudriere.conf.sample \ bin/poudriere \ man/man8/poudriere.8.gz \ libexec/poudriere/dirwatch \ libexec/poudriere/dirempty \ libexec/poudriere/make_index \ share/poudriere/awk/dependency_loop.awk \ share/poudriere/awk/humanize.awk \ share/poudriere/awk/json.awk \ share/poudriere/awk/make_index.awk \ share/poudriere/awk/siginfo_buildtime.awk \ share/poudriere/html/index.html \ share/poudriere/html/jquery-1.9.1.min.js \ share/poudriere/html/logo.jpg \ share/poudriere/html/poudriere.css \ share/poudriere/html/poudriere.js \ share/poudriere/bulk.sh \ share/poudriere/clean.sh \ share/poudriere/common.sh \ share/poudriere/daemon.sh \ share/poudriere/distclean.sh \ share/poudriere/jail.sh \ share/poudriere/options.sh \ share/poudriere/ports.sh \ share/poudriere/queue.sh \ share/poudriere/status.sh \ share/poudriere/testport.sh PLIST_DIRS= libexec/poudriere \ share/poudriere/awk \ share/poudriere/html \ share/poudriere .include .if ${PORT_OPTIONS:MZSH} 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} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ @${INSTALL_DATA} ${WRKSRC}/zsh-completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_poudriere .endif .include Index: head/ports-mgmt/poudriere/files/patch-src__share__poudriere__common.sh =================================================================== --- head/ports-mgmt/poudriere/files/patch-src__share__poudriere__common.sh (nonexistent) +++ head/ports-mgmt/poudriere/files/patch-src__share__poudriere__common.sh (revision 328012) @@ -0,0 +1,14 @@ +--- ./src/share/poudriere/common.sh.orig 2013-09-23 10:17:57.011126466 -0500 ++++ ./src/share/poudriere/common.sh 2013-09-23 10:18:06.769131620 -0500 +@@ -588,10 +588,7 @@ + zfs snapshot ${fs}@${name} + fi + +- if [ $domtree -eq 0 ]; then +- echo " done" +- return 0 +- fi ++ [ $domtree -eq 0 ] && return 0 + mkdir -p ${mnt}/poudriere/ + + case "${name}" in Property changes on: head/ports-mgmt/poudriere/files/patch-src__share__poudriere__common.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property