Index: head/ports-mgmt/poudriere-devel/Makefile =================================================================== --- head/ports-mgmt/poudriere-devel/Makefile (revision 404934) +++ head/ports-mgmt/poudriere-devel/Makefile (revision 404935) @@ -1,38 +1,38 @@ # $FreeBSD$ PORTNAME= poudriere DISTVERSION= 3.1.99.20151204 -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= 3.0-1596-g9dc9ca4 #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_ports.sh =================================================================== --- head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_ports.sh (nonexistent) +++ head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_ports.sh (revision 404935) @@ -0,0 +1,11 @@ +--- src/share/poudriere/ports.sh.orig 2015-12-04 16:38:46 UTC ++++ src/share/poudriere/ports.sh +@@ -173,7 +173,7 @@ else + none);; + *) usage;; + esac +- SVN_FULLURL=${proto}://${SVN_HOST}/base ++ SVN_FULLURL=${proto}://${SVN_HOST}/ports + if [ -n "${GIT_URL}" ]; then + GIT_FULLURL=${GIT_URL} + else Property changes on: head/ports-mgmt/poudriere-devel/files/patch-src_share_poudriere_ports.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