pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Revbump all Go packages after lang/go112 update.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Mon May 27 15:33:09 2019 +0000
Changeset:	7c85c55148dabdf0bede86b75892f2325c309e58

Modified Files:
	arduino-builder/Makefile
	collectd-unbound/Makefile
	consul/Makefile
	delve/Makefile
	go-backoff/Makefile
	go-collectd/Makefile
	go-dotenv/Makefile
	go-flags/Makefile
	go-fsnotify/Makefile
	go-ghodss-yaml/Makefile
	go-gomail/Makefile
	go-gopacket/Makefile
	go-humanize/Makefile
	go-junit-report/Makefile
	go-kr-text/Makefile
	go-log/Makefile
	go-madon/Makefile
	go-notify/Makefile
	go-pass/Makefile
	go-paths-helper/Makefile
	go-properties-map/Makefile
	go-pty/Makefile
	go-rateio/Makefile
	go-rest/Makefile
	go-trie/Makefile
	go-upspin/Makefile
	gopass/Makefile
	lumberjack/Makefile
	mackerel-agent-plugins/Makefile
	mackerel-agent/Makefile
	madonctl/Makefile
	mailsend-go/Makefile
	minio/Makefile
	packer/Makefile
	rclone/Makefile
	restic/Makefile
	ssh-chat/Makefile
	vault/Makefile
	vgo/Makefile

Log Message:
Revbump all Go packages after lang/go112 update.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7c85c55148dabdf0bede86b75892f2325c309e58

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 arduino-builder/Makefile        | 2 +-
 collectd-unbound/Makefile       | 2 +-
 consul/Makefile                 | 1 +
 delve/Makefile                  | 2 +-
 go-backoff/Makefile             | 2 +-
 go-collectd/Makefile            | 2 +-
 go-dotenv/Makefile              | 2 +-
 go-flags/Makefile               | 2 +-
 go-fsnotify/Makefile            | 2 +-
 go-ghodss-yaml/Makefile         | 2 +-
 go-gomail/Makefile              | 2 +-
 go-gopacket/Makefile            | 2 +-
 go-humanize/Makefile            | 2 +-
 go-junit-report/Makefile        | 2 +-
 go-kr-text/Makefile             | 2 +-
 go-log/Makefile                 | 2 +-
 go-madon/Makefile               | 2 +-
 go-notify/Makefile              | 2 +-
 go-pass/Makefile                | 2 +-
 go-paths-helper/Makefile        | 2 +-
 go-properties-map/Makefile      | 2 +-
 go-pty/Makefile                 | 2 +-
 go-rateio/Makefile              | 2 +-
 go-rest/Makefile                | 2 +-
 go-trie/Makefile                | 2 +-
 go-upspin/Makefile              | 2 +-
 gopass/Makefile                 | 2 +-
 lumberjack/Makefile             | 2 +-
 mackerel-agent-plugins/Makefile | 2 +-
 mackerel-agent/Makefile         | 2 +-
 madonctl/Makefile               | 2 +-
 mailsend-go/Makefile            | 2 +-
 minio/Makefile                  | 2 +-
 packer/Makefile                 | 1 +
 rclone/Makefile                 | 2 +-
 restic/Makefile                 | 1 +
 ssh-chat/Makefile               | 2 +-
 vault/Makefile                  | 1 +
 vgo/Makefile                    | 2 +-
 39 files changed, 39 insertions(+), 35 deletions(-)

