Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2019 10:08:30 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512155 - in head/devel/gitflow: . files
Message-ID:  <201909161008.x8GA8UAB038988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Mon Sep 16 10:08:29 2019
New Revision: 512155
URL: https://svnweb.freebsd.org/changeset/ports/512155

Log:
  devel/gitflow: Update to 1.12.3
  
  * Remove patch "patch-git-flow-init" that is no longer required. [1]
  
  While I'm here:
  
  * Group USES block with related USE_ variables and move OPTIONS_DEFINE
    further down according to the PHB.
  
  Changelog since 1.12.1:
  
  * Explicitly get the default values from the system and global config
  * Fix missing parentheses [1]
  
  PR:		240577
  Submitted by:	nbari@tequila.io (maintainer)

Deleted:
  head/devel/gitflow/files/
Modified:
  head/devel/gitflow/Makefile
  head/devel/gitflow/distinfo

Modified: head/devel/gitflow/Makefile
==============================================================================
--- head/devel/gitflow/Makefile	Mon Sep 16 10:03:43 2019	(r512154)
+++ head/devel/gitflow/Makefile	Mon Sep 16 10:08:29 2019	(r512155)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitflow
-PORTVERSION=	1.12.1
-PORTREVISION=	1
+PORTVERSION=	1.12.3
 CATEGORIES=	devel
 
 MAINTAINER=	nbari@tequila.io
@@ -15,16 +14,15 @@ LICENSE_COMB=	multi
 RUN_DEPENDS=	${LOCALBASE}/bin/getopt:misc/getopt
 
 USES=		gmake
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	petervanderdoes
 GH_PROJECT=	${PORTNAME}-avh
 
-OPTIONS_DEFINE=	EXAMPLES
-
 NO_BUILD=	yes
 NO_ARCH=	yes
 MAKE_ARGS=	prefix=${STAGEDIR}${PREFIX}
+
+OPTIONS_DEFINE=	EXAMPLES
 
 post-install:
 	${MV} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}

Modified: head/devel/gitflow/distinfo
==============================================================================
--- head/devel/gitflow/distinfo	Mon Sep 16 10:03:43 2019	(r512154)
+++ head/devel/gitflow/distinfo	Mon Sep 16 10:08:29 2019	(r512155)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551434919
-SHA256 (petervanderdoes-gitflow-avh-1.12.1_GH0.tar.gz) = aaedbc86eb6d472c0e90e291b9b5e35dc959999a48738363ffc2ec04cf56ac17
-SIZE (petervanderdoes-gitflow-avh-1.12.1_GH0.tar.gz) = 65571
+TIMESTAMP = 1568451383
+SHA256 (petervanderdoes-gitflow-avh-1.12.3_GH0.tar.gz) = 54e9fd81aa1aa8215c865503dc6377da205653c784d6c97baad3dafd20728e06
+SIZE (petervanderdoes-gitflow-avh-1.12.3_GH0.tar.gz) = 66173



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909161008.x8GA8UAB038988>