Index: Makefile =================================================================== --- Makefile (revision 539575) +++ Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= poudriere DISTVERSION= 3.3.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Index: files/patch-src_share_poudriere_jail.sh =================================================================== --- files/patch-src_share_poudriere_jail.sh (nonexistent) +++ files/patch-src_share_poudriere_jail.sh (working copy) @@ -0,0 +1,11 @@ +--- src/share/poudriere/jail.sh.orig 2020-06-20 21:37:00 UTC ++++ src/share/poudriere/jail.sh +@@ -1138,7 +1138,7 @@ shift $((OPTIND-1)) + post_getopts + + METHOD=${METHOD:-ftp} +-CLEANJAIL=${CLEAN:-none} ++CLEANJAIL=${CLEANJAIL:-none} + if [ -n "${JAILNAME}" -a ${CREATE} -eq 0 ]; then + _jget ARCH ${JAILNAME} arch || : + _jget JAILFS ${JAILNAME} fs || : Property changes on: files/patch-src_share_poudriere_jail.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