Index: head/ports-mgmt/poudriere/Makefile =================================================================== --- head/ports-mgmt/poudriere/Makefile (revision 402689) +++ head/ports-mgmt/poudriere/Makefile (revision 402690) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= poudriere DISTVERSION= 3.1.10 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ GH MAINTAINER= bdrewery@FreeBSD.org COMMENT= Port build and test system LICENSE= BSD2CLAUSE CONFLICTS_INSTALL= poudriere-devel-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d OPTIONS_DEFINE= ZSH QEMU EXAMPLES OPTIONS_SUB= yes QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures QEMU_RUN_DEPENDS= qemu-user-static>0:${PORTSDIR}/emulators/qemu-user-static post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ .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 402690) @@ -0,0 +1,11 @@ +--- src/share/poudriere/common.sh.orig 2015-11-30 17:25:11 UTC ++++ src/share/poudriere/common.sh +@@ -1847,7 +1847,7 @@ jail_stop() { + fi + msg "Umounting file systems" + destroyfs ${MASTERMNT} jail || : +- rm -rfx ${MASTERMNT}/../ ++ rm -rf ${MASTERMNT}/../ + export STATUS=0 + + # Don't override if there is a failure to grab the last status. Property changes on: head/ports-mgmt/poudriere/files/patch-src_share_poudriere_common.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ 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 Index: head/ports-mgmt/poudriere/files/patch-src_share_poudriere_include_fs.sh =================================================================== --- head/ports-mgmt/poudriere/files/patch-src_share_poudriere_include_fs.sh (nonexistent) +++ head/ports-mgmt/poudriere/files/patch-src_share_poudriere_include_fs.sh (revision 402690) @@ -0,0 +1,10 @@ +--- src/share/poudriere/include/fs.sh.orig 2015-11-30 17:25:11 UTC ++++ src/share/poudriere/include/fs.sh +@@ -181,6 +181,6 @@ destroyfs() { + rmdir ${mnt} + else + chflags -R noschg ${mnt} +- rm -rfx ${mnt} ++ rm -rf ${mnt} + fi + } Property changes on: head/ports-mgmt/poudriere/files/patch-src_share_poudriere_include_fs.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ 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 Index: head/ports-mgmt/poudriere-devel/Makefile =================================================================== --- head/ports-mgmt/poudriere-devel/Makefile (revision 402689) +++ head/ports-mgmt/poudriere-devel/Makefile (revision 402690) @@ -1,38 +1,38 @@ # $FreeBSD$ PORTNAME= poudriere DISTVERSION= 3.1.99.20151125 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ GH PKGNAMESUFFIX= -devel MAINTAINER= bdrewery@FreeBSD.org COMMENT= Port build and test system LICENSE= BSD2CLAUSE CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd GH_TAGNAME= 1e0fd46149f9e17e12dadcdd0a28ef40b06587aa #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d OPTIONS_DEFINE= ZSH QEMU EXAMPLES OPTIONS_SUB= yes QEMU_DESC= Add qemu-user-static to compile ports for non-x86 architectures QEMU_RUN_DEPENDS= qemu-user-static>0:${PORTSDIR}/emulators/qemu-user-static post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ .include Index: head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_common.sh =================================================================== --- head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_common.sh (nonexistent) +++ head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_common.sh (revision 402690) @@ -0,0 +1,11 @@ +--- src/share/poudriere/common.sh.orig 2015-11-30 17:26:13 UTC ++++ src/share/poudriere/common.sh +@@ -1856,7 +1856,7 @@ jail_stop() { + fi + msg "Umounting file systems" + destroyfs ${MASTERMNT} jail || : +- rm -rfx ${MASTERMNT}/../ ++ rm -rf ${MASTERMNT}/../ + export STATUS=0 + + # Don't override if there is a failure to grab the last status. Property changes on: head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_common.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ 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 Index: head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_include_fs.sh =================================================================== --- head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_include_fs.sh (nonexistent) +++ head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_include_fs.sh (revision 402690) @@ -0,0 +1,10 @@ +--- src/share/poudriere/include/fs.sh.orig 2015-11-30 17:26:08 UTC ++++ src/share/poudriere/include/fs.sh +@@ -181,6 +181,6 @@ destroyfs() { + rmdir ${mnt} + else + chflags -R noschg ${mnt} +- rm -rfx ${mnt} ++ rm -rf ${mnt} + fi + } Property changes on: head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_include_fs.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ 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