Date: Wed, 30 Oct 2013 02:46:01 +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: r332042 - in head/devel: rubygem-shoulda-context rubygem-shoulda-matchers rubygem-simple_form rubygem-slim rubygem-slop rubygem-soap4r rubygem-sprockets rubygem-spruz rubygem-state_mach... Message-ID: <201310300246.r9U2k119063159@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Oct 30 02:46:01 2013 New Revision: 332042 URL: http://svnweb.freebsd.org/changeset/ports/332042 Log: - Add stage support Modified: head/devel/rubygem-shoulda-context/Makefile head/devel/rubygem-shoulda-matchers/Makefile head/devel/rubygem-simple_form/Makefile head/devel/rubygem-slim/Makefile head/devel/rubygem-slop/Makefile head/devel/rubygem-soap4r/Makefile (contents, props changed) head/devel/rubygem-sprockets/Makefile (contents, props changed) head/devel/rubygem-spruz/Makefile head/devel/rubygem-state_machine/Makefile head/devel/rubygem-stemmer/Makefile head/devel/rubygem-stomp/Makefile head/devel/rubygem-stream/Makefile (contents, props changed) head/devel/rubygem-streetaddress/Makefile head/devel/rubygem-stringex/Makefile head/devel/rubygem-structured_warnings/Makefile (contents, props changed) head/devel/rubygem-sugar-high/Makefile head/devel/rubygem-sundawg_country_codes/Makefile head/devel/rubygem-templater/Makefile (contents, props changed) Modified: head/devel/rubygem-shoulda-context/Makefile ============================================================================== --- head/devel/rubygem-shoulda-context/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-shoulda-context/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -15,7 +15,6 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES+= bin/convert_to_should_syntax -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -type d -exec ${CHMOD} g+rx '{}' + @${FIND} ${WRKSRC} -type f -exec ${CHMOD} g+r '{}' + Modified: head/devel/rubygem-shoulda-matchers/Makefile ============================================================================== --- head/devel/rubygem-shoulda-matchers/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-shoulda-matchers/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-simple_form/Makefile ============================================================================== --- head/devel/rubygem-simple_form/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-simple_form/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -16,5 +16,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-slim/Makefile ============================================================================== --- head/devel/rubygem-slim/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-slim/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -17,6 +17,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES+= bin/slimrb -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-slop/Makefile ============================================================================== --- head/devel/rubygem-slop/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-slop/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-soap4r/Makefile ============================================================================== --- head/devel/rubygem-soap4r/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-soap4r/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -15,5 +15,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/wsdl2ruby.rb bin/xsd2ruby.rb -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-sprockets/Makefile ============================================================================== --- head/devel/rubygem-sprockets/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-sprockets/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -22,5 +22,4 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/sprockets -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-spruz/Makefile ============================================================================== --- head/devel/rubygem-spruz/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-spruz/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -15,5 +15,4 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/enum -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-state_machine/Makefile ============================================================================== --- head/devel/rubygem-state_machine/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-state_machine/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-stemmer/Makefile ============================================================================== --- head/devel/rubygem-stemmer/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-stemmer/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-stomp/Makefile ============================================================================== --- head/devel/rubygem-stomp/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-stomp/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -13,5 +13,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/catstomp bin/stompcat -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-stream/Makefile ============================================================================== --- head/devel/rubygem-stream/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-stream/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -14,5 +14,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-streetaddress/Makefile ============================================================================== --- head/devel/rubygem-streetaddress/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-streetaddress/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -14,5 +14,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-stringex/Makefile ============================================================================== --- head/devel/rubygem-stringex/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-stringex/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -14,5 +14,4 @@ USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-structured_warnings/Makefile ============================================================================== --- head/devel/rubygem-structured_warnings/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-structured_warnings/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-sugar-high/Makefile ============================================================================== --- head/devel/rubygem-sugar-high/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-sugar-high/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -16,5 +16,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-sundawg_country_codes/Makefile ============================================================================== --- head/devel/rubygem-sundawg_country_codes/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-sundawg_country_codes/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/rubygem-templater/Makefile ============================================================================== --- head/devel/rubygem-templater/Makefile Wed Oct 30 02:42:34 2013 (r332041) +++ head/devel/rubygem-templater/Makefile Wed Oct 30 02:46:01 2013 (r332042) @@ -17,5 +17,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?201310300246.r9U2k119063159>