svn commit: r517832 - head/ports-mgmt/modules2tuple

Dmitri Goutnik dmgk at FreeBSD.org
Sun Nov 17 16:26:13 UTC 2019


Author: dmgk
Date: Sun Nov 17 16:26:12 2019
New Revision: 517832
URL: https://svnweb.freebsd.org/changeset/ports/517832

Log:
  ports-mgmt/modules2tuple: Update to 1.12.0
  
  Changes:	https://github.com/dmgk/modules2tuple/releases/tag/v1.12.0
  
  Remove custom do-test after r517831.
  
  Approved by:	tz (mentor, implicit)

Modified:
  head/ports-mgmt/modules2tuple/Makefile
  head/ports-mgmt/modules2tuple/distinfo

Modified: head/ports-mgmt/modules2tuple/Makefile
==============================================================================
--- head/ports-mgmt/modules2tuple/Makefile	Sun Nov 17 16:19:36 2019	(r517831)
+++ head/ports-mgmt/modules2tuple/Makefile	Sun Nov 17 16:26:12 2019	(r517832)
@@ -2,7 +2,7 @@
 
 PORTNAME=	modules2tuple
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.11.0
+DISTVERSION=	1.12.0
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	dmgk at FreeBSD.org
@@ -19,8 +19,5 @@ GH_ACCOUNT=	dmgk
 GO_BUILDFLAGS=	-ldflags="-s -w -X main.version=${PORTVERSION}"
 
 PLIST_FILES=	bin/${PORTNAME}
-
-do-test:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ${GO_BUILDFLAGS} ./...
 
 .include <bsd.port.mk>

Modified: head/ports-mgmt/modules2tuple/distinfo
==============================================================================
--- head/ports-mgmt/modules2tuple/distinfo	Sun Nov 17 16:19:36 2019	(r517831)
+++ head/ports-mgmt/modules2tuple/distinfo	Sun Nov 17 16:26:12 2019	(r517832)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573565065
-SHA256 (dmgk-modules2tuple-v1.11.0_GH0.tar.gz) = f6ba2c6c034547b611a848c301bc29d23508c2177951661bdd00d82b02f569bb
-SIZE (dmgk-modules2tuple-v1.11.0_GH0.tar.gz) = 10674
+TIMESTAMP = 1573996792
+SHA256 (dmgk-modules2tuple-v1.12.0_GH0.tar.gz) = 6b7b616394e08f6761697f672eb229088a4096c812e0c06a3f0a88aa22e0840e
+SIZE (dmgk-modules2tuple-v1.12.0_GH0.tar.gz) = 10870


More information about the svn-ports-all mailing list