diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-09-26 20:10:39 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-09-26 20:10:39 +0000 |
commit | afb8590c95bba19b651cd83dcd3530827692d05b (patch) | |
tree | ed43a265f959cb2bbc57bc6c19ff8573746b7921 /graphics | |
parent | e54fbaf177ffb1f14bb0396c9b497a60e438d9ef (diff) | |
download | pkgsrc-afb8590c95bba19b651cd83dcd3530827692d05b.tar.gz |
Revbump all Go packages after 1.12.10 update.
ok wiz@ for PMC
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/go-image/Makefile | 4 | ||||
-rw-r--r-- | graphics/go-imaging/Makefile | 4 | ||||
-rw-r--r-- | graphics/go-resize/Makefile | 4 | ||||
-rw-r--r-- | graphics/go-smartcrop/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/graphics/go-image/Makefile b/graphics/go-image/Makefile index 78739a33237..ec677d811c0 100644 --- a/graphics/go-image/Makefile +++ b/graphics/go-image/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2019/08/14 15:45:43 bsiegert Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/26 20:10:49 bsiegert Exp $ DISTNAME= go-image-20170405 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= image diff --git a/graphics/go-imaging/Makefile b/graphics/go-imaging/Makefile index f8a0bc8b4c8..941617bb447 100644 --- a/graphics/go-imaging/Makefile +++ b/graphics/go-imaging/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2019/08/14 15:45:43 bsiegert Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/26 20:10:49 bsiegert Exp $ DISTNAME= imaging-1.5.0 PKGNAME= go-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 MASTER_SITES= ${MASTER_SITE_GITHUB:=disintegration/} CATEGORIES= graphics GITHUB_PROJECT= imaging diff --git a/graphics/go-resize/Makefile b/graphics/go-resize/Makefile index 2afe27a4a88..6e319c68e37 100644 --- a/graphics/go-resize/Makefile +++ b/graphics/go-resize/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2019/08/14 15:45:43 bsiegert Exp $ +# $NetBSD: Makefile,v 1.10 2019/09/26 20:10:49 bsiegert Exp $ DISTNAME= resize-0.0.20180221 PKGNAME= go-${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 MASTER_SITES= ${MASTER_SITE_GITHUB:=nfnt/} CATEGORIES= graphics GITHUB_PROJECT= ${PKGBASE:S/^go-//} diff --git a/graphics/go-smartcrop/Makefile b/graphics/go-smartcrop/Makefile index 918b39492a0..76dc11446fa 100644 --- a/graphics/go-smartcrop/Makefile +++ b/graphics/go-smartcrop/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2019/08/14 15:45:43 bsiegert Exp $ +# $NetBSD: Makefile,v 1.10 2019/09/26 20:10:49 bsiegert Exp $ DISTNAME= smartcrop-0.2.0.20180227 PKGNAME= go-${DISTNAME} -PKGREVISION= 8 +PKGREVISION= 9 MASTER_SITES= ${MASTER_SITE_GITHUB:=muesli/} CATEGORIES= graphics GITHUB_PROJECT= ${PKGBASE:S/^go-//} |