diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-04-16 18:41:08 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-04-16 18:41:08 +0000 |
commit | 10be6e75200113201be29963fc26cd7f95815671 (patch) | |
tree | 0861b0a8c71e44ac251f2d00c1f2f397a3b2bc9d /graphics | |
parent | 09be82c6248509247472fdbd6ab7d756c40bf35d (diff) | |
download | pkgsrc-10be6e75200113201be29963fc26cd7f95815671.tar.gz |
Revbump all Go packages after go112 update
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 86f692b9770..01563b7e4f7 100644 --- a/graphics/go-image/Makefile +++ b/graphics/go-image/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2019/03/16 08:35:48 bsiegert Exp $ +# $NetBSD: Makefile,v 1.10 2019/04/16 18:41:18 bsiegert Exp $ DISTNAME= go-image-20170405 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= image diff --git a/graphics/go-imaging/Makefile b/graphics/go-imaging/Makefile index 3523a89d76d..64d2b9f8c29 100644 --- a/graphics/go-imaging/Makefile +++ b/graphics/go-imaging/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2019/03/16 08:35:49 bsiegert Exp $ +# $NetBSD: Makefile,v 1.6 2019/04/16 18:41:19 bsiegert Exp $ DISTNAME= imaging-1.5.0 PKGNAME= go-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 MASTER_SITES= ${MASTER_SITE_GITHUB:=disintegration/} CATEGORIES= graphics GITHUB_PROJECT= imaging diff --git a/graphics/go-resize/Makefile b/graphics/go-resize/Makefile index 0e7df7ac46c..3a8f4472f5d 100644 --- a/graphics/go-resize/Makefile +++ b/graphics/go-resize/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2019/03/16 08:35:48 bsiegert Exp $ +# $NetBSD: Makefile,v 1.7 2019/04/16 18:41:18 bsiegert Exp $ DISTNAME= resize-0.0.20180221 PKGNAME= go-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 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 94422a6101e..d07238cab73 100644 --- a/graphics/go-smartcrop/Makefile +++ b/graphics/go-smartcrop/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2019/03/16 08:35:49 bsiegert Exp $ +# $NetBSD: Makefile,v 1.7 2019/04/16 18:41:19 bsiegert Exp $ DISTNAME= smartcrop-0.2.0.20180227 PKGNAME= go-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 MASTER_SITES= ${MASTER_SITE_GITHUB:=muesli/} CATEGORIES= graphics GITHUB_PROJECT= ${PKGBASE:S/^go-//} |