summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-12-19 15:46:59 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-12-19 15:46:59 +0000
commitc3a98a8cc6c03ec0a0b5dd3d6e37eb49e154ba49 (patch)
tree8fb9c539bd6cc15864423bb99b719c6b096d5ef8 /math
parent54e96fde1f56b9862cba5953fbe171f0bff4d3c5 (diff)
downloadpkgsrc-c3a98a8cc6c03ec0a0b5dd3d6e37eb49e154ba49.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/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/go-stats/Makefile b/math/go-stats/Makefile
index 94dd21c6d39..eb5306d3bb8 100644
--- a/math/go-stats/Makefile
+++ b/math/go-stats/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2018/11/04 18:38:03 bsiegert Exp $
+# $NetBSD: Makefile,v 1.8 2018/12/19 15:46:59 bsiegert Exp $
DISTNAME= stats-0.2.0.20170729
PKGNAME= go-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
MASTER_SITES= ${MASTER_SITE_GITHUB:=montanaflynn/}
CATEGORIES= math
GITHUB_TAG= 4a163274fa4ca0b524ccee24757d7bec79475aca
diff --git a/math/go-units/Makefile b/math/go-units/Makefile
index 359b7cff7c8..6f7a19288e2 100644
--- a/math/go-units/Makefile
+++ b/math/go-units/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2018/11/04 18:38:03 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2018/12/19 15:46:59 bsiegert Exp $
DISTNAME= units-0.0.20151021
PKGNAME= go-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}