diffs:
diff --git a/arduino-builder/Makefile b/arduino-builder/Makefile
index 87f141b8e4..9af38c36c1 100644
--- a/arduino-builder/Makefile
+++ b/arduino-builder/Makefile
@@ -3,7 +3,7 @@
 GITHUB_PROJECT=	arduino-builder
 DISTNAME=	1.4.4
 PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	wip
 MASTER_SITES=	${MASTER_SITE_GITHUB:=arduino/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
diff --git a/collectd-unbound/Makefile b/collectd-unbound/Makefile
index 9498e12262..28479f38ff 100644
--- a/collectd-unbound/Makefile
+++ b/collectd-unbound/Makefile
@@ -3,7 +3,7 @@
 
 DISTNAME=		collectd-unbound
 PKGNAME=		${DISTNAME}-20150830
-PKGREVISION=		6
+PKGREVISION=		7
 CATEGORIES=		sysutils
 MASTER_SITES=		${MASTER_SITE_GITHUB:=falzm/}
 GITHUB_PROJECT=		${DISTNAME}
diff --git a/consul/Makefile b/consul/Makefile
index bda66b6cf8..f2ec7a9e78 100644
--- a/consul/Makefile
+++ b/consul/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	consul-1.5.1
+PKGREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/delve/Makefile b/delve/Makefile
index 283e03e25a..15a8148a44 100644
--- a/delve/Makefile
+++ b/delve/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	delve-1.0.0
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	wip devel
 MASTER_SITES=	https://github.com/derekparker/delve/files/1738674/
 
diff --git a/go-backoff/Makefile b/go-backoff/Makefile
index 613a2ffdc9..f09b51afa1 100644
--- a/go-backoff/Makefile
+++ b/go-backoff/Makefile
@@ -2,7 +2,7 @@
 #
 
 DISTNAME=		go-backoff-20141124
-PKGREVISION=		6
+PKGREVISION=		7
 CATEGORIES=		devel
 MASTER_SITES=		${MASTER_SITE_GITHUB:=cenkalti/}
 GITHUB_PROJECT=		backoff
diff --git a/go-collectd/Makefile b/go-collectd/Makefile
index 9b097b75e2..b7e10fa19e 100644
--- a/go-collectd/Makefile
+++ b/go-collectd/Makefile
@@ -3,7 +3,7 @@
 
 DISTNAME=		go-collectd
 PKGNAME=		go-collectd-20150830
-PKGREVISION=		6
+PKGREVISION=		7
 CATEGORIES=		sysutils
 MASTER_SITES=		${MASTER_SITE_GITHUB:=collectd/}
 GITHUB_PROJECT=		${DISTNAME}
diff --git a/go-dotenv/Makefile b/go-dotenv/Makefile
index c8c3b32187..6cdda03931 100644
--- a/go-dotenv/Makefile
+++ b/go-dotenv/Makefile
@@ -3,7 +3,7 @@
 
 DISTNAME=		go-dotenv-${GITHUB_TAG}
 PKGNAME=		go-dotenv-20180121
-PKGREVISION=		6
+PKGREVISION=		7
 GITHUB_PROJECT=		go-dotenv
 CATEGORIES=		devel
 MASTER_SITES=		${MASTER_SITE_GITHUB:=direnv/}
diff --git a/go-flags/Makefile b/go-flags/Makefile
index 769aceb9bc..ed51b55d26 100644
--- a/go-flags/Makefile
+++ b/go-flags/Makefile
@@ -4,7 +4,7 @@ GITHUB_TAG=	v1.3.0
 DISTNAME=	${GITHUB_TAG}
 DIST_SUBDIR=	go-flags
 PKGNAME=	${DIST_SUBDIR}-${GITHUB_TAG:S/v//}
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=jessevdk/}
 GITHUB_PROJECT=	go-flags
diff --git a/go-fsnotify/Makefile b/go-fsnotify/Makefile
index 23c042281e..73cb7a234f 100644
--- a/go-fsnotify/Makefile
+++ b/go-fsnotify/Makefile
@@ -3,7 +3,7 @@
 
 DISTNAME=		go-fsnotify-1.2.0
 GITHUB_PROJECT=		fsnotify
-PKGREVISION=		6
+PKGREVISION=		7
 CATEGORIES=		devel
 MASTER_SITES=		${MASTER_SITE_GITHUB:=go-fsnotify/}
 GITHUB_TAG=		v${PKGVERSION_NOREV}
diff --git a/go-ghodss-yaml/Makefile b/go-ghodss-yaml/Makefile
index 0dbbfa6b6a..607560c2cd 100644
--- a/go-ghodss-yaml/Makefile
+++ b/go-ghodss-yaml/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	go-ghodss-yaml-1.0.0
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	textproc devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ghodss/}
 GITHUB_PROJECT=	yaml
