Date: Wed, 30 Oct 2013 02:40:37 +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: r332040 - in head/devel: rubygem-paperclip rubygem-pkg-config rubygem-polyglot rubygem-popen4 rubygem-posix-spawn rubygem-pry rubygem-pry-remote-em rubygem-pygments.rb rubygem-r18n-core... Message-ID: <201310300240.r9U2eb99061853@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Oct 30 02:40:36 2013 New Revision: 332040 URL: http://svnweb.freebsd.org/changeset/ports/332040 Log: - Add stage support Modified: head/devel/rubygem-paperclip/Makefile head/devel/rubygem-pkg-config/Makefile head/devel/rubygem-polyglot/Makefile (contents, props changed) head/devel/rubygem-popen4/Makefile (contents, props changed) head/devel/rubygem-posix-spawn/Makefile (contents, props changed) head/devel/rubygem-pry-remote-em/Makefile head/devel/rubygem-pry/Makefile head/devel/rubygem-pygments.rb/Makefile head/devel/rubygem-r18n-core/Makefile head/devel/rubygem-railsless-deploy/Makefile head/devel/rubygem-rake-compiler/Makefile head/devel/rubygem-rapt/Makefile (contents, props changed) head/devel/rubygem-rdoc/Makefile head/devel/rubygem-redis-activesupport/Makefile head/devel/rubygem-redis-store/Makefile head/devel/rubygem-redmine_plugin_support/Makefile head/devel/rubygem-ref/Makefile head/devel/rubygem-require_all/Makefile (contents, props changed) head/devel/rubygem-rgl/Makefile (contents, props changed) Modified: head/devel/rubygem-paperclip/Makefile ============================================================================== --- head/devel/rubygem-paperclip/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-paperclip/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -19,5 +19,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-pkg-config/Makefile ============================================================================== --- head/devel/rubygem-pkg-config/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-pkg-config/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -14,5 +14,4 @@ USE_RUBYGEMS= yes USE_RAKE= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-polyglot/Makefile ============================================================================== --- head/devel/rubygem-polyglot/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-polyglot/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-popen4/Makefile ============================================================================== --- head/devel/rubygem-popen4/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-popen4/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -18,5 +18,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes GEM_NAME= POpen4-${PORTVERSION} -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-posix-spawn/Makefile ============================================================================== --- head/devel/rubygem-posix-spawn/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-posix-spawn/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -14,7 +14,6 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/posix-spawn-benchmark -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 IGNORE= missing posix_spawnp Modified: head/devel/rubygem-pry-remote-em/Makefile ============================================================================== --- head/devel/rubygem-pry-remote-em/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-pry-remote-em/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -19,5 +19,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-pry/Makefile ============================================================================== --- head/devel/rubygem-pry/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-pry/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -20,7 +20,6 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/pry -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "19,26 s|~>|'>='|" ${WRKSRC}/${GEM_NAME}.gemspec @${REINPLACE_CMD} -e '/coderay/ s|~>|>=|' ${WRKSRC}/${PORTNAME}.gemspec Modified: head/devel/rubygem-pygments.rb/Makefile ============================================================================== --- head/devel/rubygem-pygments.rb/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-pygments.rb/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -17,6 +17,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-r18n-core/Makefile ============================================================================== --- head/devel/rubygem-r18n-core/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-r18n-core/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -13,6 +13,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-railsless-deploy/Makefile ============================================================================== --- head/devel/rubygem-railsless-deploy/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-railsless-deploy/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-rake-compiler/Makefile ============================================================================== --- head/devel/rubygem-rake-compiler/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-rake-compiler/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -15,5 +15,4 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rake-compiler -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-rapt/Makefile ============================================================================== --- head/devel/rubygem-rapt/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-rapt/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -14,5 +14,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rapt -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-rdoc/Makefile ============================================================================== --- head/devel/rubygem-rdoc/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-rdoc/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -18,7 +18,6 @@ RUBYGEM_AUTOPLIST= yes GEM_ENV+= RUBYLIB=${PREFIX}/${GEM_LIB_DIR}/lib -NO_STAGE= yes .include <bsd.port.pre.mk> pre-install: Modified: head/devel/rubygem-redis-activesupport/Makefile ============================================================================== --- head/devel/rubygem-redis-activesupport/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-redis-activesupport/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -15,6 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-redis-store/Makefile ============================================================================== --- head/devel/rubygem-redis-store/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-redis-store/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -14,6 +14,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-redmine_plugin_support/Makefile ============================================================================== --- head/devel/rubygem-redmine_plugin_support/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-redmine_plugin_support/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-ref/Makefile ============================================================================== --- head/devel/rubygem-ref/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-ref/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -12,6 +12,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-require_all/Makefile ============================================================================== --- head/devel/rubygem-require_all/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-require_all/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-rgl/Makefile ============================================================================== --- head/devel/rubygem-rgl/Makefile Wed Oct 30 02:39:14 2013 (r332039) +++ head/devel/rubygem-rgl/Makefile Wed Oct 30 02:40:36 2013 (r332040) @@ -16,5 +16,4 @@ USE_RUBYGEMS= yes USE_RAKE= 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?201310300240.r9U2eb99061853>