Sun Feb 1 16:36:32 2015 UTC ()
Update ruby-rcsparse to 0.0.0.47 which is latest revision on GitHub,
60871fde79db91aed56b3974e8ebc829342d18e8.

* Now it compatible on newer Ruby.
* License is gnu-agpl-v3.


(taca)
diff -r1.12 -r1.13 pkgsrc/devel/ruby-rcsparse/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/ruby-rcsparse/distinfo
diff -r1.1 -r0 pkgsrc/devel/ruby-rcsparse/patches/patch-aa

cvs diff -r1.12 -r1.13 pkgsrc/devel/ruby-rcsparse/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rcsparse/Makefile 2013/05/26 01:44:44 1.12
+++ pkgsrc/devel/ruby-rcsparse/Makefile 2015/02/01 16:36:32 1.13
@@ -1,21 +1,25 @@ @@ -1,21 +1,25 @@
1# $NetBSD: Makefile,v 1.12 2013/05/26 01:44:44 ryoon Exp $ 1# $NetBSD: Makefile,v 1.13 2015/02/01 16:36:32 taca Exp $
2 2
3DISTNAME= fromcvs-rcsparse-d8303aab 3DISTNAME= rcsparse-${VERS}
4# Bump simply to 0.0.0.46, I am not sure... 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
5PKGNAME= ${RUBY_PKGPREFIX}-rcsparse-0.0.0.46 
6CATEGORIES= devel ruby 5CATEGORIES= devel ruby
7MASTER_SITES= -http://gitorious.org/fromcvs/rcsparse/archive-tarball/d8303aab 6MASTER_SITES= -https://github.com/corecode/rcsparse/archive/${REVISION}.zip
8EXTRACT_SUFX= .tar.gz 7EXTRACT_SUFX= .zip
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://gitorious.org/fromcvs/rcsparse 10HOMEPAGE= https://github.com/corecode/rcsparse/
12COMMENT= RCS parsing library for Ruby 11COMMENT= RCS parsing library for Ruby
13LICENSE= corecode-license 12LICENSE= gnu-agpl-v3
14 13
15WRKSRC= ${WRKDIR}/fromcvs-rcsparse 14# This is our own version.
 15VERS= 0.0.0.47
 16REVISION= 60871fde79db91aed56b3974e8ebc829342d18e8
 17
 18WRKSRC= ${WRKDIR}/rcsparse-${REVISION}
16USE_RUBY_EXTCONF= yes 19USE_RUBY_EXTCONF= yes
17 20
18RUBY_VERSION_SUPPORTED= 18 21post-extract:
 22 cd ${WRKSRC}; find . -type f -exec ${CHMOD} -x {} \;
19 23
20.include "../../lang/ruby/modules.mk" 24.include "../../lang/ruby/modules.mk"
21.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/devel/ruby-rcsparse/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-rcsparse/distinfo 2013/05/26 01:44:44 1.8
+++ pkgsrc/devel/ruby-rcsparse/distinfo 2015/02/01 16:36:32 1.9
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.8 2013/05/26 01:44:44 ryoon Exp $ 1$NetBSD: distinfo,v 1.9 2015/02/01 16:36:32 taca Exp $
2 2
3SHA1 (fromcvs-rcsparse-d8303aab.tar.gz) = d8078cd41c36684115e0972f40abd0cb9fddf6e6 3SHA1 (rcsparse-0.0.0.47.zip) = 279d06f6c9c00a61cf0a857bb3a7b796e4c9ad59
4RMD160 (fromcvs-rcsparse-d8303aab.tar.gz) = a7733c036b322ae28be99bf1e12584ec533bb8af 4RMD160 (rcsparse-0.0.0.47.zip) = 6fd2694970a49b1f15ca770766cb707067270392
5Size (fromcvs-rcsparse-d8303aab.tar.gz) = 141703 bytes 5Size (rcsparse-0.0.0.47.zip) = 146300 bytes
6SHA1 (patch-aa) = 4cb6e84ffa2661e8ede6dec1ef3f7bc55ea53df5 

File Deleted: pkgsrc/devel/ruby-rcsparse/patches/Attic/patch-aa