pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/ruby-squib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 15 06:48:35 UTC 2017

Modified Files:
        pkgsrc/games/ruby-squib: Makefile distinfo

Log Message:
Updated ruby23-squib to 0.13.3.

## v0.13.3 / 2017-07-15

Bugs:
* Fix `undefined method [] for nil:NilClass` error on `svg` (was a regression error in librsvg that we worked around.)
* Bump dependencies to latest stable versions. Pango et al. to 3.1.7 and Cairo to 1.15.9. This fixes some compatibility issues.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/ruby-squib/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/ruby-squib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/ruby-squib/Makefile
diff -u pkgsrc/games/ruby-squib/Makefile:1.6 pkgsrc/games/ruby-squib/Makefile:1.7
--- pkgsrc/games/ruby-squib/Makefile:1.6        Sun Jun 18 13:48:53 2017
+++ pkgsrc/games/ruby-squib/Makefile    Sat Jul 15 06:48:35 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/06/18 13:48:53 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/07/15 06:48:35 wiz Exp $
 
-DISTNAME=      squib-0.13.2
+DISTNAME=      squib-0.13.3
 #MASTER_SITES= ${MASTER_SITE_GITHUB:=andymeneely/}
 CATEGORIES=    games
 #GITHUB_TAG=   v${PKGVERSION_NOREV}
@@ -13,7 +13,7 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_PKGPREFIX}-mercenary>=0.3.4:../../devel/ruby-mercenary
 DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri>=1.7.0:../../textproc/ruby-nokogiri
 #DEPENDS+=     ${RUBY_PKGPREFIX}-pkg-config-[0-9]*:../../devel/ruby-pkg-config
-DEPENDS+=      ${RUBY_PKGPREFIX}-cairo>=1.15.5:../../graphics/ruby-cairo
+DEPENDS+=      ${RUBY_PKGPREFIX}-cairo>=1.15.9:../../graphics/ruby-cairo
 DEPENDS+=      ${RUBY_PKGPREFIX}-progressbar>=1.8:../../misc/ruby-progressbar
 DEPENDS+=      ${RUBY_PKGPREFIX}-roo>=2.7.0:../../math/ruby-roo
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-pango>=3.1.1:../../devel/ruby-gnome2-pango

Index: pkgsrc/games/ruby-squib/distinfo
diff -u pkgsrc/games/ruby-squib/distinfo:1.5 pkgsrc/games/ruby-squib/distinfo:1.6
--- pkgsrc/games/ruby-squib/distinfo:1.5        Mon Mar 20 16:26:56 2017
+++ pkgsrc/games/ruby-squib/distinfo    Sat Jul 15 06:48:35 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/03/20 16:26:56 taca Exp $
+$NetBSD: distinfo,v 1.6 2017/07/15 06:48:35 wiz Exp $
 
-SHA1 (squib-0.13.2.gem) = a02413bec16c6c40da06b81654893c5651a67d92
-RMD160 (squib-0.13.2.gem) = 6c7c51197771f53b0022abfa53cd29897f244984
-SHA512 (squib-0.13.2.gem) = 9f46a04c604ff6e881580ec474332f4e157488b5297885c8eafdc2a63a43fe183d5990250913302dd5442e254801cf25238af567abf75aa223ac94a88c5cc480
-Size (squib-0.13.2.gem) = 65024 bytes
+SHA1 (squib-0.13.3.gem) = 25b429cc8a6df44a1153bfaf49cef6564807d092
+RMD160 (squib-0.13.3.gem) = fd071276286d21bd87466817a88762fbaa0ad218
+SHA512 (squib-0.13.3.gem) = e2299323ff7eb5c35886e2a9b2b68a7203af30c71ea83954a2e2264539631632810436a7e271425224266afcaa25aa48bcb43c5cd495b8050d863c013163d873
+Size (squib-0.13.3.gem) = 65536 bytes



Home | Main Index | Thread Index | Old Index