pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-soap4r * Add support for pkg_alternatives.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b29ea26f535c
branches:  trunk
changeset: 652838:b29ea26f535c
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jun 08 15:13:02 2015 +0000

description:
* Add support for pkg_alternatives.
* Allow this package build on Ruby 2.2.

diffstat:

 net/ruby-soap4r/ALTERNATIVES |  2 ++
 net/ruby-soap4r/Makefile     |  7 ++++---
 net/ruby-soap4r/PLIST        |  6 +++---
 3 files changed, 9 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r f04ac1642165 -r b29ea26f535c net/ruby-soap4r/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-soap4r/ALTERNATIVES      Mon Jun 08 15:13:02 2015 +0000
@@ -0,0 +1,2 @@
+bin/wsdl2ruby.rb @PREFIX@/bin/wsdl2ruby.rb@RUBY_SUFFIX@
+bin/xsd2ruby.rb @PREFIX@/bin/xsd2ruby.rb@RUBY_SUFFIX@
diff -r f04ac1642165 -r b29ea26f535c net/ruby-soap4r/Makefile
--- a/net/ruby-soap4r/Makefile  Mon Jun 08 15:09:46 2015 +0000
+++ b/net/ruby-soap4r/Makefile  Mon Jun 08 15:13:02 2015 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2014/03/26 13:27:50 taca Exp $
+# $NetBSD: Makefile,v 1.6 2015/06/08 15:13:02 taca Exp $
 
 DISTNAME=      soap4r-ruby1.9-2.0.5
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/-ruby1.9//}
+PKGREVISION=   1
 CATEGORIES=    net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,9 +10,9 @@
 COMMENT=       Implementation of SOAP 1.1 for Ruby
 LICENSE=       gnu-gpl-v2 OR ruby-license
 
-CONFLICTS+=    ruby[0-9]*-soap4r-*
+USE_LANGUAGES= # none
 
-RUBY_VERSION_SUPPORTED=        21 200 193
+RUBYGEM_OPTIONS+=      --format-executable
 OVERRIDE_GEMSPEC= \
        :files lib/soap/rpc/element.rb.orig= lib/xsd/xmlparser.rb.orig=
 
diff -r f04ac1642165 -r b29ea26f535c net/ruby-soap4r/PLIST
--- a/net/ruby-soap4r/PLIST     Mon Jun 08 15:09:46 2015 +0000
+++ b/net/ruby-soap4r/PLIST     Mon Jun 08 15:13:02 2015 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/11/24 13:01:14 taca Exp $
-bin/wsdl2ruby.rb
-bin/xsd2ruby.rb
+@comment $NetBSD: PLIST,v 1.2 2015/06/08 15:13:02 taca Exp $
+bin/wsdl2ruby.rb${RUBY_SUFFIX}
+bin/xsd2ruby.rb${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/COPYING
 ${GEM_LIBDIR}/GPL



Home | Main Index | Thread Index | Old Index