summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-03-09 10:05:01 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-03-09 10:05:01 +0000
commited0cc7deaacdf3ab55542f4300bcdaa9d830624a (patch)
tree00991b7c6b44b2cc9365eb2ccb3d3d81e0d62698 /math
parent6d485f95bbc1d25fab51c05b6b9905796369c927 (diff)
downloadpkgsrc-ed0cc7deaacdf3ab55542f4300bcdaa9d830624a.tar.gz
all: revbump Go packages, now that they use go112 to build
Diffstat (limited to 'math')
-rw-r--r--math/go-stats/Makefile4
-rw-r--r--math/go-units/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/go-stats/Makefile b/math/go-stats/Makefile
index 91aeec5705a..36abf1c78c0 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2019/01/24 10:00:41 bsiegert Exp $
+# $NetBSD: Makefile,v 1.10 2019/03/09 10:05:09 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 79714e53efe..9e6e156ca86 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2019/01/24 10:00:41 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2019/03/09 10:05:09 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}