diff --git a/go-gomail/Makefile b/go-gomail/Makefile
index 1addfc7497..8f1d9e3b9b 100644
--- a/go-gomail/Makefile
+++ b/go-gomail/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 PKGNAME=	go-gomail-2.0.0
-PKGREVISION=	1
+PKGREVISION=	2
 DISTNAME=	go-gomail
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-gomail/}
diff --git a/go-gopacket/Makefile b/go-gopacket/Makefile
index 65fe5e1dd7..0462e11202 100644
--- a/go-gopacket/Makefile
+++ b/go-gopacket/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	gopacket-1.1.14
 PKGNAME=	go-${DISTNAME}
-PKGREVISION=	6
+PKGREVISION=	7
 MASTER_SITES=	${MASTER_SITE_GITHUB:=google/}
 CATEGORIES=	net
 GITHUB_PROJECT=	${PKGBASE:S/^go-//}
diff --git a/go-humanize/Makefile b/go-humanize/Makefile
index e11d67d009..571d639ad0 100644
--- a/go-humanize/Makefile
+++ b/go-humanize/Makefile
@@ -3,7 +3,7 @@
 # XXX 0.0.1 is a made-up release number, watch for a release:
 # https://github.com/dustin/go-humanize/issues/56
 PKGNAME=	go-humanize-0.0.1
-PKGREVISION=	6
+PKGREVISION=	7
 GITHUB_TAG=	383332499bf02f79d3e696220c2713722438529c
 DISTNAME=	go-humanize-${GITHUB_TAG}
 CATEGORIES=	devel
diff --git a/go-junit-report/Makefile b/go-junit-report/Makefile
index 4bed54e551..bf8e43d8a6 100644
--- a/go-junit-report/Makefile
+++ b/go-junit-report/Makefile
@@ -5,7 +5,7 @@ GITHUB_TAG=	af01ea7f8024089b458d804d5cdf190f962a9a0c
 #DISTNAME=	go-junit-report	
 DISTNAME=	${GITHUB_PROJECT}-${GITHUB_TAG}
 
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	wip
 MASTER_SITES=	${MASTER_SITE_GITHUB:=jstemmer/}
 EXTRACT_SUFX=	.zip
diff --git a/go-kr-text/Makefile b/go-kr-text/Makefile
index a3495469de..c938fea771 100644
--- a/go-kr-text/Makefile
+++ b/go-kr-text/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	go-kr-text-0.1.0
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	textproc devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=kr/}
 GITHUB_PROJECT=	text
diff --git a/go-log/Makefile b/go-log/Makefile
index e3d7317014..8a3a73434c 100644
--- a/go-log/Makefile
+++ b/go-log/Makefile
@@ -2,7 +2,7 @@
 
 # XXX 0.0.1 is a made-up release number, ask upstream to make a release.
 PKGNAME=	go-log-0.0.1
-PKGREVISION=	6
+PKGREVISION=	7
 GITHUB_TAG=	61e686294e58a8698a9e1091268bb4ac1116bd5e
 DISTNAME=	log-${GITHUB_TAG}
 CATEGORIES=	devel
diff --git a/go-madon/Makefile b/go-madon/Makefile
index 3a4845d496..3ed7156f79 100644
--- a/go-madon/Makefile
+++ b/go-madon/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	go-madon-2.3.0
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	devel net chat
 MASTER_SITES=	${MASTER_SITE_GITHUB:=McKael/}
 GITHUB_PROJECT=	madon
diff --git a/go-notify/Makefile b/go-notify/Makefile
index 4c67061436..9c3dcd87fd 100644
--- a/go-notify/Makefile
+++ b/go-notify/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=		go-notify-20150523
 GITHUB_PROJECT=		notify
-PKGREVISION=		6
+PKGREVISION=		7
 CATEGORIES=		devel
 #MASTER_SITES=		${MASTER_SITE_GITHUB:=rjeczalik/}
 MASTER_SITES=		${MASTER_SITE_GITHUB:=zillode/}
diff --git a/go-pass/Makefile b/go-pass/Makefile
index 2497ecb297..cc4a3f8f41 100644
--- a/go-pass/Makefile
+++ b/go-pass/Makefile
@@ -2,7 +2,7 @@
 
 # XXX 0.0.1 is a made-up release number, ask upstream to make a release.
 PKGNAME=	go-pass-0.0.1
-PKGREVISION=	6
+PKGREVISION=	7
 GITHUB_TAG=	bf9dde6d0d2c004a008c27aaee91170c786f6db8
 DISTNAME=	gopass-${GITHUB_TAG}
 CATEGORIES=	security devel
