Date: Sun, 6 Jun 2010 02:12:57 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ruby@FreeBSD.org Subject: ports/147551: [PATCH]: Fix BUILD_DEPENDS -> RUN_DEPENDS for rubygem* Message-ID: <201006060612.o566CvmF013427@frieza.p6m7g8.net> Resent-Message-ID: <201006060620.o566K714028205@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147551 >Category: ports >Synopsis: [PATCH]: Fix BUILD_DEPENDS -> RUN_DEPENDS for rubygem* >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jun 06 06:20:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010 root@frieza.p6m7g8.net:/usr/obj/usr/src/sys/FRIEZA amd64 >Description: Quick review please. I've already built entire stack in my tb. You can see the logs here if you so desire: http://people.freebsd.org/~pgollucci/FreeBSD/logs/9-CURRENT-amd64-rubygem18 I've only bumped PORTREVISION where something other then BUILD_DEPENDS changes b/c that doesn't affect the package. Some minor verticle white space changes in 2-3 ports as well for consistency. >How-To-Repeat: >Fix: --- rubygem.diff-build begins here --- Index: benchmarks/rubygem-railsbench/Makefile =================================================================== RCS file: /home/ncvs/ports/benchmarks/rubygem-railsbench/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- benchmarks/rubygem-railsbench/Makefile 26 May 2010 19:51:14 -0000 1.6 +++ benchmarks/rubygem-railsbench/Makefile 6 Jun 2010 01:54:01 -0000 @@ -13,8 +13,7 @@ MAINTAINER= avl@FreeBSD.org COMMENT= Scripts designed for benchmarking of Rails applications -BUILD_DEPENDS= rubygem-hoe>=1.2.0:${PORTSDIR}/devel/rubygem-hoe -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-hoe>=1.2.0:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes USE_RUBYGEMS= yes Index: databases/rubygem-activerecord/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/rubygem-activerecord/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- databases/rubygem-activerecord/Makefile 26 May 2010 06:00:53 -0000 1.27 +++ databases/rubygem-activerecord/Makefile 6 Jun 2010 01:54:07 -0000 @@ -12,8 +12,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Object-relational mapping layer for Rails MVC Framework -BUILD_DEPENDS= rubygem-activesupport>=2.3.4:${PORTSDIR}/devel/rubygem-activesupport -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-activesupport>=2.3.4:${PORTSDIR}/devel/rubygem-activesupport OPTIONS= NATIVE_MYSQL "Use native MySQL bindings" Off\ NATIVE_POSTGRESQL "Use native PostgreSQL bindings" Off\ Index: databases/rubygem-activerecord-jdbcmysql-adapter/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- databases/rubygem-activerecord-jdbcmysql-adapter/Makefile 4 Oct 2009 04:34:01 -0000 1.5 +++ databases/rubygem-activerecord-jdbcmysql-adapter/Makefile 6 Jun 2010 03:05:50 -0000 @@ -13,8 +13,6 @@ MAINTAINER= avl@FreeBSD.org COMMENT= An ActiveRecord driver for MySQL using JDBC running under JRuby -BUILD_DEPENDS= rubygem-jdbc-mysql>=5.0.4:${PORTSDIR}/databases/rubygem-jdbc-mysql \ - rubygem-activerecord-jdbc-adapter>=0.8.2:${PORTSDIR}/databases/rubygem-activerecord-jdbc-adapter RUN_DEPENDS= rubygem-jdbc-mysql>=5.0.4:${PORTSDIR}/databases/rubygem-jdbc-mysql \ rubygem-activerecord-jdbc-adapter>=0.8.2:${PORTSDIR}/databases/rubygem-activerecord-jdbc-adapter \ jruby:${PORTSDIR}/lang/jruby Index: databases/rubygem-data_objects/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/rubygem-data_objects/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- databases/rubygem-data_objects/Makefile 18 Jan 2010 00:57:08 -0000 1.2 +++ databases/rubygem-data_objects/Makefile 6 Jun 2010 05:57:41 -0000 @@ -7,6 +7,7 @@ PORTNAME= data_objects PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RUBYFORGE/dorb DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -14,7 +15,7 @@ MAINTAINER= voldern@hoeggen.net COMMENT= A unified Ruby API for popular databases -BUILD_DEPENDS= rubygem-addressable>=2.0:${PORTSDIR}/www/rubygem-addressable \ +RUN_DEPENDS= rubygem-addressable>=2.0:${PORTSDIR}/www/rubygem-addressable \ rubygem-extlib>=0.9.9:${PORTSDIR}/devel/rubygem-extlib USE_RUBY= yes Index: databases/rubygem-datamapper/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/rubygem-datamapper/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- databases/rubygem-datamapper/Makefile 26 May 2010 19:51:14 -0000 1.6 +++ databases/rubygem-datamapper/Makefile 6 Jun 2010 03:02:37 -0000 @@ -13,10 +13,6 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Fast, thread-safe, object-relational mapper -BUILD_DEPENDS= rubygem-rspec>0:${PORTSDIR}/devel/rubygem-rspec \ - rubygem-validatable>0:${PORTSDIR}/devel/rubygem-validatable \ - rubygem-json>0:${PORTSDIR}/devel/rubygem-json \ - rubygem-fastthread>0:${PORTSDIR}/devel/rubygem-fastthread RUN_DEPENDS= rubygem-rspec>0:${PORTSDIR}/devel/rubygem-rspec \ rubygem-validatable>0:${PORTSDIR}/devel/rubygem-validatable \ rubygem-json>0:${PORTSDIR}/devel/rubygem-json \ Index: databases/rubygem-memcache-client/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/rubygem-memcache-client/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- databases/rubygem-memcache-client/Makefile 27 Apr 2010 22:55:16 -0000 1.14 +++ databases/rubygem-memcache-client/Makefile 6 Jun 2010 01:54:52 -0000 @@ -13,9 +13,8 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for MemCached -BUILD_DEPENDS= rubygem-zentest>=3.4.2:${PORTSDIR}/devel/rubygem-zentest \ +RUN_DEPENDS= rubygem-zentest>=3.4.2:${PORTSDIR}/devel/rubygem-zentest \ rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RAKE= yes Index: databases/rubygem-sqlite3/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/rubygem-sqlite3/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- databases/rubygem-sqlite3/Makefile 12 Jan 2010 07:18:54 -0000 1.19 +++ databases/rubygem-sqlite3/Makefile 6 Jun 2010 03:05:53 -0000 @@ -14,13 +14,15 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the SQLite DB engine version 3 -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 +BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -USE_RUBY= yes -USE_RUBYGEMS= yes CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE} + GEM_NAME= ${DISTNAME} + +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> Index: devel/rubygem-analogger/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-analogger/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- devel/rubygem-analogger/Makefile 26 May 2010 19:51:15 -0000 1.6 +++ devel/rubygem-analogger/Makefile 6 Jun 2010 01:55:11 -0000 @@ -12,8 +12,7 @@ MAINTAINER= avl@FreeBSD.org COMMENT= A fast, flexible, easy to use logging service for Ruby -BUILD_DEPENDS= rubygem-eventmachine>=0.7.0:${PORTSDIR}/devel/rubygem-eventmachine -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-eventmachine>=0.7.0:${PORTSDIR}/devel/rubygem-eventmachine USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-classifier/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-classifier/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- devel/rubygem-classifier/Makefile 21 Dec 2009 22:35:59 -0000 1.1 +++ devel/rubygem-classifier/Makefile 6 Jun 2010 01:55:19 -0000 @@ -12,8 +12,7 @@ MAINTAINER= peter.schuller@infidyne.com COMMENT= A classifier module for Bayesian and other types of classifications -BUILD_DEPENDS= rubygem-stemmer>=1.0.0:${PORTSDIR}/devel/rubygem-stemmer -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-stemmer>=1.0.0:${PORTSDIR}/devel/rubygem-stemmer USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-ditz/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-ditz/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- devel/rubygem-ditz/Makefile 8 Mar 2009 14:31:37 -0000 1.1 +++ devel/rubygem-ditz/Makefile 6 Jun 2010 03:27:58 -0000 @@ -7,13 +7,14 @@ PORTNAME= ditz PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RF/ditz MAINTAINER= kuriyama@FreeBSD.org COMMENT= Simple, light-weight distributed issue tracker -BUILD_DEPENDS= rubygem-trollop>0:${PORTSDIR}/devel/rubygem-trollop +RUN_DEPENDS= rubygem-trollop>0:${PORTSDIR}/devel/rubygem-trollop USE_RUBY= yes USE_RAKE= yes Index: devel/rubygem-gdata/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-gdata/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/rubygem-gdata/Makefile 26 May 2010 19:51:17 -0000 1.5 +++ devel/rubygem-gdata/Makefile 6 Jun 2010 01:55:30 -0000 @@ -12,8 +12,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Assist Ruby developers in working with Google Data APIs -BUILD_DEPENDS= rubygem-rails>=2.2.2:${PORTSDIR}/www/rubygem-rails -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-rails>=2.2.2:${PORTSDIR}/www/rubygem-rails USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-gem_plugin/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-gem_plugin/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- devel/rubygem-gem_plugin/Makefile 28 May 2009 20:44:08 -0000 1.10 +++ devel/rubygem-gem_plugin/Makefile 6 Jun 2010 03:28:42 -0000 @@ -6,6 +6,7 @@ PORTNAME= gem_plugin PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RF MASTER_SITE_SUBDIR= mongrel @@ -13,8 +14,6 @@ MAINTAINER= avl@FreeBSD.org COMMENT= Gem Based Plugin System -RUN_DEPENDS= ${BUILD_DEPENDS} - USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes Index: devel/rubygem-grit/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-grit/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/rubygem-grit/Makefile 4 Apr 2009 17:44:20 -0000 1.4 +++ devel/rubygem-grit/Makefile 6 Jun 2010 01:55:50 -0000 @@ -12,9 +12,8 @@ MAINTAINER= daniel@roe.ch COMMENT= An object-oriented ruby library to access git repositories -BUILD_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \ +RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \ rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-hoe/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-hoe/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- devel/rubygem-hoe/Makefile 5 Jun 2010 22:51:45 -0000 1.25 +++ devel/rubygem-hoe/Makefile 6 Jun 2010 01:55:56 -0000 @@ -13,8 +13,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= A simple rake/rubygems helper for project Rakefiles -BUILD_DEPENDS= rubygem-rubyforge>=1.3.1:${PORTSDIR}/devel/rubygem-rubyforge -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-rubyforge>=1.3.1:${PORTSDIR}/devel/rubygem-rubyforge USE_RUBY= yes USE_RAKE= yes Index: devel/rubygem-inline/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-inline/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- devel/rubygem-inline/Makefile 12 Dec 2009 06:08:44 -0000 1.18 +++ devel/rubygem-inline/Makefile 6 Jun 2010 01:56:16 -0000 @@ -15,9 +15,8 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts -BUILD_DEPENDS= sow:${PORTSDIR}/devel/rubygem-hoe \ +RUN_DEPENDS= sow:${PORTSDIR}/devel/rubygem-hoe \ zentest:${PORTSDIR}/devel/rubygem-zentest -RUN_DEPENDS= ${BUILD_DEPENDS} GEM_NAME= ${DISTNAME} Index: devel/rubygem-main/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-main/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- devel/rubygem-main/Makefile 4 Nov 2009 02:17:01 -0000 1.7 +++ devel/rubygem-main/Makefile 6 Jun 2010 01:56:24 -0000 @@ -13,8 +13,6 @@ MAINTAINER= wen@FreeBSD.org COMMENT= A Class Factory and Dsl for Generating Command Line Programs -BUILD_DEPENDS= rubygem-fattr>=1.0.3:${PORTSDIR}/devel/rubygem-fattr \ - rubygem-arrayfields>=4.5.0:${PORTSDIR}/devel/rubygem-arrayfields RUN_DEPENDS= rubygem-fattr>=1.0.3:${PORTSDIR}/devel/rubygem-fattr \ rubygem-arrayfields>=4.5.0:${PORTSDIR}/devel/rubygem-arrayfields Index: devel/rubygem-mash/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-mash/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/rubygem-mash/Makefile 27 Apr 2010 22:55:18 -0000 1.3 +++ devel/rubygem-mash/Makefile 6 Jun 2010 01:56:32 -0000 @@ -15,8 +15,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Mocking Hash library for Ruby -BUILD_DEPENDS= rubygem-hoe>=1.5.1:${PORTSDIR}/devel/rubygem-hoe -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-hoe>=1.5.1:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-mixlib-authentication/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-mixlib-authentication/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/rubygem-mixlib-authentication/Makefile 6 Jun 2010 04:06:23 -0000 1.3 +++ devel/rubygem-mixlib-authentication/Makefile 6 Jun 2010 05:50:58 -0000 @@ -13,8 +13,7 @@ MAINTAINER= renchap@cocoa-x.com COMMENT= Mixes in simple per-request authentication -BUILD_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-newgem/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-newgem/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/rubygem-newgem/Makefile 26 May 2010 19:51:19 -0000 1.4 +++ devel/rubygem-newgem/Makefile 6 Jun 2010 03:03:11 -0000 @@ -13,17 +13,15 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Bundle ruby libraries into gems -BUILD_DEPENDS= rubygem-activesupport>=2.0.2:${PORTSDIR}/devel/rubygem-activesupport \ +RUN_DEPENDS= rubygem-activesupport>=2.0.2:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-rubigen>=1.5.1:${PORTSDIR}/devel/rubygem-rubigen \ rubygem-hoe>=1.8.0:${PORTSDIR}/devel/rubygem-hoe \ rubygem-redcloth>=4.0.0:${PORTSDIR}/www/rubygem-redcloth \ rubygem-syntax>=1.0.0:${PORTSDIR}/textproc/rubygem-syntax -RUN_DEPENDS= ${BUILD_DEPENDS} - -PLIST_FILES= bin/newgem USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/newgem .include <bsd.port.mk> Index: devel/rubygem-nice-ffi/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-nice-ffi/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/rubygem-nice-ffi/Makefile 27 May 2010 15:48:50 -0000 1.3 +++ devel/rubygem-nice-ffi/Makefile 6 Jun 2010 01:57:02 -0000 @@ -13,8 +13,7 @@ MAINTAINER= kick.christoph@googlemail.com COMMENT= Nice-FFI is a layer on top of Ruby-FFI -BUILD_DEPENDS= rubygem-ffi>=0.5.3:${PORTSDIR}/devel/rubygem-ffi -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-ffi>=0.5.3:${PORTSDIR}/devel/rubygem-ffi USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-parsetree/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-parsetree/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- devel/rubygem-parsetree/Makefile 26 May 2010 19:51:20 -0000 1.14 +++ devel/rubygem-parsetree/Makefile 6 Jun 2010 01:57:08 -0000 @@ -13,10 +13,9 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Ruby parse tree tools -BUILD_DEPENDS= rubygem-inline>=3.7.0:${PORTSDIR}/devel/rubygem-inline \ +RUN_DEPENDS= rubygem-inline>=3.7.0:${PORTSDIR}/devel/rubygem-inline \ rubygem-sexp_processor>=3.0.1:${PORTSDIR}/devel/rubygem-sexp_processor \ rubygem-hoe>=1.8.2:${PORTSDIR}/devel/rubygem-hoe -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-ptreloaded/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-ptreloaded/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/rubygem-ptreloaded/Makefile 29 May 2010 03:34:30 -0000 1.5 +++ devel/rubygem-ptreloaded/Makefile 6 Jun 2010 01:57:19 -0000 @@ -14,8 +14,7 @@ MAINTAINER= tota@FreeBSD.org COMMENT= A reimplementation of ParseTree using RubyInlineAcceleration -BUILD_DEPENDS= rubygem-rubyinlineaccel>=0.0.1:${PORTSDIR}/devel/rubygem-rubyinlineaccel -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-rubyinlineaccel>=0.0.1:${PORTSDIR}/devel/rubygem-rubyinlineaccel GEM_NAME= ${DISTNAME} Index: devel/rubygem-rascut/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-rascut/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- devel/rubygem-rascut/Makefile 9 Apr 2009 00:11:31 -0000 1.6 +++ devel/rubygem-rascut/Makefile 6 Jun 2010 05:58:00 -0000 @@ -7,6 +7,7 @@ PORTNAME= rascut PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RF MASTER_SITE_SUBDIR= hotchpotch @@ -14,7 +15,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Ruby ActionSCript UTility -BUILD_DEPENDS= mongrel_rails:${PORTSDIR}/www/rubygem-mongrel \ +RUN_DEPENDS= mongrel_rails:${PORTSDIR}/www/rubygem-mongrel \ edit_json.rb:${PORTSDIR}/devel/rubygem-json_pure \ rackup:${PORTSDIR}/www/rubygem-rack \ fcsh:${PORTSDIR}/devel/flex-sdk Index: devel/rubygem-rubigen/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-rubigen/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/rubygem-rubigen/Makefile 26 May 2010 19:51:21 -0000 1.4 +++ devel/rubygem-rubigen/Makefile 6 Jun 2010 01:57:35 -0000 @@ -12,8 +12,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A Ruby generic generator framework -BUILD_DEPENDS= rubygem-activesupport>=2.2.2:${PORTSDIR}/devel/rubygem-activesupport -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-activesupport>=2.2.2:${PORTSDIR}/devel/rubygem-activesupport USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-ruby-sdl-ffi/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-ruby-sdl-ffi/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- devel/rubygem-ruby-sdl-ffi/Makefile 27 May 2010 18:01:27 -0000 1.2 +++ devel/rubygem-ruby-sdl-ffi/Makefile 6 Jun 2010 01:57:42 -0000 @@ -13,8 +13,7 @@ MAINTAINER= kick.christoph@googlemail.com COMMENT= Low-level binding to SDL and related libraries using Ruby-FFI -BUILD_DEPENDS= rubygem-nice-ffi>=0.3:${PORTSDIR}/devel/rubygem-nice-ffi -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-nice-ffi>=0.3:${PORTSDIR}/devel/rubygem-nice-ffi USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-ruby_parser/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-ruby_parser/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/rubygem-ruby_parser/Makefile 10 Sep 2009 17:54:39 -0000 1.3 +++ devel/rubygem-ruby_parser/Makefile 6 Jun 2010 05:58:35 -0000 @@ -7,13 +7,14 @@ PORTNAME= ruby_parser PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RUBYFORGE/parsetree MAINTAINER= voldern@hoeggen.net COMMENT= A ruby parser written in pure ruby -BUILD_DEPENDS= rubygem-sexp_processor>=3.0.1:${PORTSDIR}/devel/rubygem-sexp_processor \ +RUN_DEPENDS= rubygem-sexp_processor>=3.0.1:${PORTSDIR}/devel/rubygem-sexp_processor \ rubygem-parsetree>=0:${PORTSDIR}/devel/rubygem-parsetree \ rubygem-hoe>=1.8.2:${PORTSDIR}/devel/rubygem-hoe Index: devel/rubygem-rubyforge/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-rubyforge/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- devel/rubygem-rubyforge/Makefile 27 Apr 2010 22:55:19 -0000 1.15 +++ devel/rubygem-rubyforge/Makefile 6 Jun 2010 01:57:56 -0000 @@ -14,8 +14,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Simplistic script which automates rubyforge operations -BUILD_DEPENDS= rubygem-json_pure>=1.1.7:${PORTSDIR}/devel/rubygem-json_pure -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-json_pure>=1.1.7:${PORTSDIR}/devel/rubygem-json_pure USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-rubygame/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-rubygame/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- devel/rubygem-rubygame/Makefile 26 May 2010 19:51:22 -0000 1.15 +++ devel/rubygem-rubygame/Makefile 6 Jun 2010 01:58:01 -0000 @@ -13,8 +13,7 @@ MAINTAINER= kick.christoph@googlemail.com COMMENT= A game-development extension and library for the ruby language -BUILD_DEPENDS= rubygem-ruby-sdl-ffi>=0.2:${PORTSDIR}/devel/rubygem-ruby-sdl-ffi -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-ruby-sdl-ffi>=0.2:${PORTSDIR}/devel/rubygem-ruby-sdl-ffi USE_SDL= gfx image mixer ttf USE_RUBY= yes Index: devel/rubygem-rubyinlineaccel/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-rubyinlineaccel/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/rubygem-rubyinlineaccel/Makefile 29 May 2010 03:34:30 -0000 1.5 +++ devel/rubygem-rubyinlineaccel/Makefile 6 Jun 2010 01:58:09 -0000 @@ -14,8 +14,7 @@ MAINTAINER= tota@FreeBSD.org COMMENT= An extension to RubyInline -BUILD_DEPENDS= rubygem-inline>=3.6.3:${PORTSDIR}/devel/rubygem-inline -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-inline>=3.6.3:${PORTSDIR}/devel/rubygem-inline GEM_NAME= ${DISTNAME} Index: devel/rubygem-sexp_processor/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-sexp_processor/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/rubygem-sexp_processor/Makefile 22 Apr 2010 02:38:13 -0000 1.5 +++ devel/rubygem-sexp_processor/Makefile 6 Jun 2010 01:58:15 -0000 @@ -13,8 +13,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Generic sexp processing tools -BUILD_DEPENDS= rubygem-hoe>=1.8.2:${PORTSDIR}/devel/rubygem-hoe -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-hoe>=1.8.2:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-templater/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-templater/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/rubygem-templater/Makefile 26 May 2010 19:51:24 -0000 1.4 +++ devel/rubygem-templater/Makefile 6 Jun 2010 01:58:22 -0000 @@ -13,10 +13,9 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Ruby code generation framework -BUILD_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline \ +RUN_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline \ rubygem-extlib>=0.9.5:${PORTSDIR}/devel/rubygem-extlib \ rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-transactionsimple/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-transactionsimple/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- devel/rubygem-transactionsimple/Makefile 9 Apr 2009 00:11:33 -0000 1.13 +++ devel/rubygem-transactionsimple/Makefile 6 Jun 2010 01:58:42 -0000 @@ -14,12 +14,12 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Simple object transaction support -BUILD_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe + +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> Index: devel/rubygem-treetop/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-treetop/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/rubygem-treetop/Makefile 3 Jun 2010 06:15:43 -0000 1.3 +++ devel/rubygem-treetop/Makefile 6 Jun 2010 05:59:08 -0000 @@ -7,13 +7,14 @@ PORTNAME= treetop PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= wen@FreeBSD.org COMMENT= Ruby-based DSL for text parsing and interpretation -BUILD_DEPENDS= rubygem-polyglot>=0.3.1:${PORTSDIR}/devel/rubygem-polyglot +RUN_DEPENDS= rubygem-polyglot>=0.3.1:${PORTSDIR}/devel/rubygem-polyglot USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-uuid/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-uuid/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- devel/rubygem-uuid/Makefile 24 Jun 2009 21:08:14 -0000 1.3 +++ devel/rubygem-uuid/Makefile 6 Jun 2010 05:59:53 -0000 @@ -13,7 +13,6 @@ MAINTAINER= wenheping@gmail.com COMMENT= UUID Generator for Ruby -BUILD_DEPENDS= rubygem-macaddr>=1.0.0:${PORTSDIR}/net/rubygem-macaddr RUN_DEPENDS= rubygem-macaddr>=1.0.0:${PORTSDIR}/net/rubygem-macaddr USE_RUBY= yes Index: devel/rubygem-webby/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-webby/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- devel/rubygem-webby/Makefile 26 May 2010 19:51:24 -0000 1.2 +++ devel/rubygem-webby/Makefile 6 Jun 2010 01:59:07 -0000 @@ -12,7 +12,7 @@ MAINTAINER= rpsfa@rit.edu COMMENT= A small website management system -BUILD_DEPENDS= rubygem-redcloth>=4.2:${PORTSDIR}/www/rubygem-redcloth \ +RUN_DEPENDS= rubygem-redcloth>=4.2:${PORTSDIR}/www/rubygem-redcloth \ rubygem-launchy>=0.3.3:${PORTSDIR}/devel/rubygem-launchy \ rubygem-logging>=1.2.2:${PORTSDIR}/devel/rubygem-logging \ rubygem-flexmock>=0.2.1:${PORTSDIR}/devel/ruby-flexmock \ @@ -23,8 +23,6 @@ rubygem-hpricot>=0.6.0:${PORTSDIR}/www/rubygem-hpricot \ rubygem-directory_watcher>=1.1.2:${PORTSDIR}/devel/rubygem-directory_watcher -RUN_DEPENDS= ${BUILD_DEPENDS} - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Index: devel/rubygem-zentest/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/rubygem-zentest/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- devel/rubygem-zentest/Makefile 26 May 2010 19:51:24 -0000 1.15 +++ devel/rubygem-zentest/Makefile 6 Jun 2010 01:59:14 -0000 @@ -14,8 +14,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Ruby Unit Testing Utility -BUILD_DEPENDS= rubygem-hoe>=1.5.0:${PORTSDIR}/devel/rubygem-hoe -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-hoe>=1.5.0:${PORTSDIR}/devel/rubygem-hoe GEM_NAME= ${DISTNAME} Index: graphics/rubygem-graphviz/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/rubygem-graphviz/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- graphics/rubygem-graphviz/Makefile 28 Mar 2010 06:37:54 -0000 1.11 +++ graphics/rubygem-graphviz/Makefile 6 Jun 2010 06:00:06 -0000 @@ -7,7 +7,7 @@ PORTNAME= graphviz PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics ruby MASTER_SITES= RF MASTER_SITE_SUBDIR= ruby-asp @@ -16,12 +16,13 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Ruby Interface to the GraphViz Graphing Tool -BUILD_DEPENDS= rubygem-treetop>=1.4.2:${PORTSDIR}/devel/rubygem-treetop -RUN_DEPENDS= ${LOCALBASE}/bin/gxl2dot:${PORTSDIR}/graphics/graphviz +RUN_DEPENDS= ${LOCALBASE}/bin/gxl2dot:${PORTSDIR}/graphics/graphviz \ + rubygem-treetop>=1.4.2:${PORTSDIR}/devel/rubygem-treetop + +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/ruby2gv bin/gem2gv Index: graphics/rubygem-turing/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/rubygem-turing/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- graphics/rubygem-turing/Makefile 26 May 2010 19:51:26 -0000 1.8 +++ graphics/rubygem-turing/Makefile 6 Jun 2010 02:00:00 -0000 @@ -13,8 +13,7 @@ MAINTAINER= avl@FreeBSD.org COMMENT= Easy to use and customize/extend implementation of captcha -BUILD_DEPENDS= rubygem-gd2>=1.0.0:${PORTSDIR}/graphics/rubygem-gd2 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-gd2>=1.0.0:${PORTSDIR}/graphics/rubygem-gd2 USE_RUBY= yes USE_RUBYGEMS= yes Index: mail/rubygem-actionmailer/Makefile =================================================================== RCS file: /home/ncvs/ports/mail/rubygem-actionmailer/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- mail/rubygem-actionmailer/Makefile 26 May 2010 06:00:53 -0000 1.21 +++ mail/rubygem-actionmailer/Makefile 6 Jun 2010 02:00:21 -0000 @@ -12,8 +12,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby -BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-${PORTVERSION}.gemspec:${PORTSDIR}/www/rubygem-actionpack -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-${PORTVERSION}.gemspec:${PORTSDIR}/www/rubygem-actionpack USE_RUBY= yes USE_RUBYGEMS= yes Index: mail/rubygem-mailfactory/Makefile =================================================================== RCS file: /home/ncvs/ports/mail/rubygem-mailfactory/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- mail/rubygem-mailfactory/Makefile 26 May 2010 19:51:27 -0000 1.3 +++ mail/rubygem-mailfactory/Makefile 6 Jun 2010 02:00:28 -0000 @@ -12,8 +12,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A simple to use module for generating RGC compliant MIME mail -BUILD_DEPENDS= rubygem-mime-types>=1.13.1:${PORTSDIR}/misc/rubygem-mime-types -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-mime-types>=1.13.1:${PORTSDIR}/misc/rubygem-mime-types USE_RUBY= yes USE_RUBYGEMS= yes Index: misc/rubygem-ohcount/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/rubygem-ohcount/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- misc/rubygem-ohcount/Makefile 7 Jun 2009 18:58:02 -0000 1.1 +++ misc/rubygem-ohcount/Makefile 6 Jun 2010 02:00:38 -0000 @@ -13,9 +13,8 @@ MAINTAINER= eg@fbsd.lt COMMENT= Ohcount is the source code line counter that powers Ohloh -BUILD_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \ +RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \ ragel:${PORTSDIR}/devel/ragel -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes Index: net/rubygem-net-netrc/Makefile =================================================================== RCS file: /home/ncvs/ports/net/rubygem-net-netrc/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- net/rubygem-net-netrc/Makefile 26 May 2010 19:51:27 -0000 1.5 +++ net/rubygem-net-netrc/Makefile 6 Jun 2010 02:00:44 -0000 @@ -13,8 +13,7 @@ MAINTAINER= don@na.rim.or.jp COMMENT= Net::Netrc provides ftp(1)-style .netrc parsing -BUILD_DEPENDS= rubygem-platform>=0.3.0:${PORTSDIR}/devel/rubygem-platform -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-platform>=0.3.0:${PORTSDIR}/devel/rubygem-platform USE_RUBY= yes USE_RUBYGEMS= yes Index: net/rubygem-oauth/Makefile =================================================================== RCS file: /home/ncvs/ports/net/rubygem-oauth/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- net/rubygem-oauth/Makefile 2 Oct 2009 00:03:47 -0000 1.8 +++ net/rubygem-oauth/Makefile 6 Jun 2010 02:00:54 -0000 @@ -13,8 +13,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers -BUILD_DEPENDS= ${RUBY_PKGNAMEPREFIX}hmac>=0.3.2:${PORTSDIR}/security/ruby-hmac -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}hmac>=0.3.2:${PORTSDIR}/security/ruby-hmac USE_RUBY= yes USE_RUBYGEMS= yes Index: net/rubygem-openid/Makefile =================================================================== RCS file: /home/ncvs/ports/net/rubygem-openid/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- net/rubygem-openid/Makefile 17 Aug 2009 09:21:44 -0000 1.8 +++ net/rubygem-openid/Makefile 6 Jun 2010 02:01:04 -0000 @@ -16,12 +16,12 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= An OpenID library written in pure Ruby -BUILD_DEPENDS= rubygem-yadis>=0.3.4:${PORTSDIR}/net/rubygem-yadis -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-yadis>=0.3.4:${PORTSDIR}/net/rubygem-yadis + +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> Index: net/rubygem-rubytter/Makefile =================================================================== RCS file: /home/ncvs/ports/net/rubygem-rubytter/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- net/rubygem-rubytter/Makefile 3 Jun 2010 22:38:53 -0000 1.5 +++ net/rubygem-rubytter/Makefile 6 Jun 2010 06:00:37 -0000 @@ -7,13 +7,14 @@ PORTNAME= rubytter PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= dhn@FreeBSD.org COMMENT= A simple twitter library -BUILD_DEPENDS= rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \ +RUN_DEPENDS= rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \ rubygem-oauth>=0.3.6:${PORTSDIR}/net/rubygem-oauth USE_RUBY= yes Index: net/rubygem-twitter4r/Makefile =================================================================== RCS file: /home/ncvs/ports/net/rubygem-twitter4r/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- net/rubygem-twitter4r/Makefile 26 May 2010 19:51:27 -0000 1.11 +++ net/rubygem-twitter4r/Makefile 6 Jun 2010 02:01:18 -0000 @@ -14,7 +14,6 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Twitter client API in pure Ruby -BUILD_DEPENDS= rubygem-json>=0.4.3:${PORTSDIR}/devel/rubygem-json RUN_DEPENDS= rubygem-json>=0.4.3:${PORTSDIR}/devel/rubygem-json USE_RUBY= yes Index: net-im/rubygem-termtter/Makefile =================================================================== RCS file: /home/ncvs/ports/net-im/rubygem-termtter/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- net-im/rubygem-termtter/Makefile 3 Jun 2010 23:12:40 -0000 1.6 +++ net-im/rubygem-termtter/Makefile 6 Jun 2010 02:01:28 -0000 @@ -13,7 +13,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= A terminal based twitter client -BUILD_DEPENDS= rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \ +RUN_DEPENDS= rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \ rubygem-termcolor>=1.0.0:${PORTSDIR}/textproc/rubygem-termcolor \ rubygem-rubytter>=0.11.0:${PORTSDIR}/net/rubygem-rubytter \ rubygem-highline>1.5.0:${PORTSDIR}/devel/rubygem-highline \ Index: print/rubygem-color/Makefile =================================================================== RCS file: /home/ncvs/ports/print/rubygem-color/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- print/rubygem-color/Makefile 11 Feb 2010 13:25:53 -0000 1.4 +++ print/rubygem-color/Makefile 6 Jun 2010 02:01:34 -0000 @@ -14,9 +14,8 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Provides colour space definition and manpiulation -BUILD_DEPENDS= rubygem-archive-tar-minitar>=0.5.1:${PORTSDIR}/archivers/rubygem-archive-tar-minitar \ +RUN_DEPENDS= rubygem-archive-tar-minitar>=0.5.1:${PORTSDIR}/archivers/rubygem-archive-tar-minitar \ rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes Index: print/rubygem-pdfwriter/Makefile =================================================================== RCS file: /home/ncvs/ports/print/rubygem-pdfwriter/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- print/rubygem-pdfwriter/Makefile 9 Apr 2009 00:11:37 -0000 1.9 +++ print/rubygem-pdfwriter/Makefile 6 Jun 2010 02:01:43 -0000 @@ -14,13 +14,13 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= A pure Ruby PDF document creation library -BUILD_DEPENDS= rubygem-color>=1.4.0:${PORTSDIR}/print/rubygem-color \ +RUN_DEPENDS= rubygem-color>=1.4.0:${PORTSDIR}/print/rubygem-color \ rubygem-transactionsimple>=1.4.0:${PORTSDIR}/devel/rubygem-transactionsimple -RUN_DEPENDS= ${BUILD_DEPENDS} + +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/techbook Index: print/rubygem-prawn/Makefile =================================================================== RCS file: /home/ncvs/ports/print/rubygem-prawn/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- print/rubygem-prawn/Makefile 22 Nov 2009 11:45:56 -0000 1.10 +++ print/rubygem-prawn/Makefile 6 Jun 2010 02:01:50 -0000 @@ -12,11 +12,10 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Fast pure Ruby PDF generator -BUILD_DEPENDS= rubygem-prawn-layout>=0.3.1:${PORTSDIR}/print/rubygem-prawn-layout \ +RUN_DEPENDS= rubygem-prawn-layout>=0.3.1:${PORTSDIR}/print/rubygem-prawn-layout \ rubygem-prawn-format>=0.2.2:${PORTSDIR}/print/rubygem-prawn-format \ rubygem-prawn-security>=0.1.1:${PORTSDIR}/print/rubygem-prawn-security \ rubygem-prawn-core>=0.6.1:${PORTSDIR}/print/rubygem-prawn-core -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes Index: print/rubygem-prawn-format/Makefile =================================================================== RCS file: /home/ncvs/ports/print/rubygem-prawn-format/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- print/rubygem-prawn-format/Makefile 22 Nov 2009 03:30:10 -0000 1.4 +++ print/rubygem-prawn-format/Makefile 6 Jun 2010 02:01:55 -0000 @@ -12,8 +12,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= An extension of Prawn that allows inline formatting -BUILD_DEPENDS= rubygem-prawn-core>=0:${PORTSDIR}/print/rubygem-prawn-core -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-prawn-core>=0:${PORTSDIR}/print/rubygem-prawn-core USE_RUBY= yes USE_RUBYGEMS= yes Index: sysutils/rubygem-god/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-god/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- sysutils/rubygem-god/Makefile 26 May 2010 19:51:28 -0000 1.10 +++ sysutils/rubygem-god/Makefile 6 Jun 2010 06:01:41 -0000 @@ -6,13 +6,14 @@ PORTNAME= god PORTVERSION= 0.7.18 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG MAINTAINER= gogo@cs.uni-sb.de COMMENT= Monitoring framework written in Ruby -BUILD_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe +RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes USE_RUBYGEMS= yes Index: sysutils/rubygem-ohai/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/rubygem-ohai/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- sysutils/rubygem-ohai/Makefile 6 Jun 2010 04:06:25 -0000 1.4 +++ sysutils/rubygem-ohai/Makefile 6 Jun 2010 05:50:59 -0000 @@ -13,13 +13,12 @@ MAINTAINER= renchap@cocoa-x.com COMMENT= Ohai profiles your system and emits JSON -BUILD_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \ +RUN_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \ rubygem-mixlib-config>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-config \ rubygem-mixlib-cli>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-cli \ rubygem-systemu>=1.2.0:${PORTSDIR}/devel/rubygem-systemu \ rubygem-extlib>=0.9.14:${PORTSDIR}/devel/rubygem-extlib \ rubygem-json>=1.1.9:${PORTSDIR}/devel/rubygem-json -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes Index: textproc/rubygem-markaby/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/rubygem-markaby/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- textproc/rubygem-markaby/Makefile 26 May 2010 19:51:29 -0000 1.3 +++ textproc/rubygem-markaby/Makefile 6 Jun 2010 02:02:16 -0000 @@ -13,7 +13,6 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= HTML Markup as Ruby -BUILD_DEPENDS= rubygem-builder>0:${PORTSDIR}/devel/rubygem-builder RUN_DEPENDS= rubygem-builder>0:${PORTSDIR}/devel/rubygem-builder USE_RUBY= yes Index: textproc/rubygem-nokogiri/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/rubygem-nokogiri/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- textproc/rubygem-nokogiri/Makefile 3 Jun 2010 00:22:28 -0000 1.9 +++ textproc/rubygem-nokogiri/Makefile 6 Jun 2010 03:06:03 -0000 @@ -12,16 +12,15 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= An HTML, XML, SAX, and Reader parser -BUILD_DEPENDS= ${RUBY_PKGNAMEPREFIX}iconv>=0:${PORTSDIR}/converters/ruby-iconv \ +BUILD_DEPENDS= ${RUBY_PKGNAMEPREFIX}iconv>=0:${PORTSDIR}/converters/ruby-iconv +RUN_DEPENDS= ${BUILD_DEPENDS} \ rubygem-hoe>=2.3.3:${PORTSDIR}/devel/rubygem-hoe -RUN_DEPENDS= ${BUILD_DEPENDS} USE_GNOME= libxml2 libxslt USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - PLIST_FILES= bin/nokogiri .include <bsd.port.mk> Index: textproc/rubygem-rak/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/rubygem-rak/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- textproc/rubygem-rak/Makefile 26 May 2010 19:51:30 -0000 1.6 +++ textproc/rubygem-rak/Makefile 6 Jun 2010 02:02:42 -0000 @@ -12,7 +12,6 @@ MAINTAINER= gogo@cs.uni-sb.de COMMENT= A grep replacement in pure Ruby -BUILD_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes Index: textproc/rubygem-termcolor/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/rubygem-termcolor/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- textproc/rubygem-termcolor/Makefile 20 Oct 2009 16:14:23 -0000 1.2 +++ textproc/rubygem-termcolor/Makefile 6 Jun 2010 02:02:46 -0000 @@ -13,7 +13,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= A library for ANSII color formatting like HTML for output in terminal -BUILD_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline +RUN_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline USE_RUBY= yes USE_RUBYGEMS= yes Index: www/rubygem-actionpack/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-actionpack/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- www/rubygem-actionpack/Makefile 26 May 2010 06:12:30 -0000 1.23 +++ www/rubygem-actionpack/Makefile 6 Jun 2010 02:02:56 -0000 @@ -12,9 +12,8 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Action Controller and Action View of Rails MVC Framework -BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-${PORTVERSION}.gemspec:${PORTSDIR}/devel/rubygem-activesupport \ +RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-${PORTVERSION}.gemspec:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes Index: www/rubygem-activeresource/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-activeresource/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- www/rubygem-activeresource/Makefile 26 May 2010 06:00:54 -0000 1.5 +++ www/rubygem-activeresource/Makefile 6 Jun 2010 02:03:02 -0000 @@ -12,8 +12,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= A coherent wrapper object-relational mapping for REST web services -BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-${PORTVERSION}.gemspec:${PORTSDIR}/devel/rubygem-activesupport -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-${PORTVERSION}.gemspec:${PORTSDIR}/devel/rubygem-activesupport USE_RUBY= yes USE_RUBYGEMS= yes Index: www/rubygem-amazon-ecs/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-amazon-ecs/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- www/rubygem-amazon-ecs/Makefile 26 May 2010 19:51:31 -0000 1.10 +++ www/rubygem-amazon-ecs/Makefile 6 Jun 2010 02:03:07 -0000 @@ -13,9 +13,8 @@ MAINTAINER= tota@FreeBSD.org COMMENT= A generic Amazon E-commerce REST API written in Ruby -BUILD_DEPENDS= rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot \ +RUN_DEPENDS= rubygem-hpricot>=0.4:${PORTSDIR}/www/rubygem-hpricot \ ${RUBY_PKGNAMEPREFIX}hmac>=0.3.2:${PORTSDIR}/security/ruby-hmac -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes Index: www/rubygem-erubis/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-erubis/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- www/rubygem-erubis/Makefile 26 May 2010 19:51:31 -0000 1.5 +++ www/rubygem-erubis/Makefile 6 Jun 2010 02:03:13 -0000 @@ -12,8 +12,7 @@ MAINTAINER= clsung@freebsd.org COMMENT= A fast, secure, and very extensible implementation of eRuby -BUILD_DEPENDS= rubygem-abstract>=1.0.0:${PORTSDIR}/devel/rubygem-abstract -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-abstract>=1.0.0:${PORTSDIR}/devel/rubygem-abstract USE_RUBY= yes USE_RUBYGEMS= yes Index: www/rubygem-htauth/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-htauth/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- www/rubygem-htauth/Makefile 9 Apr 2009 00:11:42 -0000 1.3 +++ www/rubygem-htauth/Makefile 6 Jun 2010 02:03:21 -0000 @@ -13,8 +13,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Replacement for the Apache htdigest and htpasswd -BUILD_DEPENDS= rubygem-highline>=1.5.0:${PORTSDIR}/devel/rubygem-highline -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-highline>=1.5.0:${PORTSDIR}/devel/rubygem-highline USE_RUBY= yes USE_RUBYGEMS= yes Index: www/rubygem-httparty/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-httparty/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- www/rubygem-httparty/Makefile 2 Oct 2009 00:33:32 -0000 1.6 +++ www/rubygem-httparty/Makefile 6 Jun 2010 02:03:27 -0000 @@ -12,8 +12,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Ruby Library that Makes HTTP Fun Again -BUILD_DEPENDS= rubygem-crack>=0.1.1:${PORTSDIR}/devel/rubygem-crack -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-crack>=0.1.1:${PORTSDIR}/devel/rubygem-crack USE_RUBY= yes USE_RUBYGEMS= yes Index: www/rubygem-maruku/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-maruku/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- www/rubygem-maruku/Makefile 26 May 2010 19:51:32 -0000 1.10 +++ www/rubygem-maruku/Makefile 6 Jun 2010 02:03:34 -0000 @@ -12,8 +12,7 @@ MAINTAINER= avl@FreeBSD.org COMMENT= A Markdown and PHP Markdown extra interpreter for Ruby -BUILD_DEPENDS= rubygem-syntax>=1.0.0:${PORTSDIR}/textproc/rubygem-syntax -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-syntax>=1.0.0:${PORTSDIR}/textproc/rubygem-syntax USE_RUBY= yes USE_RUBYGEMS= yes Index: www/rubygem-mechanize/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-mechanize/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- www/rubygem-mechanize/Makefile 26 May 2010 19:51:32 -0000 1.23 +++ www/rubygem-mechanize/Makefile 6 Jun 2010 02:03:39 -0000 @@ -12,10 +12,9 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= WWW::Mechanize, a handy web browsing ruby object -BUILD_DEPENDS= rubygem-hpricot>=0.5.0:${PORTSDIR}/www/rubygem-hpricot \ +RUN_DEPENDS= rubygem-hpricot>=0.5.0:${PORTSDIR}/www/rubygem-hpricot \ rubygem-hoe>=1.5.0:${PORTSDIR}/devel/rubygem-hoe \ rubygem-nokogiri>=1.2.1:${PORTSDIR}/textproc/rubygem-nokogiri -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes Index: www/rubygem-mongrel/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-mongrel/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- www/rubygem-mongrel/Makefile 26 May 2010 19:51:32 -0000 1.19 +++ www/rubygem-mongrel/Makefile 6 Jun 2010 06:03:26 -0000 @@ -13,10 +13,9 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Fast HTTP 1.1 library and server for Ruby web applications -BUILD_DEPENDS= gpgen:${PORTSDIR}/devel/rubygem-gem_plugin \ +RUN_DEPENDS= gpgen:${PORTSDIR}/devel/rubygem-gem_plugin \ rubygem-daemons>=1.0.3:${PORTSDIR}/devel/rubygem-daemons \ rubygem-fastthread>=1.0.1:${PORTSDIR}/devel/rubygem-fastthread -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes Index: www/rubygem-mongrel_cluster/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-mongrel_cluster/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- www/rubygem-mongrel_cluster/Makefile 15 Jun 2009 14:30:23 -0000 1.16 +++ www/rubygem-mongrel_cluster/Makefile 6 Jun 2010 02:03:57 -0000 @@ -14,8 +14,7 @@ MAINTAINER= avl@FreeBSD.org COMMENT= Manages multiple Mongrel processes -BUILD_DEPENDS= rubygem-mongrel>=1.0.2:${PORTSDIR}/www/rubygem-mongrel -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-mongrel>=1.0.2:${PORTSDIR}/www/rubygem-mongrel USE_RC_SUBR= mongrel_cluster USE_RUBY= yes Index: www/rubygem-rails/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-rails/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- www/rubygem-rails/Makefile 26 May 2010 06:00:53 -0000 1.26 +++ www/rubygem-rails/Makefile 6 Jun 2010 02:04:17 -0000 @@ -12,12 +12,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= MVC web application framework -BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-${PORTVERSION}.gemspec:${PORTSDIR}/devel/rubygem-activesupport \ +RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-${PORTVERSION}.gemspec:${PORTSDIR}/devel/rubygem-activesupport \ ${LOCALBASE}/${SPEC_DIR}/activerecord-${PORTVERSION}.gemspec:${PORTSDIR}/databases/rubygem-activerecord \ ${LOCALBASE}/${SPEC_DIR}/actionpack-${PORTVERSION}.gemspec:${PORTSDIR}/www/rubygem-actionpack \ ${LOCALBASE}/${SPEC_DIR}/actionmailer-${PORTVERSION}.gemspec:${PORTSDIR}/mail/rubygem-actionmailer \ ${LOCALBASE}/${SPEC_DIR}/activeresource-${PORTVERSION}.gemspec:${PORTSDIR}/www/rubygem-activeresource -RUN_DEPENDS= ${BUILD_DEPENDS} OPTIONS= FCGI "FastCGI support" Off\ MEMCACHE_CLIENT "MemCache-Client support" Off Index: www/rubygem-rails-app-installer/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-rails-app-installer/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/rubygem-rails-app-installer/Makefile 9 Apr 2009 00:11:44 -0000 1.4 +++ www/rubygem-rails-app-installer/Makefile 6 Jun 2010 02:04:25 -0000 @@ -14,10 +14,9 @@ MAINTAINER= geraud@gcu.info COMMENT= An installer for Rails apps -BUILD_DEPENDS= rubygem-sqlite3>=1.1.0:${PORTSDIR}/databases/rubygem-sqlite3 \ +RUN_DEPENDS= rubygem-sqlite3>=1.1.0:${PORTSDIR}/databases/rubygem-sqlite3 \ rubygem-mongrel>=0.3.13:${PORTSDIR}/www/rubygem-mongrel \ rubygem-mongrel_cluster>=0.2.0:${PORTSDIR}/www/rubygem-mongrel_cluster -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RAKE= yes Index: www/rubygem-rfacebook/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-rfacebook/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/rubygem-rfacebook/Makefile 26 May 2010 19:51:33 -0000 1.4 +++ www/rubygem-rfacebook/Makefile 6 Jun 2010 02:04:30 -0000 @@ -13,9 +13,8 @@ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Ruby interface to the Facebook API -BUILD_DEPENDS= rubygem-hpricot>=0.6:${PORTSDIR}/www/rubygem-hpricot \ +RUN_DEPENDS= rubygem-hpricot>=0.6:${PORTSDIR}/www/rubygem-hpricot \ rubygem-mocha>=0.5.3:${PORTSDIR}/devel/rubygem-mocha -RUN_DEPENDS= ${BUILD_REQUIRES} USE_RUBY= yes USE_RUBYGEMS= yes Index: www/rubygem-rubyfulsoup/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-rubyfulsoup/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- www/rubygem-rubyfulsoup/Makefile 26 May 2010 19:51:33 -0000 1.7 +++ www/rubygem-rubyfulsoup/Makefile 6 Jun 2010 02:04:38 -0000 @@ -13,12 +13,12 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Ruby port of the HTML/XML parser Beautiful Soup -BUILD_DEPENDS= rubygem-htmltools>=1.10:${PORTSDIR}/textproc/rubygem-htmltools -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-htmltools>=1.10:${PORTSDIR}/textproc/rubygem-htmltools + +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> Index: www/rubygem-sinatra/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-sinatra/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- www/rubygem-sinatra/Makefile 26 May 2010 19:51:34 -0000 1.10 +++ www/rubygem-sinatra/Makefile 6 Jun 2010 02:04:58 -0000 @@ -12,7 +12,6 @@ MAINTAINER= daniel@roe.ch COMMENT= A classy web development framework in ruby -BUILD_DEPENDS= rubygem-rack>=0.9.1:${PORTSDIR}/www/rubygem-rack RUN_DEPENDS= rubygem-rack>=0.9.1:${PORTSDIR}/www/rubygem-rack USE_RUBY= yes Index: www/rubygem-thin/Makefile =================================================================== RCS file: /home/ncvs/ports/www/rubygem-thin/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- www/rubygem-thin/Makefile 26 May 2010 19:51:34 -0000 1.13 +++ www/rubygem-thin/Makefile 6 Jun 2010 02:05:08 -0000 @@ -12,10 +12,9 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A fast and very simple Ruby web server -BUILD_DEPENDS= rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \ +RUN_DEPENDS= rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \ rubygem-eventmachine>=0.8.1:${PORTSDIR}/devel/rubygem-eventmachine \ rubygem-daemons>=1.0.9:${PORTSDIR}/devel/rubygem-daemons -RUN_DEPENDS= ${BUILD_DEPENDS} USE_RUBY= yes USE_RUBYGEMS= yes --- rubygem.diff-build ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006060612.o566CvmF013427>