summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-11-04 18:37:54 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-11-04 18:37:54 +0000
commitee84c46bdd5b107685b626efd7378a5749d9d9b7 (patch)
tree27d8bc4a990dcea81d9172b048effa85f287260f /math
parent1782b5111e93fc3df8ea6d7c1de67926a57e6287 (diff)
downloadpkgsrc-ee84c46bdd5b107685b626efd7378a5749d9d9b7.tar.gz
Revbump all Go packages after go111 update.
Diffstat (limited to 'math')
-rw-r--r--math/go-stats/Makefile4
-rw-r--r--math/go-units/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/math/go-stats/Makefile b/math/go-stats/Makefile
index c8fbe603bb2..94dd21c6d39 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2018/06/12 17:50:20 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2018/11/04 18:38:03 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 613c46d2b43..359b7cff7c8 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2018/06/17 01:11:11 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/11/04 18:38:03 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}