pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-rison



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Oct 18 14:48:14 UTC 2016

Modified Files:
        pkgsrc/textproc/ruby-rison: Makefile distinfo

Log Message:
Update ruby-rison to 2.1.0.

pkgsrc change: Remove overriding gemspec to fix parslet dependency

* Drop support for Ruby 1.8.
* Fix Rison.dump to encode numeric hash keys as strings


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/ruby-rison/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-rison/distinfo

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

Modified files:

Index: pkgsrc/textproc/ruby-rison/Makefile
diff -u pkgsrc/textproc/ruby-rison/Makefile:1.5 pkgsrc/textproc/ruby-rison/Makefile:1.6
--- pkgsrc/textproc/ruby-rison/Makefile:1.5     Mon Feb  2 12:26:21 2015
+++ pkgsrc/textproc/ruby-rison/Makefile Tue Oct 18 14:48:14 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2015/02/02 12:26:21 taca Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/18 14:48:14 taca Exp $
 
-DISTNAME=      rison-2.0.0
-PKGREVISION=   1
+DISTNAME=      rison-2.1.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,10 +10,5 @@ LICENSE=     mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-parslet>=1.4.0:../../devel/ruby-parslet
 
-OVERRIDE_GEMSPEC+=     parslet>=1.4.0
-
-pre-configure:
-       ${CHMOD} 0644 ${WRKSRC}/lib/rison/dump.rb
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/ruby-rison/distinfo
diff -u pkgsrc/textproc/ruby-rison/distinfo:1.3 pkgsrc/textproc/ruby-rison/distinfo:1.4
--- pkgsrc/textproc/ruby-rison/distinfo:1.3     Wed Nov  4 02:00:10 2015
+++ pkgsrc/textproc/ruby-rison/distinfo Tue Oct 18 14:48:14 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 02:00:10 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/10/18 14:48:14 taca Exp $
 
-SHA1 (rison-2.0.0.gem) = 2d7b54b39e58e1450c2c5401d38004531bdbc68a
-RMD160 (rison-2.0.0.gem) = 46515f3a471833e6d824bc48bbaa832ad63de61c
-SHA512 (rison-2.0.0.gem) = ed82e70b81d63fc7dc1095415f386e2068708fc3bbf57acf7ec51ab3d2b1989d1b4a07ab7f6f5436c28c72aab89fccf8603b035628c9b471b75c84b423f7b008
-Size (rison-2.0.0.gem) = 7168 bytes
+SHA1 (rison-2.1.0.gem) = f3ac4dfb5a031de99bc283e7e8ec6ea2709c4e15
+RMD160 (rison-2.1.0.gem) = 0ca77ce9d0079e298ba673c305dac4e4edf9f58d
+SHA512 (rison-2.1.0.gem) = f22971a447f082d257fe9c8b82124e11f932712db4b1a88506eeec509daa84d2ded048cffd45ff1b3a8b3daa7bc81f0bc7b2d73d853537a0096ae574088afb0d
+Size (rison-2.1.0.gem) = 8192 bytes



Home | Main Index | Thread Index | Old Index