Index: databases/ruby-activerecord-odbc/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/databases/ruby-activerecord-odbc/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- databases/ruby-activerecord-odbc/Makefile 7 Mar 2013 15:07:03 -0000 1.8 +++ databases/ruby-activerecord-odbc/Makefile 11 May 2013 00:48:24 -0000 @@ -14,7 +14,7 @@ DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS} RUBY_RAILS_SUPPORTED= # empty -OVERRIDE_GEMSPEC= :files lib/connection_adapters= +OVERRIDE_GEMSPECS+= :files lib/connection_adapters= .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: databases/ruby-cassandra/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/databases/ruby-cassandra/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- databases/ruby-cassandra/Makefile 17 Dec 2012 12:29:00 -0000 1.9 +++ databases/ruby-cassandra/Makefile 11 May 2013 00:48:24 -0000 @@ -13,7 +13,7 @@ RUBY_JSON_REQD= 0 USE_RAKE= run -OVERRIDE_GEMSPEC= simple_uuid~>0.2 +OVERRIDE_GEMSPECS+= simple_uuid~>0.2 .include "../../lang/ruby/gem.mk" .include "../../lang/ruby/json.mk" Index: databases/ruby-dm-core/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/databases/ruby-dm-core/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- databases/ruby-dm-core/Makefile 31 Jul 2012 11:45:22 -0000 1.4 +++ databases/ruby-dm-core/Makefile 11 May 2013 00:48:24 -0000 @@ -11,7 +11,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.4<3:../../net/ruby-addressable -OVERRIDE_GEMSPEC+= addressable~>2.3 +OVERRIDE_GEMSPECS+= addressable~>2.3 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: databases/ruby-dm-serializer/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/databases/ruby-dm-serializer/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- databases/ruby-dm-serializer/Makefile 16 Sep 2012 05:17:52 -0000 1.6 +++ databases/ruby-dm-serializer/Makefile 11 May 2013 00:48:24 -0000 @@ -12,7 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-fastercsv>=1.5<2:../../textproc/ruby-fastercsv DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json -OVERRIDE_GEMSPEC+= json:json_pure>=1.6 +OVERRIDE_GEMSPECS+= json:json_pure>=1.6 RUBY_JSON_REQD= 1.6 RUBY_JSON_TYPE= pure Index: devel/ruby-cmd/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/ruby-cmd/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- devel/ruby-cmd/Makefile 7 Mar 2013 15:08:11 -0000 1.10 +++ devel/ruby-cmd/Makefile 11 May 2013 00:48:24 -0000 @@ -11,7 +11,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}:../../devel/ruby-readline -OVERRIDE_GEMSPEC= :files download= rdoc= +OVERRIDE_GEMSPECS+= :files download= rdoc= .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: devel/ruby-debug-base/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/ruby-debug-base/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- devel/ruby-debug-base/Makefile 7 Mar 2013 15:09:31 -0000 1.8 +++ devel/ruby-debug-base/Makefile 11 May 2013 00:48:24 -0000 @@ -14,7 +14,7 @@ RUBY_VERSION_SUPPORTED= 18 -OVERRIDE_GEMSPEC= :files ext/win32/Makefile= ext/win32/breakpoint.o= \ +OVERRIDE_GEMSPECS+= :files ext/win32/Makefile= ext/win32/breakpoint.o= \ ext/win32/ruby_debug.o= ext/win32/ruby_debug.so= .include "../../lang/ruby/gem.mk" Index: devel/ruby-debug-ide/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/ruby-debug-ide/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- devel/ruby-debug-ide/Makefile 7 Mar 2013 15:09:45 -0000 1.8 +++ devel/ruby-debug-ide/Makefile 11 May 2013 00:48:24 -0000 @@ -16,7 +16,7 @@ # RUBY_VERSION_SUPPORTED= 18 -OVERRIDE_GEMSPEC= :extensions ext/mkrf_conf.rb= :files ext/mkrf_conf.rb= +OVERRIDE_GEMSPECS+= :extensions ext/mkrf_conf.rb= :files ext/mkrf_conf.rb= pre-configure: ${RM} -fr ${WRKSRC}/ext Index: devel/ruby-debug/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/ruby-debug/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- devel/ruby-debug/Makefile 7 Mar 2013 15:09:14 -0000 1.10 +++ devel/ruby-debug/Makefile 11 May 2013 00:48:24 -0000 @@ -15,7 +15,7 @@ RUBY_VERSION_SUPPORTED= 18 -OVERRIDE_GEMSPEC= :files \ +OVERRIDE_GEMSPECS+= :files \ cli/ruby-debug/processor.RB=cli/ruby-debug/processor.rb \ cli/ruby-debug/commands/raise.RB=cli/ruby-debug/commands/raise.rb \ cli/ruby-debug/commands/disassemble.RB= \ Index: devel/ruby-ffi/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/ruby-ffi/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- devel/ruby-ffi/Makefile 11 Mar 2013 07:32:27 -0000 1.10 +++ devel/ruby-ffi/Makefile 11 May 2013 00:48:24 -0000 @@ -11,7 +11,7 @@ USE_RAKE= YES RUBY_RDOC_REQD= 3.9.4 -OVERRIDE_GEMSPEC+= :files gen/log= +OVERRIDE_GEMSPECS+= :files gen/log= .include "../../lang/ruby/gem.mk" .include "../../devel/libffi/buildlink3.mk" Index: devel/ruby-hashery/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/ruby-hashery/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- devel/ruby-hashery/Makefile 16 Dec 2012 16:25:00 -0000 1.2 +++ devel/ruby-hashery/Makefile 11 May 2013 00:48:24 -0000 @@ -8,7 +8,7 @@ COMMENT= Facets-bread collection of Hash-like classes LICENSE= mit -OVERRIDE_GEMSPEC= :require_paths alt= +OVERRIDE_GEMSPECS+= :require_paths alt= .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: devel/ruby-priority-queue/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/ruby-priority-queue/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- devel/ruby-priority-queue/Makefile 7 Mar 2013 15:14:31 -0000 1.8 +++ devel/ruby-priority-queue/Makefile 11 May 2013 00:48:24 -0000 @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 OR ruby-license GEM_CLEANBUILD= ext/* *.o -OVERRIDE_GEMSPEC= :files priority_queue.so= priority_queue.o= +OVERRIDE_GEMSPECS+= :files priority_queue.so= priority_queue.o= pre-configure: cd ${WRKSRC} && pwd; ${RM} -f priority_queue.so priority_queue.o Index: devel/ruby-railties32/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/ruby-railties32/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- devel/ruby-railties32/Makefile 19 Mar 2013 16:17:50 -0000 1.5 +++ devel/ruby-railties32/Makefile 11 May 2013 00:48:24 -0000 @@ -18,7 +18,7 @@ RUBY_RAILS_STRICT_DEP= yes RUBY_RDOC_REQD= 3.4 USE_RAKE= RUN -OVERRIDE_GEMSPEC= thor>=0.14.6 +OVERRIDE_GEMSPECS+= thor>=0.14.6 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: devel/ruby-rake/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/ruby-rake/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- devel/ruby-rake/Makefile 14 Mar 2013 16:42:13 -0000 1.6 +++ devel/ruby-rake/Makefile 11 May 2013 00:48:24 -0000 @@ -20,7 +20,7 @@ .include "../../lang/ruby/rubyversion.mk" -OVERRIDE_GEMSPEC+= :executables rake=${RAKEBIN} \ +OVERRIDE_GEMSPECS+= :executables rake=${RAKEBIN} \ :files bin/rake=bin/${RAKEBIN} doc/rake.1.gz=doc/rake.1 .if ${RUBY_VER} == 18 Index: devel/ruby-rspec-expectations/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/ruby-rspec-expectations/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- devel/ruby-rspec-expectations/Makefile 11 Mar 2013 07:47:46 -0000 1.12 +++ devel/ruby-rspec-expectations/Makefile 11 May 2013 00:48:24 -0000 @@ -10,7 +10,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.3<2:../../textproc/ruby-diff-lcs -OVERRIDE_GEMSPEC+= diff-lcs>=1.1.3 +OVERRIDE_GEMSPECS+= diff-lcs>=1.1.3 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: devel/ruby-uglifier/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/devel/ruby-uglifier/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- devel/ruby-uglifier/Makefile 17 Dec 2012 12:31:14 -0000 1.4 +++ devel/ruby-uglifier/Makefile 11 May 2013 00:48:24 -0000 @@ -11,7 +11,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-execjs>=0.3.0:../../lang/ruby-execjs DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.3<2:../../textproc/ruby-multi_json -OVERRIDE_GEMSPEC= multi_json~>1.0 +OVERRIDE_GEMSPECS+= multi_json~>1.0 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: graphics/ruby-imlib2/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/graphics/ruby-imlib2/Makefile,v retrieving revision 1.30 diff -u -u -r1.30 Makefile --- graphics/ruby-imlib2/Makefile 7 Mar 2013 16:43:57 -0000 1.30 +++ graphics/ruby-imlib2/Makefile 11 May 2013 00:48:24 -0000 @@ -12,7 +12,7 @@ LICENSE= mit GEM_CLEANBUILD= Makefile *.o imlib2.${RUBY_DLEXT} mkmf.log -OVERRIDE_GEMSPEC= :name=imlib2-ruby +OVERRIDE_GEMSPECS+= :name=imlib2-ruby BUILDLINK_API_DEPENDS.imlib2+= imlib2>=1.2.0nb2 pre-configure: Index: lang/ruby/gem.mk =================================================================== RCS file: /cvsroot/pkgsrc/lang/ruby/gem.mk,v retrieving revision 1.20 diff -u -u -r1.20 gem.mk --- lang/ruby/gem.mk 8 Apr 2013 11:17:15 -0000 1.20 +++ lang/ruby/gem.mk 11 May 2013 00:48:25 -0000 @@ -17,7 +17,7 @@ # # Default: not defined # -# OVERRIDE_GEMSPEC +# OVERRIDE_GEMSPECS # Fix version of depending gem or modify files in gemspec. # # (1) Specify as gem and dependency pattern as usual pkgsrc's one. @@ -27,38 +27,38 @@ # (i.e. json>=1.4.7<1.5) and if you want to relax it to # "json>=1.4.6" then use: # -# OVERRIDE_GEMSPEC+= json>=1.4.6 +# OVERRIDE_GEMSPECS+= json>=1.4.6 # # If you want to change depending gem to "json_pure>=1.4.6" # then use: # -# OVERRIDE_GEMSPEC+= json:json_pure>=1.4.6 +# OVERRIDE_GEMSPECS+= json:json_pure>=1.4.6 # # You can also remove dependency: # -# OVERRIDE_GEMSPEC+= json: +# OVERRIDE_GEMSPECS+= json: # # (2) Modify instance of gemspec. # # Example: # Rename gem's name to "foo" (setting instance @name): # -# OVERRIDE_GEMSPEC+= :name=foo +# OVERRIDE_GEMSPECS+= :name=foo # # Example: # Remove files (a.rb and b.rb) from 'files': # -# OVERRIDE_GEMSPEC+= :files a.rb= b.rb= +# OVERRIDE_GEMSPECS+= :files a.rb= b.rb= # # Example: # Add a file (exec.rb) to 'executables': # -# OVERRIDE_GEMSPEC+= :executables exec.rb +# OVERRIDE_GEMSPECS+= :executables exec.rb # # Example: # Rename a file (from 'ruby' to 'ruby193') in 'files': # -# OVERRIDE_GEMSPEC+= :files ruby=ruby193 +# OVERRIDE_GEMSPECS+= :files ruby=ruby193 # # Note: Because of limited parser, argumetns for (1) must preceed to (2). # @@ -126,12 +126,12 @@ # Default to using rake to build the local gem from the unpacked files. GEM_BUILD?= gemspec -OVERRIDE_GEMSPEC?= # default is empty +OVERRIDE_GEMSPECS?= # default is empty RUBYGEM_LANG?= en_US.UTF-8 RUBYGEM_ENV?= LANG=${RUBYGEM_LANG} LC_CTYPE=${RUBYGEM_LANG} -.if !empty(OVERRIDE_GEMSPEC) +.if !empty(OVERRIDE_GEMSPECS) UPDATE_GEMSPEC= ../../lang/ruby/files/update-gemspec.rb .endif @@ -287,10 +287,10 @@ do-build: _gem-pre-build gem-build _gem-pre-build: -.if !empty(OVERRIDE_GEMSPEC) +.if !empty(OVERRIDE_GEMSPECS) @${STEP_MSG} Override gemspec dependency @${RUBY} ${.CURDIR}/${UPDATE_GEMSPEC} ${WRKDIR}/${GEM_NAME}.gemspec \ - ${OVERRIDE_GEMSPEC:Q} + ${OVERRIDE_GEMSPECS:Q} .endif @${STEP_MSG} "Removing backup files of patch before build" @find ${WRKSRC} -name \*.orig -exec rm {} \; Index: net/ruby-net-ping/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/net/ruby-net-ping/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- net/ruby-net-ping/Makefile 17 Mar 2012 16:58:19 -0000 1.4 +++ net/ruby-net-ping/Makefile 11 May 2013 00:48:25 -0000 @@ -11,7 +11,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-net-ldap>=0.2.2<0.4:../../net/ruby-net-ldap DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.0.0:../../devel/ruby-ffi -OVERRIDE_GEMSPEC+= ruby-net-ldap~>0.2 +OVERRIDE_GEMSPECS+= ruby-net-ldap~>0.2 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: net/ruby-soap4r/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/net/ruby-soap4r/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- net/ruby-soap4r/Makefile 17 Sep 2012 16:11:12 -0000 1.3 +++ net/ruby-soap4r/Makefile 11 May 2013 00:48:25 -0000 @@ -12,7 +12,7 @@ CONFLICTS+= ruby[0-9]*-soap4r-* RUBY_VERSION_SUPPORTED= 193 -OVERRIDE_GEMSPEC= \ +OVERRIDE_GEMSPECS+= \ :files lib/soap/rpc/element.rb.orig= lib/xsd/xmlparser.rb.orig= .include "../../lang/ruby/gem.mk" Index: net/ruby-twitter-stream/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/net/ruby-twitter-stream/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- net/ruby-twitter-stream/Makefile 16 Mar 2013 13:17:58 -0000 1.11 +++ net/ruby-twitter-stream/Makefile 11 May 2013 00:48:25 -0000 @@ -11,7 +11,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine DEPENDS+= ${RUBY_PKGPREFIX}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth -OVERRIDE_GEMSPEC+= simple_oauth>=0.1.4 +OVERRIDE_GEMSPECS+= simple_oauth>=0.1.4 DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.1:../../www/ruby-http_parser.rb .include "../../lang/ruby/gem.mk" Index: security/ruby-ezcrypto/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/security/ruby-ezcrypto/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- security/ruby-ezcrypto/Makefile 7 Mar 2013 17:08:16 -0000 1.3 +++ security/ruby-ezcrypto/Makefile 11 May 2013 00:48:25 -0000 @@ -8,7 +8,7 @@ COMMENT= Ruby object-oriented wrapper for OpenSSL libraries LICENSE= mit -OVERRIDE_GEMSPEC= :files test/store= :test_files test/store= +OVERRIDE_GEMSPECS+= :files test/store= :test_files test/store= .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: textproc/ruby-json-utils/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/textproc/ruby-json-utils/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- textproc/ruby-json-utils/Makefile 9 May 2013 10:09:37 -0000 1.4 +++ textproc/ruby-json-utils/Makefile 11 May 2013 00:48:25 -0000 @@ -21,7 +21,7 @@ post-extract: cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w -OVERRIDE_GEMSPEC= gtk2: +OVERRIDE_GEMSPECS+= gtk2: .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: www/heel/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/www/heel/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- www/heel/Makefile 17 Mar 2013 15:57:46 -0000 1.8 +++ www/heel/Makefile 11 May 2013 00:48:25 -0000 @@ -15,7 +15,7 @@ CONFLICTS+= ruby[1-9][0-9][0-9]-heel-[0-9]* heel-[0-9]* -OVERRIDE_GEMSPEC+= coderay>=0.8.260 launchy>=0.3.2 thin>=1.2 +OVERRIDE_GEMSPECS+= coderay>=0.8.260 launchy>=0.3.2 thin>=1.2 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: www/ruby-coffee-rails32/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/www/ruby-coffee-rails32/Makefile,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 Makefile --- www/ruby-coffee-rails32/Makefile 20 Mar 2012 13:16:39 -0000 1.1.1.1 +++ www/ruby-coffee-rails32/Makefile 11 May 2013 00:48:25 -0000 @@ -13,7 +13,7 @@ RUBY_RAILS_SUPPORTED= 32 -OVERRIDE_GEMSPEC+= railties~>3.2.0 +OVERRIDE_GEMSPECS+= railties~>3.2.0 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: www/ruby-faraday/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/www/ruby-faraday/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- www/ruby-faraday/Makefile 7 Apr 2013 11:18:57 -0000 1.4 +++ www/ruby-faraday/Makefile 11 May 2013 00:48:25 -0000 @@ -11,7 +11,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-multipart-post>=1.1:../../www/ruby-multipart-post # multipart-post-1.2 is just Ruby-2.0 support bump. -OVERRIDE_GEMSPEC+= multipart-post>=1.1 +OVERRIDE_GEMSPECS+= multipart-post>=1.1 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: www/ruby-padrino-core/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/www/ruby-padrino-core/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- www/ruby-padrino-core/Makefile 11 Feb 2013 14:29:37 -0000 1.1 +++ www/ruby-padrino-core/Makefile 11 May 2013 00:48:25 -0000 @@ -17,7 +17,7 @@ RUBY_RAILS_SUPPORTED= 32 -OVERRIDE_GEMSPEC= thor>=0.15.2 +OVERRIDE_GEMSPECS+= thor>=0.15.2 .include "../../www/ruby-padrino/Makefile.common" .include "../../lang/ruby/gem.mk" Index: www/ruby-padrino-mailer/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/www/ruby-padrino-mailer/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- www/ruby-padrino-mailer/Makefile 11 Feb 2013 14:33:57 -0000 1.1 +++ www/ruby-padrino-mailer/Makefile 11 May 2013 00:48:25 -0000 @@ -11,7 +11,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.4:../../mail/ruby-mail -OVERRIDE_GEMSPEC= mail>=2.4 +OVERRIDE_GEMSPECS+= mail>=2.4 .include "../../www/ruby-padrino/Makefile.common" .include "../../lang/ruby/gem.mk" Index: www/ruby-rack/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/www/ruby-rack/Makefile,v retrieving revision 1.16 diff -u -u -r1.16 Makefile --- www/ruby-rack/Makefile 10 Mar 2013 09:25:56 -0000 1.16 +++ www/ruby-rack/Makefile 11 May 2013 00:48:25 -0000 @@ -8,7 +8,7 @@ COMMENT= Modular Ruby webserver interface LICENSE= mit -OVERRIDE_GEMSPEC= :executables rackup=rackup15 \ +OVERRIDE_GEMSPECS+= :executables rackup=rackup15 \ :files bin/rackup=bin/rackup15 pre-configure: Index: www/ruby-rack14/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/www/ruby-rack14/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- www/ruby-rack14/Makefile 10 Mar 2013 09:13:12 -0000 1.2 +++ www/ruby-rack14/Makefile 11 May 2013 00:48:25 -0000 @@ -11,7 +11,7 @@ CONFLICTS+= ruby[1-9][0-9]-rack>=1.4<1.5 ruby[1-9][0-9][0-9]-rack>=1.4<1.5 -OVERRIDE_GEMSPEC= :executables rackup=rackup14 \ +OVERRIDE_GEMSPECS+= :executables rackup=rackup14 \ :files bin/rackup=bin/rackup14 pre-configure: Index: www/thoth-delicious/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/www/thoth-delicious/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- www/thoth-delicious/Makefile 6 Apr 2013 03:45:27 -0000 1.6 +++ www/thoth-delicious/Makefile 11 May 2013 00:48:25 -0000 @@ -12,7 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-thoth>=0.1.0:../../www/thoth -OVERRIDE_GEMSPEC+= json-pure>=1.1.2 thoth>=0.1.0 +OVERRIDE_GEMSPECS+= json-pure>=1.1.2 thoth>=0.1.0 RUBY_JSON_REQD= 1.1.2 RUBY_JSON_TYPE= pure Index: www/thoth-flickr/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/www/thoth-flickr/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- www/thoth-flickr/Makefile 8 Nov 2011 15:37:35 -0000 1.4 +++ www/thoth-flickr/Makefile 11 May 2013 00:48:25 -0000 @@ -13,7 +13,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-net-flickr>=0.0.1<0.2:../../www/ruby-net-flickr DEPENDS+= ${RUBY_PKGPREFIX}-thoth>=0.1.0:../../www/thoth -OVERRIDE_GEMSPEC+= thoth>=0.1.0 +OVERRIDE_GEMSPECS+= thoth>=0.1.0 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: www/thoth/Makefile =================================================================== RCS file: /cvsroot/pkgsrc/www/thoth/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- www/thoth/Makefile 11 Feb 2013 04:58:17 -0000 1.10 +++ www/thoth/Makefile 11 May 2013 00:48:25 -0000 @@ -22,7 +22,7 @@ CONFLICTS+= ruby[1-9][0-9]-thoth-[0-9]* thoth-[0-9]* -OVERRIDE_GEMSPEC+= \ +OVERRIDE_GEMSPECS+= \ builder>=2.1.2 configuration>=0.0.5 json-pure>=1.1.3 redcloth>=4.0.3 \ ramaze>=2008.06 sequel>=2.5.0 thin>=0.8.2 erubis>=2.7.0 RUBY_JSON_REQD= 1.1.3