diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-05-27 15:18:17 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-05-27 15:18:17 +0000 |
commit | 6d85510b285b9df87e19036675255c2a1c3f7e68 (patch) | |
tree | eedc3a42f49687f785d6c63090fd2a6f7bf8defe /textproc/go-regexp2 | |
parent | c250647325261e89f11cd3b9ffe805ad44d03088 (diff) | |
download | pkgsrc-6d85510b285b9df87e19036675255c2a1c3f7e68.tar.gz |
Revbump all Go packages after go112 update.
Diffstat (limited to 'textproc/go-regexp2')
-rw-r--r-- | textproc/go-regexp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/go-regexp2/Makefile b/textproc/go-regexp2/Makefile index f7b4ec03ed6..29ac2647142 100644 --- a/textproc/go-regexp2/Makefile +++ b/textproc/go-regexp2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2019/04/16 18:41:11 bsiegert Exp $ +# $NetBSD: Makefile,v 1.7 2019/05/27 15:18:32 bsiegert Exp $ DISTNAME= regexp2-1.1.6 PKGNAME= go-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 MASTER_SITES= ${MASTER_SITE_GITHUB:=dlclark/} CATEGORIES= textproc GITHUB_PROJECT= regexp2 |