Date: Wed, 30 Oct 2013 02:42:34 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332041 - in head/devel: rubygem-rr rubygem-rscm rubygem-rubigen rubygem-ruby-ole rubygem-ruby-sdl-ffi rubygem-ruby-statsd rubygem-ruby2ruby rubygem-rubyforge rubygem-rubygame rubygem-r... Message-ID: <201310300242.r9U2gYXf062356@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Oct 30 02:42:34 2013 New Revision: 332041 URL: http://svnweb.freebsd.org/changeset/ports/332041 Log: - Add stage support Modified: head/devel/rubygem-rr/Makefile head/devel/rubygem-rscm/Makefile (contents, props changed) head/devel/rubygem-rubigen/Makefile (contents, props changed) head/devel/rubygem-ruby-ole/Makefile head/devel/rubygem-ruby-sdl-ffi/Makefile (contents, props changed) head/devel/rubygem-ruby-statsd/Makefile (contents, props changed) head/devel/rubygem-ruby2ruby/Makefile head/devel/rubygem-rubyforge/Makefile (contents, props changed) head/devel/rubygem-rubygame/Makefile (contents, props changed) head/devel/rubygem-rubytree/Makefile head/devel/rubygem-runt/Makefile head/devel/rubygem-ruport/Makefile head/devel/rubygem-safe_yaml/Makefile head/devel/rubygem-sequel/Makefile head/devel/rubygem-sequel3/Makefile head/devel/rubygem-settingslogic/Makefile head/devel/rubygem-sexp_processor/Makefile head/devel/rubygem-shoulda/Makefile Modified: head/devel/rubygem-rr/Makefile ============================================================================== --- head/devel/rubygem-rr/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-rr/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -12,5 +12,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-rscm/Makefile ============================================================================== --- head/devel/rubygem-rscm/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-rscm/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-rubigen/Makefile ============================================================================== --- head/devel/rubygem-rubigen/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-rubigen/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -19,5 +19,4 @@ PLIST_FILES= bin/install_rubigen_scripts bin/rubigen \ bin/ruby_app -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-ruby-ole/Makefile ============================================================================== --- head/devel/rubygem-ruby-ole/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-ruby-ole/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -16,5 +16,4 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/oletool -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-ruby-sdl-ffi/Makefile ============================================================================== --- head/devel/rubygem-ruby-sdl-ffi/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-ruby-sdl-ffi/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-ruby-statsd/Makefile ============================================================================== --- head/devel/rubygem-ruby-statsd/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-ruby-statsd/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -18,5 +18,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/statsd -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-ruby2ruby/Makefile ============================================================================== --- head/devel/rubygem-ruby2ruby/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-ruby2ruby/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -19,5 +19,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/r2r_show -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-rubyforge/Makefile ============================================================================== --- head/devel/rubygem-rubyforge/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-rubyforge/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -16,5 +16,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rubyforge -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-rubygame/Makefile ============================================================================== --- head/devel/rubygem-rubygame/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-rubygame/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -18,5 +18,4 @@ USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-rubytree/Makefile ============================================================================== --- head/devel/rubygem-rubytree/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-rubytree/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -17,5 +17,4 @@ USE_RUBYGEMS= yes USE_RUBY_RDOC= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-runt/Makefile ============================================================================== --- head/devel/rubygem-runt/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-runt/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -12,5 +12,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-ruport/Makefile ============================================================================== --- head/devel/rubygem-ruport/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-ruport/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -17,5 +17,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-safe_yaml/Makefile ============================================================================== --- head/devel/rubygem-safe_yaml/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-safe_yaml/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-sequel/Makefile ============================================================================== --- head/devel/rubygem-sequel/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-sequel/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -15,5 +15,4 @@ RUBYGEM_AUTOPLIST=yes PLIST_FILES= bin/sequel -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-sequel3/Makefile ============================================================================== --- head/devel/rubygem-sequel3/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-sequel3/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -22,5 +22,4 @@ PLIST_FILES= bin/sequel PKGNAMESUFFIX= 3 -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-settingslogic/Makefile ============================================================================== --- head/devel/rubygem-settingslogic/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-settingslogic/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -12,6 +12,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-sexp_processor/Makefile ============================================================================== --- head/devel/rubygem-sexp_processor/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-sexp_processor/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-shoulda/Makefile ============================================================================== --- head/devel/rubygem-shoulda/Makefile Wed Oct 30 02:40:36 2013 (r332040) +++ head/devel/rubygem-shoulda/Makefile Wed Oct 30 02:42:34 2013 (r332041) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310300242.r9U2gYXf062356>