svn commit: r455753 - head/devel/gitflow

Carlos J. Puga Medina cpm at FreeBSD.org
Thu Dec 7 20:03:31 UTC 2017


Author: cpm
Date: Thu Dec  7 20:03:29 2017
New Revision: 455753
URL: https://svnweb.freebsd.org/changeset/ports/455753

Log:
  devel/gitflow: update to 1.11.0
  
  - Update LICENSE
  - Update GH_* variables to the new repository
  - Update comment and WWW in pkg-descr
  
  Changelog: https://github.com/petervanderdoes/gitflow-avh/releases/tag/1.11.0
  
  PR:		223399
  Submitted by:	Aldis Berjoza <aldis at berjoza.lv>
  Approved by:	Nicolas Embriz <nbari at tequila.io> (maintainer)

Modified:
  head/devel/gitflow/Makefile
  head/devel/gitflow/distinfo
  head/devel/gitflow/pkg-descr
  head/devel/gitflow/pkg-plist

Modified: head/devel/gitflow/Makefile
==============================================================================
--- head/devel/gitflow/Makefile	Thu Dec  7 19:59:11 2017	(r455752)
+++ head/devel/gitflow/Makefile	Thu Dec  7 20:03:29 2017	(r455753)
@@ -2,23 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	gitflow
-PORTVERSION=	1.8.0
+PORTVERSION=	1.11.0
 CATEGORIES=	devel
 
 MAINTAINER=	nbari at 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

Modified: head/devel/gitflow/distinfo
==============================================================================
--- head/devel/gitflow/distinfo	Thu Dec  7 19:59:11 2017	(r455752)
+++ head/devel/gitflow/distinfo	Thu Dec  7 20:03:29 2017	(r455753)
@@ -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

Modified: head/devel/gitflow/pkg-descr
==============================================================================
--- head/devel/gitflow/pkg-descr	Thu Dec  7 19:59:11 2017	(r455752)
+++ head/devel/gitflow/pkg-descr	Thu Dec  7 20:03:29 2017	(r455753)
@@ -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

Modified: head/devel/gitflow/pkg-plist
==============================================================================
--- head/devel/gitflow/pkg-plist	Thu Dec  7 19:59:11 2017	(r455752)
+++ head/devel/gitflow/pkg-plist	Thu Dec  7 20:03:29 2017	(r455753)
@@ -1,4 +1,5 @@
 bin/git-flow
+bin/git-flow-bugfix
 bin/git-flow-config
 bin/git-flow-feature
 bin/git-flow-hotfix
@@ -14,6 +15,12 @@ bin/gitflow-shFlags
 %%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


More information about the svn-ports-head mailing list