diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2022-07-13 16:02:57 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2022-07-13 16:02:57 +0000 |
commit | 54b566c97c503e1a13fcf3f6c193a0154b512b83 (patch) | |
tree | 0f0091fdfc92fbada39c01a54a84e9b67c353763 /textproc | |
parent | a56b79cefce206f8c2e85a88072f26f07c86ce6e (diff) | |
download | pkgsrc-54b566c97c503e1a13fcf3f6c193a0154b512b83.tar.gz |
Revbump all Go packages after go118 update
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/glow/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-kr-text/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-md2man/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-mmark/Makefile | 4 | ||||
-rw-r--r-- | textproc/go-text/Makefile | 4 | ||||
-rw-r--r-- | textproc/sift/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/textproc/glow/Makefile b/textproc/glow/Makefile index 0cadb94f6bc..090f53d5242 100644 --- a/textproc/glow/Makefile +++ b/textproc/glow/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2022/06/02 18:52:07 bsiegert Exp $ +# $NetBSD: Makefile,v 1.4 2022/07/13 16:03:01 bsiegert Exp $ DISTNAME= glow-1.4.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=charmbracelet/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/go-kr-text/Makefile b/textproc/go-kr-text/Makefile index 224312ef94b..472726990c0 100644 --- a/textproc/go-kr-text/Makefile +++ b/textproc/go-kr-text/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2022/06/02 18:52:07 bsiegert Exp $ +# $NetBSD: Makefile,v 1.24 2022/07/13 16:03:01 bsiegert Exp $ DISTNAME= go-kr-text-0.2.0 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=kr/} GITHUB_PROJECT= text diff --git a/textproc/go-md2man/Makefile b/textproc/go-md2man/Makefile index d4132128d19..dd53c5a3ff7 100644 --- a/textproc/go-md2man/Makefile +++ b/textproc/go-md2man/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2022/06/02 18:52:07 bsiegert Exp $ +# $NetBSD: Makefile,v 1.49 2022/07/13 16:03:00 bsiegert Exp $ DISTNAME= go-md2man-2.0.1 MASTER_SITES= ${MASTER_SITE_GITHUB:=cpuguy83/} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/go-mmark/Makefile b/textproc/go-mmark/Makefile index 7906c75a9ca..0adaed5dd96 100644 --- a/textproc/go-mmark/Makefile +++ b/textproc/go-mmark/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2022/06/02 18:52:07 bsiegert Exp $ +# $NetBSD: Makefile,v 1.46 2022/07/13 16:03:01 bsiegert Exp $ DISTNAME= mmark-2.2.10 PKGNAME= go-${DISTNAME} -PKGREVISION= 13 +PKGREVISION= 14 MASTER_SITES= ${MASTER_SITE_GITHUB:=mmarkdown/} CATEGORIES= textproc GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/go-text/Makefile b/textproc/go-text/Makefile index a00b53120c3..71d234eccb2 100644 --- a/textproc/go-text/Makefile +++ b/textproc/go-text/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2022/06/02 18:52:07 bsiegert Exp $ +# $NetBSD: Makefile,v 1.58 2022/07/13 16:03:00 bsiegert Exp $ DISTNAME= go-text-0.3.3 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= text diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile index 4c9855902c7..b7eb87ede02 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2022/06/02 18:52:07 bsiegert Exp $ +# $NetBSD: Makefile,v 1.51 2022/07/13 16:03:00 bsiegert Exp $ DISTNAME= sift-0.6.0 -PKGREVISION= 48 +PKGREVISION= 49 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/} GITHUB_TAG= v${PKGVERSION_NOREV} |