Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2019 17:01:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506374 - head/ports-mgmt/modules2tuple
Message-ID:  <201907101701.x6AH1P6M092541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jul 10 17:01:25 2019
New Revision: 506374
URL: https://svnweb.freebsd.org/changeset/ports/506374

Log:
  Update to 1.7.3
  
  Changes:	https://github.com/dmgk/modules2tuple/commits/master
  PR:		239047
  Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)

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

Modified: head/ports-mgmt/modules2tuple/Makefile
==============================================================================
--- head/ports-mgmt/modules2tuple/Makefile	Wed Jul 10 17:01:19 2019	(r506373)
+++ head/ports-mgmt/modules2tuple/Makefile	Wed Jul 10 17:01:25 2019	(r506374)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	modules2tuple
-PORTVERSION=	1.7.1
+PORTVERSION=	1.7.3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	ports-mgmt
 
@@ -20,5 +20,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	dmgk
 
 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	Wed Jul 10 17:01:19 2019	(r506373)
+++ head/ports-mgmt/modules2tuple/distinfo	Wed Jul 10 17:01:25 2019	(r506374)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562519271
-SHA256 (dmgk-modules2tuple-v1.7.1_GH0.tar.gz) = 3ca6da1c676b3101652d9e4d3c481580f59121f7ad5f22d64fe2abd539325c39
-SIZE (dmgk-modules2tuple-v1.7.1_GH0.tar.gz) = 5892
+TIMESTAMP = 1562770025
+SHA256 (dmgk-modules2tuple-v1.7.3_GH0.tar.gz) = d9d9df136fa146eff77198019205d451abc9c5bc9bb99f427b571d5d743dacba
+SIZE (dmgk-modules2tuple-v1.7.3_GH0.tar.gz) = 8017



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