From owner-svn-ports-all@freebsd.org Thu Dec 7 20:03:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 811EDE8FE9A; Thu, 7 Dec 2017 20:03:31 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53FCF73F1B; Thu, 7 Dec 2017 20:03:31 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB7K3UCt096429; Thu, 7 Dec 2017 20:03:30 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB7K3U72096425; Thu, 7 Dec 2017 20:03:30 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201712072003.vB7K3U72096425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 7 Dec 2017 20:03:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455753 - head/devel/gitflow X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/devel/gitflow X-SVN-Commit-Revision: 455753 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 20:03:31 -0000 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 Approved by: Nicolas Embriz (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@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