diff options
author | taca <taca> | 2013-07-21 02:48:37 +0000 |
---|---|---|
committer | taca <taca> | 2013-07-21 02:48:37 +0000 |
commit | 1ffd823bb22c316d828b12398f703f4e83ddf0a8 (patch) | |
tree | a0a1704b5e0fae8995087442036a9c95a4607844 /net | |
parent | 7204a7d9e32e2e1577eab6ed846c88cdcd004e96 (diff) | |
download | pkgsrc-1ffd823bb22c316d828b12398f703f4e83ddf0a8.tar.gz |
Enable ruby200.
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-soap4r/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-soap4r/Makefile b/net/ruby-soap4r/Makefile index c5b4954aa4c..f8108ba0b1f 100644 --- a/net/ruby-soap4r/Makefile +++ b/net/ruby-soap4r/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/09/17 16:11:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2013/07/21 02:48:37 taca Exp $ DISTNAME= soap4r-ruby1.9-2.0.5 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby1.9//} @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 OR ruby-license CONFLICTS+= ruby[0-9]*-soap4r-* -RUBY_VERSION_SUPPORTED= 193 +RUBY_VERSION_SUPPORTED= 200 193 OVERRIDE_GEMSPEC= \ :files lib/soap/rpc/element.rb.orig= lib/xsd/xmlparser.rb.orig= |