Index: head/devel/gitflow/Makefile =================================================================== --- head/devel/gitflow/Makefile (revision 455752) +++ head/devel/gitflow/Makefile (revision 455753) @@ -1,30 +1,31 @@ # Created by: Nicolas Embriz # $FreeBSD$ PORTNAME= gitflow -PORTVERSION= 1.8.0 +PORTVERSION= 1.11.0 CATEGORIES= devel MAINTAINER= nbari@tequila.io COMMENT= Git extensions to provide high-level repository operations -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= BSD2CLAUSE LGPL21 +LICENSE_COMB= multi RUN_DEPENDS= ${LOCALBASE}/bin/getopt:misc/getopt +USES= gmake + USE_GITHUB= yes -GH_ACCOUNT= nbari +GH_ACCOUNT= petervanderdoes +GH_PROJECT= ${PORTNAME}-avh OPTIONS_DEFINE= EXAMPLES - -USES= gmake NO_BUILD= yes NO_ARCH= yes MAKE_ARGS= prefix=${STAGEDIR}${PREFIX} post-install: ${MV} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} .include Index: head/devel/gitflow/distinfo =================================================================== --- head/devel/gitflow/distinfo (revision 455752) +++ head/devel/gitflow/distinfo (revision 455753) @@ -1,2 +1,3 @@ -SHA256 (nbari-gitflow-1.8.0_GH0.tar.gz) = 8239131b8dac160d7e929eab376fa14de44a55cbd5c5545e0ad4464d3a57adef -SIZE (nbari-gitflow-1.8.0_GH0.tar.gz) = 56304 +TIMESTAMP = 1512672772 +SHA256 (petervanderdoes-gitflow-avh-1.11.0_GH0.tar.gz) = 06ad2110088e46e3712f799a43bf6cc5c3720fc25c69dbb3bbf4cf486cf2f330 +SIZE (petervanderdoes-gitflow-avh-1.11.0_GH0.tar.gz) = 64077 Index: head/devel/gitflow/pkg-descr =================================================================== --- head/devel/gitflow/pkg-descr (revision 455752) +++ head/devel/gitflow/pkg-descr (revision 455753) @@ -1,6 +1,7 @@ git-flow (AVH Edition) A collection of Git extensions to provide high-level repository operations -for Vincent Driessen's branching model. +for Vincent Driessen's branching model. This fork adds functionality not +added to the original branch. -WWW: http://nvie.com/git-model +WWW: https://github.com/petervanderdoes/gitflow-avh Index: head/devel/gitflow/pkg-plist =================================================================== --- head/devel/gitflow/pkg-plist (revision 455752) +++ head/devel/gitflow/pkg-plist (revision 455753) @@ -1,48 +1,55 @@ bin/git-flow +bin/git-flow-bugfix bin/git-flow-config bin/git-flow-feature bin/git-flow-hotfix bin/git-flow-init bin/git-flow-log bin/git-flow-release bin/git-flow-support bin/git-flow-version bin/gitflow-common bin/gitflow-shFlags %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-hotfix-finish-tag-message %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-hotfix-start-version %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-branch-tag-message %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-finish-tag-message %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-start-version +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-pull +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-track %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-delete %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-finish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-publish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-pull %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-start %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-track %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-delete %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-finish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-publish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-start %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-branch %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-delete %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-finish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-publish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-start %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-track %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-delete %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-finish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-publish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-pull %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-start %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-track %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-delete %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-finish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-publish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-start %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-branch %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-delete %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-finish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-publish %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-start %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-track