diff --git a/go-paths-helper/Makefile b/go-paths-helper/Makefile
index 8673261fe7..d356b8d219 100644
--- a/go-paths-helper/Makefile
+++ b/go-paths-helper/Makefile
@@ -4,7 +4,7 @@ GITHUB_PROJECT=	go-paths-helper
 GITHUB_TAG=	c3c98d1bf2e1069f60ab84bff3a2eb3c5422f3b0
 DISTNAME=	${GITHUB_PROJECT}-${GITHUB_TAG}
 
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	wip
 MASTER_SITES=	${MASTER_SITE_GITHUB:=arduino/}
 EXTRACT_SUFX=	.zip
diff --git a/go-properties-map/Makefile b/go-properties-map/Makefile
index 7b07941d01..8836565f35 100644
--- a/go-properties-map/Makefile
+++ b/go-properties-map/Makefile
@@ -4,7 +4,7 @@ GITHUB_PROJECT=	go-properties-map
 GITHUB_TAG=	ad37f0cfeff29fadeabe6b2f7f852d8db1fb5c41
 DISTNAME=	${GITHUB_PROJECT}-${GITHUB_TAG}
 
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	wip
 MASTER_SITES=	${MASTER_SITE_GITHUB:=arduino/}
 EXTRACT_SUFX=	.zip
diff --git a/go-pty/Makefile b/go-pty/Makefile
index ab11b11911..a228599745 100644
--- a/go-pty/Makefile
+++ b/go-pty/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	go-pty-1.1.1
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=kr/}
 GITHUB_PROJECT=	pty
diff --git a/go-rateio/Makefile b/go-rateio/Makefile
index d711c3b45c..bb1d024466 100644
--- a/go-rateio/Makefile
+++ b/go-rateio/Makefile
@@ -2,7 +2,7 @@
 
 # XXX 0.0.1 is a made-up release number, ask upstream to make a release.
 PKGNAME=	go-rateio-0.0.1
-PKGREVISION=	6
+PKGREVISION=	7
 GITHUB_TAG=	e8e00881e5c12090412414be41c04ca9c8a71106
 DISTNAME=	rateio-${GITHUB_TAG}
 CATEGORIES=	devel
diff --git a/go-rest/Makefile b/go-rest/Makefile
index eaf60df3e1..7b937fd34f 100644
--- a/go-rest/Makefile
+++ b/go-rest/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	go-rest-2.4.1
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	devel www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sendgrid/}
 GITHUB_PROJECT=	rest
diff --git a/go-trie/Makefile b/go-trie/Makefile
index d84c171400..712a03f079 100644
--- a/go-trie/Makefile
+++ b/go-trie/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	trie-0.0.0.20140408
 PKGNAME=	go-${DISTNAME}
-PKGREVISION=	6
+PKGREVISION=	7
 MASTER_SITES=	${MASTER_SITE_GITHUB:=fvbock/}
 CATEGORIES=	textproc
 GITHUB_PROJECT=	${PKGBASE:S/^go-//}
diff --git a/go-upspin/Makefile b/go-upspin/Makefile
index f29bb5cf2c..8b11886146 100644
--- a/go-upspin/Makefile
+++ b/go-upspin/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	upspin
 PKGNAME=	go-${DISTNAME}-0608201801
-PKGREVISION=	7
+PKGREVISION=	8
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=upspin/}
 GITHUB_TAG=	2449c06d44a151038682dddc347bc4606a4e6710
diff --git a/gopass/Makefile b/gopass/Makefile
index e376282e9d..6d3b9f757c 100644
--- a/gopass/Makefile
+++ b/gopass/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 PKGNAME=	gopass-1.8.5
-PKGREVISION=	1
+PKGREVISION=	2
 DISTNAME=	gopass-${GITHUB_TAG}
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=gopasspw/}
diff --git a/lumberjack/Makefile b/lumberjack/Makefile
index 4585b07191..3f94942575 100644
--- a/lumberjack/Makefile
+++ b/lumberjack/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=		lumberjack-2.0
-PKGREVISION=		6
+PKGREVISION=		7
 CATEGORIES=		devel
 MASTER_SITES=		${MASTER_SITE_GITHUB:=natefinch/}
 GITHUB_TAG=		v${PKGVERSION_NOREV}
