diff options
author | mmoll <mmoll@FreeBSD.org> | 2015-11-20 00:40:22 +0800 |
---|---|---|
committer | mmoll <mmoll@FreeBSD.org> | 2015-11-20 00:40:22 +0800 |
commit | 1b2eab323c0e57405d83143a6bb03b1e159030b1 (patch) | |
tree | 3e3d1d3b57dbeaa9c6837bd611e74c5d5f853609 /graphics | |
parent | 31bbd5fc6e65377faceb481c719adf2b2ffdda77 (diff) | |
download | freebsd-ports-gnome-1b2eab323c0e57405d83143a6bb03b1e159030b1.tar.gz freebsd-ports-gnome-1b2eab323c0e57405d83143a6bb03b1e159030b1.tar.zst freebsd-ports-gnome-1b2eab323c0e57405d83143a6bb03b1e159030b1.zip |
graphics/rubygem-chunky_png: update to 1.3.5 and reset maintainer
PR: 204039
Submitted by: Torsten Zühlsdorff <ports@toco-domains.de> (earlier version)
Approved by: maintainer (timeout)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rubygem-chunky_png/Makefile | 6 | ||||
-rw-r--r-- | graphics/rubygem-chunky_png/distinfo | 4 | ||||
-rw-r--r-- | graphics/rubygem-chunky_png/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/rubygem-chunky_png/Makefile b/graphics/rubygem-chunky_png/Makefile index 3eb97f7cea7d..3b48ac3d1772 100644 --- a/graphics/rubygem-chunky_png/Makefile +++ b/graphics/rubygem-chunky_png/Makefile @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= chunky_png -PORTVERSION= 1.2.9 +PORTVERSION= 1.3.5 CATEGORIES= graphics rubygems MASTER_SITES= RG -MAINTAINER= pphillips@experts-exchange.com +MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library to read and write PNG images LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_RAKE= yes NO_ARCH= yes USE_RUBY= yes diff --git a/graphics/rubygem-chunky_png/distinfo b/graphics/rubygem-chunky_png/distinfo index dc6b9db6b085..a17caa15f8b7 100644 --- a/graphics/rubygem-chunky_png/distinfo +++ b/graphics/rubygem-chunky_png/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/chunky_png-1.2.9.gem) = d0102bc377642ee12370eb06109d95022792c619ce66d64ee15e2dd58e066748 -SIZE (rubygem/chunky_png-1.2.9.gem) = 316416 +SHA256 (rubygem/chunky_png-1.3.5.gem) = b6ab1011b2e79bcc973c92deee4110d071d5cd59ed950efcd0aba49a5f57c06d +SIZE (rubygem/chunky_png-1.3.5.gem) = 350208 diff --git a/graphics/rubygem-chunky_png/pkg-descr b/graphics/rubygem-chunky_png/pkg-descr index 5ccdfc38d5df..abf8f654bc8f 100644 --- a/graphics/rubygem-chunky_png/pkg-descr +++ b/graphics/rubygem-chunky_png/pkg-descr @@ -3,4 +3,4 @@ and access textual metadata. It has no dependency on RMagick, or any other library for that matter. -WWW: http://wiki.github.com/wvanbergen/chunky_png +WWW: https://github.com/wvanbergen/chunky_png/wiki |