Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 02:47:07 +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: r332043 - in head/devel: rubygem-temple rubygem-test rubygem-test-unit rubygem-thor rubygem-thread_safe rubygem-tilt rubygem-timers rubygem-tins rubygem-transactionsimple rubygem-treeto...
Message-ID:  <201310300247.r9U2l7cf063571@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Oct 30 02:47:06 2013
New Revision: 332043
URL: http://svnweb.freebsd.org/changeset/ports/332043

Log:
  - Add stage support

Modified:
  head/devel/rubygem-temple/Makefile
  head/devel/rubygem-test-unit/Makefile
  head/devel/rubygem-test/Makefile
  head/devel/rubygem-thor/Makefile
  head/devel/rubygem-thread_safe/Makefile
  head/devel/rubygem-tilt/Makefile
  head/devel/rubygem-timers/Makefile
  head/devel/rubygem-tins/Makefile
  head/devel/rubygem-transactionsimple/Makefile
  head/devel/rubygem-treetop/Makefile
  head/devel/rubygem-turn/Makefile
  head/devel/rubygem-tzinfo/Makefile
  head/devel/rubygem-uuid/Makefile
  head/devel/rubygem-uuidtools/Makefile
  head/devel/rubygem-versionomy/Makefile   (contents, props changed)
  head/devel/rubygem-virtus/Makefile
  head/devel/rubygem-warden/Makefile
  head/devel/rubygem-xpath/Makefile
  head/devel/rubygem-yui-compressor/Makefile

Modified: head/devel/rubygem-temple/Makefile
==============================================================================
--- head/devel/rubygem-temple/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-temple/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -16,6 +16,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-test-unit/Makefile
==============================================================================
--- head/devel/rubygem-test-unit/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-test-unit/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -13,5 +13,4 @@ USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-test/Makefile
==============================================================================
--- head/devel/rubygem-test/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-test/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -16,5 +16,4 @@ USE_RUBYGEMS=		yes
 GEM_NAME=		rubygems-test-${PORTVERSION}
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-thor/Makefile
==============================================================================
--- head/devel/rubygem-thor/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-thor/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -13,5 +13,4 @@ USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	bin/thor
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-thread_safe/Makefile
==============================================================================
--- head/devel/rubygem-thread_safe/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-thread_safe/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -15,6 +15,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-tilt/Makefile
==============================================================================
--- head/devel/rubygem-tilt/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-tilt/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -16,5 +16,4 @@ RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/tilt
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-timers/Makefile
==============================================================================
--- head/devel/rubygem-timers/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-timers/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-tins/Makefile
==============================================================================
--- head/devel/rubygem-tins/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-tins/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-transactionsimple/Makefile
==============================================================================
--- head/devel/rubygem-transactionsimple/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-transactionsimple/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -17,5 +17,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-treetop/Makefile
==============================================================================
--- head/devel/rubygem-treetop/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-treetop/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -16,5 +16,4 @@ USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	bin/tt
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-turn/Makefile
==============================================================================
--- head/devel/rubygem-turn/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-turn/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -18,5 +18,4 @@ RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/turn
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-tzinfo/Makefile
==============================================================================
--- head/devel/rubygem-tzinfo/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-tzinfo/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-uuid/Makefile
==============================================================================
--- head/devel/rubygem-uuid/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-uuid/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -17,5 +17,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-uuidtools/Makefile
==============================================================================
--- head/devel/rubygem-uuidtools/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-uuidtools/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -13,5 +13,4 @@ USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-versionomy/Makefile
==============================================================================
--- head/devel/rubygem-versionomy/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-versionomy/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -16,5 +16,4 @@ USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-virtus/Makefile
==============================================================================
--- head/devel/rubygem-virtus/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-virtus/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -15,6 +15,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-warden/Makefile
==============================================================================
--- head/devel/rubygem-warden/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-warden/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -15,5 +15,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-xpath/Makefile
==============================================================================
--- head/devel/rubygem-xpath/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-xpath/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -15,5 +15,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-yui-compressor/Makefile
==============================================================================
--- head/devel/rubygem-yui-compressor/Makefile	Wed Oct 30 02:46:01 2013	(r332042)
+++ head/devel/rubygem-yui-compressor/Makefile	Wed Oct 30 02:47:06 2013	(r332043)
@@ -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?201310300247.r9U2l7cf063571>