diff --git a/mackerel-agent-plugins/Makefile b/mackerel-agent-plugins/Makefile
index bf4fb5178b..507440fbc8 100644
--- a/mackerel-agent-plugins/Makefile
+++ b/mackerel-agent-plugins/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	mackerel-agent-plugins-0.55.1
 GITHUB_TAG=	v${PKGVERSION_NOREV}
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=mackerelio/}
 
diff --git a/mackerel-agent/Makefile b/mackerel-agent/Makefile
index e16a09fdc2..e25069133b 100644
--- a/mackerel-agent/Makefile
+++ b/mackerel-agent/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	mackerel-agent-0.59.2
 GITHUB_TAG=	v${PKGVERSION_NOREV}
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=mackerelio/}
 
diff --git a/madonctl/Makefile b/madonctl/Makefile
index f5c01b8164..0054cf642b 100644
--- a/madonctl/Makefile
+++ b/madonctl/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	madonctl-2.3.1
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	net chat
 MASTER_SITES=	${MASTER_SITE_GITHUB:=McKael/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/mailsend-go/Makefile b/mailsend-go/Makefile
index e9715d0cb2..baa07b406a 100644
--- a/mailsend-go/Makefile
+++ b/mailsend-go/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 PKGNAME=	${GITHUB_PROJECT}-1.0.4
-PKGREVISION=	1
+PKGREVISION=	2
 DISTNAME=	${GITHUB_PROJECT}-${GITHUB_TAG}
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GITHUB:=muquit/}
diff --git a/minio/Makefile b/minio/Makefile
index 249ed81009..112d2d239c 100644
--- a/minio/Makefile
+++ b/minio/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	minio-${GITHUB_TAG}
 PKGNAME=	minio-20180912184956
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=minio/}
 GITHUB_PROJECT=	minio
diff --git a/packer/Makefile b/packer/Makefile
index 1085e8ebd5..fe9a3f6ce3 100644
--- a/packer/Makefile
+++ b/packer/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 PKGNAME=	packer-1.4.1
+PKGREVISION=	1
 DISTNAME=	packer-${GITHUB_TAG}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/rclone/Makefile b/rclone/Makefile
index 7a4d66363c..de8d9341e1 100644
--- a/rclone/Makefile
+++ b/rclone/Makefile
@@ -3,7 +3,7 @@
 # XXX: When updating changelog is available in
 # XXX: ${WRKSRC}/docs/content/changelog.md
 DISTNAME=	rclone-1.47.0
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ncw/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/restic/Makefile b/restic/Makefile
index c94ecd7796..17104447e2 100644
--- a/restic/Makefile
+++ b/restic/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 PKGNAME=	restic-0.9.5
+PKGREVISION=	1
 DISTNAME=	restic-${GITHUB_TAG}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=restic/}
diff --git a/ssh-chat/Makefile b/ssh-chat/Makefile
index d690fb35ab..5ccc6e5595 100644
--- a/ssh-chat/Makefile
+++ b/ssh-chat/Makefile
@@ -4,7 +4,7 @@ GITHUB_TAG=	v1.7
 DISTNAME=	${GITHUB_TAG}
 DIST_SUBDIR=	ssh-chat
 PKGNAME=	${DIST_SUBDIR}-${GITHUB_TAG:S/v//}
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	chat security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=shazow/}
 GITHUB_PROJECT=	ssh-chat
diff --git a/vault/Makefile b/vault/Makefile
index a8048a4a76..3b4ceece63 100644
--- a/vault/Makefile
+++ b/vault/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	vault-1.1.2
+PKGREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
 
diff --git a/vgo/Makefile b/vgo/Makefile
index 82c2f3caf2..911263811a 100644
--- a/vgo/Makefile
+++ b/vgo/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.14 2018/03/04 15:52:20 bsiegert Exp $
 
 DISTNAME=		vgo-20180220
-PKGREVISION=		6
+PKGREVISION=		7
 CATEGORIES=		devel
 MASTER_SITES=		${MASTER_SITE_GITHUB:=golang/}
 GITHUB_PROJECT=		vgo


Home | Main Index | Thread Index | Old Index