svn commit: r506374 - head/ports-mgmt/modules2tuple
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 10 17:01:29 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list