svn commit: r384464 - head/graphics/rubygem-png

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 21 18:52:54 UTC 2015


Author: sunpoet
Date: Tue Apr 21 18:52:52 2015
New Revision: 384464
URL: https://svnweb.freebsd.org/changeset/ports/384464

Log:
  - Update to 1.2.1
  - Update WWW
  
  Changes:	https://github.com/seattlerb/png/blob/master/History.txt

Modified:
  head/graphics/rubygem-png/Makefile
  head/graphics/rubygem-png/distinfo
  head/graphics/rubygem-png/pkg-descr

Modified: head/graphics/rubygem-png/Makefile
==============================================================================
--- head/graphics/rubygem-png/Makefile	Tue Apr 21 18:52:48 2015	(r384463)
+++ head/graphics/rubygem-png/Makefile	Tue Apr 21 18:52:52 2015	(r384464)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	png
-PORTVERSION=	1.2.0
-PORTREVISION=	1
+PORTVERSION=	1.2.1
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +11,7 @@ COMMENT=	Almost-pure-ruby PNG library
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-hoe>=2.3.0:${PORTSDIR}/devel/rubygem-hoe
+RUN_DEPENDS=	rubygem-rubyinline>=3.9:${PORTSDIR}/devel/rubygem-rubyinline
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/graphics/rubygem-png/distinfo
==============================================================================
--- head/graphics/rubygem-png/distinfo	Tue Apr 21 18:52:48 2015	(r384463)
+++ head/graphics/rubygem-png/distinfo	Tue Apr 21 18:52:52 2015	(r384464)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/png-1.2.0.gem) = 1b8a3b4a2d76341a4e1d2ed64180d70d463e1e6538a9b45ce319b53c2f4dbd1a
-SIZE (rubygem/png-1.2.0.gem) = 19968
+SHA256 (rubygem/png-1.2.1.gem) = 678235c7c6f1194ec9d3690035044df6820ba41a9d995b73f63d3e8a8926e737
+SIZE (rubygem/png-1.2.1.gem) = 22016

Modified: head/graphics/rubygem-png/pkg-descr
==============================================================================
--- head/graphics/rubygem-png/pkg-descr	Tue Apr 21 18:52:48 2015	(r384463)
+++ head/graphics/rubygem-png/pkg-descr	Tue Apr 21 18:52:52 2015	(r384464)
@@ -1,5 +1,6 @@
 PNG is an almost-pure-ruby PNG library. It lets you write a PNG without any C
 libraries.
 
-WWW: http://www.zenspider.com/ZSS/Products/png/
+WWW: http://www.zenspider.com/projects/png.html
+WWW: https://github.com/seattlerb/png
 RG:  https://rubygems.org/gems/png


More information about the svn-ports-all mailing list