View | Details | Raw Unified | Return to bug 223399 | Differences between
and this patch

Collapse All | Expand All

(-)devel/gitflow/Makefile (-6 / +7 lines)
Lines 2-25 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gitflow
4
PORTNAME=	gitflow
5
PORTVERSION=	1.8.0
5
PORTVERSION=	1.11.0
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	nbari@tequila.io
8
MAINTAINER=	nbari@tequila.io
9
COMMENT=	Git extensions to provide high-level repository operations
9
COMMENT=	Git extensions to provide high-level repository operations
10
10
11
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE LGPL21
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_COMB=	multi
13
13
14
RUN_DEPENDS=	${LOCALBASE}/bin/getopt:misc/getopt
14
RUN_DEPENDS=	${LOCALBASE}/bin/getopt:misc/getopt
15
15
16
USES=		gmake
17
16
USE_GITHUB=	yes
18
USE_GITHUB=	yes
17
GH_ACCOUNT=	nbari
19
GH_ACCOUNT=	petervanderdoes
20
GH_PROJECT=	${PORTNAME}-avh
18
21
19
OPTIONS_DEFINE=	EXAMPLES
22
OPTIONS_DEFINE=	EXAMPLES
20
23
21
USES=		gmake
22
23
NO_BUILD=	yes
24
NO_BUILD=	yes
24
NO_ARCH=	yes
25
NO_ARCH=	yes
25
MAKE_ARGS=	prefix=${STAGEDIR}${PREFIX}
26
MAKE_ARGS=	prefix=${STAGEDIR}${PREFIX}
(-)devel/gitflow/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (nbari-gitflow-1.8.0_GH0.tar.gz) = 8239131b8dac160d7e929eab376fa14de44a55cbd5c5545e0ad4464d3a57adef
1
TIMESTAMP = 1512672772
2
SIZE (nbari-gitflow-1.8.0_GH0.tar.gz) = 56304
2
SHA256 (petervanderdoes-gitflow-avh-1.11.0_GH0.tar.gz) = 06ad2110088e46e3712f799a43bf6cc5c3720fc25c69dbb3bbf4cf486cf2f330
3
SIZE (petervanderdoes-gitflow-avh-1.11.0_GH0.tar.gz) = 64077
(-)devel/gitflow/pkg-descr (-2 / +3 lines)
Lines 1-6 Link Here
1
git-flow (AVH Edition)
1
git-flow (AVH Edition)
2
2
3
A collection of Git extensions to provide high-level repository operations
3
A collection of Git extensions to provide high-level repository operations
4
for Vincent Driessen's branching model.
4
for Vincent Driessen's branching model. This fork adds functionality not
5
added to the original branch.
5
6
6
WWW: http://nvie.com/git-model
7
WWW: https://github.com/petervanderdoes/gitflow-avh
(-)devel/gitflow/pkg-plist (+7 lines)
Lines 1-4 Link Here
1
bin/git-flow
1
bin/git-flow
2
bin/git-flow-bugfix
2
bin/git-flow-config
3
bin/git-flow-config
3
bin/git-flow-feature
4
bin/git-flow-feature
4
bin/git-flow-hotfix
5
bin/git-flow-hotfix
Lines 14-19 Link Here
14
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-branch-tag-message
15
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-branch-tag-message
15
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-finish-tag-message
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-finish-tag-message
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-start-version
17
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-start-version
18
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-delete
19
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-finish
20
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-publish
21
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-pull
22
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-start
23
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-bugfix-track
17
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-delete
24
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-delete
18
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-finish
25
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-finish
19
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-publish
26
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-publish

Return to bug 223399