svn commit: r485622 - head/graphics/rubygem-chunky_png

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 22 20:48:14 UTC 2018


Author: sunpoet
Date: Thu Nov 22 20:48:12 2018
New Revision: 485622
URL: https://svnweb.freebsd.org/changeset/ports/485622

Log:
  Update to 1.3.11
  
  Changes:	https://github.com/wvanbergen/chunky_png/blob/master/CHANGELOG.rdoc

Modified:
  head/graphics/rubygem-chunky_png/Makefile
  head/graphics/rubygem-chunky_png/distinfo

Modified: head/graphics/rubygem-chunky_png/Makefile
==============================================================================
--- head/graphics/rubygem-chunky_png/Makefile	Thu Nov 22 20:48:04 2018	(r485621)
+++ head/graphics/rubygem-chunky_png/Makefile	Thu Nov 22 20:48:12 2018	(r485622)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	chunky_png
-PORTVERSION=	1.3.10
+PORTVERSION=	1.3.11
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
@@ -12,8 +12,9 @@ COMMENT=	Ruby library to read and write PNG images
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/rubygem-chunky_png/distinfo
==============================================================================
--- head/graphics/rubygem-chunky_png/distinfo	Thu Nov 22 20:48:04 2018	(r485621)
+++ head/graphics/rubygem-chunky_png/distinfo	Thu Nov 22 20:48:12 2018	(r485622)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516969891
-SHA256 (rubygem/chunky_png-1.3.10.gem) = 9c08320a5af529b922c2a2102cd2e2f15325375cc352baeaa45e2e9e22ede215
-SIZE (rubygem/chunky_png-1.3.10.gem) = 352768
+TIMESTAMP = 1542896894
+SHA256 (rubygem/chunky_png-1.3.11.gem) = 2dddf62aafc76a08c50f265a0e64c7358b94ae9aa3c044e6cf1fe79bb4549688
+SIZE (rubygem/chunky_png-1.3.11.gem) = 352768


More information about the svn-ports-all mailing list