diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2022-02-13 19:24:21 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2022-02-13 19:24:21 +0000 |
commit | 279e464b8eda9a1eb5d7a6ab2bfd42052e59bc8f (patch) | |
tree | 710d548c58bcfd7f0e4ff4b9739adc5e04560641 /textproc/go-md2man | |
parent | 88b27225b52de43d9fbb624f5573513f1e14f167 (diff) | |
download | pkgsrc-279e464b8eda9a1eb5d7a6ab2bfd42052e59bc8f.tar.gz |
Revump all Go packages after go117 update
Diffstat (limited to 'textproc/go-md2man')
-rw-r--r-- | textproc/go-md2man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile index d53567f28cb..e7da74e5a57 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2022/01/09 20:10:39 bsiegert Exp $ +# $NetBSD: Makefile,v 1.44 2022/02/13 19:24:24 bsiegert Exp $ DISTNAME= go-md2man-2.0.1 MASTER_SITES= ${MASTER_SITE_GITHUB:=cpuguy83/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |