Index: head/ports-mgmt/porttools/Makefile =================================================================== --- head/ports-mgmt/porttools/Makefile (revision 392192) +++ head/ports-mgmt/porttools/Makefile (revision 392193) @@ -1,29 +1,30 @@ # Created by: Sergei Kolobov # $FreeBSD$ PORTNAME= porttools PORTVERSION= 1.05 +PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= skreuzer@FreeBSD.org COMMENT= Tools for testing and submitting port updates and new ports LICENSE= BSD2CLAUSE RUN_DEPENDS= portlint:${PORTSDIR}/ports-mgmt/portlint \ cdiff:${PORTSDIR}/textproc/cdiff \ sudo:${PORTSDIR}/security/sudo \ svn:${PORTSDIR}/devel/subversion USE_GITHUB= yes GH_ACCOUNT= skreuzer # Make the version information of porttools itself # available for inclusion in the PRs generated by it. MAKE_ENV+= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" PORTVERSION="${PORTVERSION}" OPTIONS_DEFINE= DOCS DOCS_INSTALL_TARGET= install install-docs .include Index: head/ports-mgmt/porttools/files/patch-scripts_cmd__create.in =================================================================== --- head/ports-mgmt/porttools/files/patch-scripts_cmd__create.in (nonexistent) +++ head/ports-mgmt/porttools/files/patch-scripts_cmd__create.in (revision 392193) @@ -0,0 +1,11 @@ +--- scripts/cmd_create.in.orig 2015-07-15 17:45:24 UTC ++++ scripts/cmd_create.in +@@ -69,7 +69,7 @@ else + fi + + PORTBASE=$(basename ${ARG_PORTNAME}) +-PORTPREFIX=$(echo ${PORTBASE} | cut -d- -f1) ++PORTPREFIX=$(echo ${PORTBASE} | cut -s -d- -f1) + + # Work around the fact that R modules are + # prefixed with R-cran Property changes on: head/ports-mgmt/porttools/files/patch-scripts_cmd__create.in ___________________________________________________________________ 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