svn commit: r500304 - head/devel/modules2tuple

Steve Wills swills at FreeBSD.org
Sun Apr 28 11:18:19 UTC 2019


Author: swills
Date: Sun Apr 28 11:18:18 2019
New Revision: 500304
URL: https://svnweb.freebsd.org/changeset/ports/500304

Log:
  devel/modules2tuple: Update to 1.2.0
  
  PR:		237587
  Submitted by:	Dmitri Goutnik <dg at syrec.org> (maintainer)

Modified:
  head/devel/modules2tuple/Makefile   (contents, props changed)
  head/devel/modules2tuple/distinfo   (contents, props changed)

Modified: head/devel/modules2tuple/Makefile
==============================================================================
--- head/devel/modules2tuple/Makefile	Sun Apr 28 11:04:25 2019	(r500303)
+++ head/devel/modules2tuple/Makefile	Sun Apr 28 11:18:18 2019	(r500304)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	modules2tuple
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.0
 CATEGORIES=	devel
 
 MAINTAINER=	dg at syrec.org
@@ -13,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		go:modules
 
 GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
+GO_BUILDFLAGS=	-ldflags="-X main.version=${PORTVERSION}"
 
 USE_GITHUB=	yes
 GH_TUPLE=	dmgk:${PORTNAME}:v${PORTVERSION}:DEFAULT

Modified: head/devel/modules2tuple/distinfo
==============================================================================
--- head/devel/modules2tuple/distinfo	Sun Apr 28 11:04:25 2019	(r500303)
+++ head/devel/modules2tuple/distinfo	Sun Apr 28 11:18:18 2019	(r500304)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555530313
-SHA256 (dmgk-modules2tuple-1.1.0-v1.1.0_GH0.tar.gz) = 6d6bbcd6da1391dcb6b8a5346f0209365cd33945a0e581e5e94ceead8039f58f
-SIZE (dmgk-modules2tuple-1.1.0-v1.1.0_GH0.tar.gz) = 4191
+TIMESTAMP = 1556306865
+SHA256 (dmgk-modules2tuple-1.2.0-v1.2.0_GH0.tar.gz) = 0b93664cea45d8f535cb0465a4fda61680de0ca769c8102f597ff25719e8136f
+SIZE (dmgk-modules2tuple-1.2.0-v1.2.0_GH0.tar.gz) = 4652


More information about the svn-ports-all mailing list