diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-03-04 15:52:12 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-03-04 15:52:12 +0000 |
commit | fe14c1230b5ec63e3a906bd129ae70f47a822d51 (patch) | |
tree | a1cb7f56fefa617bce901386d8a6d5c962d12ea6 /textproc/go-mmark | |
parent | 2d928de85e64805c259cbdb57ff1395c1b10b2ed (diff) | |
download | pkgsrc-fe14c1230b5ec63e3a906bd129ae70f47a822d51.tar.gz |
Revbump all Go packages after Go 1.10 update.
Diffstat (limited to 'textproc/go-mmark')
-rw-r--r-- | textproc/go-mmark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/go-mmark/Makefile b/textproc/go-mmark/Makefile index ad65a1ccccf..b5816b40bbc 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2017/08/25 16:49:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2018/03/04 15:52:19 bsiegert Exp $ DISTNAME= mmark-1.3.6 PKGNAME= go-${DISTNAME} +PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_GITHUB:=miekg/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} |