pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Allow build with ruby21.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef913a6ef1e8
branches:  trunk
changeset: 632371:ef913a6ef1e8
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Mar 26 13:27:50 2014 +0000

description:
Allow build with ruby21.

diffstat:

 net/ruby-soap4r/Makefile  |  4 ++--
 print/ruby-prawn/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 09ae8d64588e -r ef913a6ef1e8 net/ruby-soap4r/Makefile
--- a/net/ruby-soap4r/Makefile  Wed Mar 26 13:27:28 2014 +0000
+++ b/net/ruby-soap4r/Makefile  Wed Mar 26 13:27:50 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/07/21 02:48:37 taca Exp $
+# $NetBSD: Makefile,v 1.5 2014/03/26 13:27:50 taca Exp $
 
 DISTNAME=      soap4r-ruby1.9-2.0.5
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby1.9//}
@@ -11,7 +11,7 @@
 
 CONFLICTS+=    ruby[0-9]*-soap4r-*
 
-RUBY_VERSION_SUPPORTED=        200 193
+RUBY_VERSION_SUPPORTED=        21 200 193
 OVERRIDE_GEMSPEC= \
        :files lib/soap/rpc/element.rb.orig= lib/xsd/xmlparser.rb.orig=
 
diff -r 09ae8d64588e -r ef913a6ef1e8 print/ruby-prawn/Makefile
--- a/print/ruby-prawn/Makefile Wed Mar 26 13:27:28 2014 +0000
+++ b/print/ruby-prawn/Makefile Wed Mar 26 13:27:50 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/03/14 17:51:20 taca Exp $
+# $NetBSD: Makefile,v 1.6 2014/03/26 13:28:29 taca Exp $
 
 DISTNAME=      prawn-0.15.0
 CATEGORIES=    print
@@ -11,7 +11,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-pdf-core>=0.1.3<0.2:../../print/ruby-pdf-core
 DEPENDS+=      ${RUBY_PKGPREFIX}-ttfunk>=1.1.0<1.2:../../fonts/ruby-ttfunk
 
-RUBY_VERSION_SUPPORTED=        200 193
+RUBY_VERSION_SUPPORTED=        200 193 21
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index