Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 02:29:23 +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: r332034 - in head/devel: rubygem-ansi rubygem-arrayfields rubygem-ascii85 rubygem-atomic rubygem-authlogic rubygem-backports rubygem-bacon rubygem-bioruby rubygem-blockenspiel rubygem-b...
Message-ID:  <201310300229.r9U2TN0E054632@svn.freebsd.org>

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

Log:
  - Add stage support

Modified:
  head/devel/rubygem-ansi/Makefile
  head/devel/rubygem-arrayfields/Makefile
  head/devel/rubygem-ascii85/Makefile
  head/devel/rubygem-atomic/Makefile
  head/devel/rubygem-authlogic/Makefile
  head/devel/rubygem-backports/Makefile
  head/devel/rubygem-bacon/Makefile
  head/devel/rubygem-bioruby/Makefile
  head/devel/rubygem-blockenspiel/Makefile   (contents, props changed)
  head/devel/rubygem-bson/Makefile
  head/devel/rubygem-builder/Makefile   (contents, props changed)
  head/devel/rubygem-builder31/Makefile
  head/devel/rubygem-cairo-gobject/Makefile
  head/devel/rubygem-capybara/Makefile
  head/devel/rubygem-celluloid/Makefile
  head/devel/rubygem-chronic/Makefile
  head/devel/rubygem-classifier/Makefile
  head/devel/rubygem-climate_control/Makefile
  head/devel/rubygem-cloudfiles/Makefile

Modified: head/devel/rubygem-ansi/Makefile
==============================================================================
--- head/devel/rubygem-ansi/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-ansi/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-arrayfields/Makefile
==============================================================================
--- head/devel/rubygem-arrayfields/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-arrayfields/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-ascii85/Makefile
==============================================================================
--- head/devel/rubygem-ascii85/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-ascii85/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -17,5 +17,4 @@ RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES+=	bin/ascii85
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-atomic/Makefile
==============================================================================
--- head/devel/rubygem-atomic/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-atomic/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -13,6 +13,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-authlogic/Makefile
==============================================================================
--- head/devel/rubygem-authlogic/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-authlogic/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -16,5 +16,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-backports/Makefile
==============================================================================
--- head/devel/rubygem-backports/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-backports/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -15,5 +15,4 @@ USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-bacon/Makefile
==============================================================================
--- head/devel/rubygem-bacon/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-bacon/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -15,5 +15,4 @@ USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	bin/bacon
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-bioruby/Makefile
==============================================================================
--- head/devel/rubygem-bioruby/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-bioruby/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -21,5 +21,4 @@ USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 GEM_NAME=	${DISTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-blockenspiel/Makefile
==============================================================================
--- head/devel/rubygem-blockenspiel/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-blockenspiel/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -13,5 +13,4 @@ USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-bson/Makefile
==============================================================================
--- head/devel/rubygem-bson/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-bson/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -15,5 +15,4 @@ RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES+= bin/b2json \
 	      bin/j2bson
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-builder/Makefile
==============================================================================
--- head/devel/rubygem-builder/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-builder/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-builder31/Makefile
==============================================================================
--- head/devel/rubygem-builder31/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-builder31/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -15,6 +15,5 @@ RUBYGEM_AUTOPLIST=	yes
 
 PKGNAMESUFFIX=	31
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-cairo-gobject/Makefile
==============================================================================
--- head/devel/rubygem-cairo-gobject/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-cairo-gobject/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -15,5 +15,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-capybara/Makefile
==============================================================================
--- head/devel/rubygem-capybara/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-capybara/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -20,5 +20,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-celluloid/Makefile
==============================================================================
--- head/devel/rubygem-celluloid/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-celluloid/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -13,7 +13,6 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-timers>=1.1.0:${PORTSDIR}/devel/rubygem-timers
 
-NO_STAGE=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-chronic/Makefile
==============================================================================
--- head/devel/rubygem-chronic/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-chronic/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -14,5 +14,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-classifier/Makefile
==============================================================================
--- head/devel/rubygem-classifier/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-classifier/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -15,5 +15,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-climate_control/Makefile
==============================================================================
--- head/devel/rubygem-climate_control/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-climate_control/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -15,5 +15,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-cloudfiles/Makefile
==============================================================================
--- head/devel/rubygem-cloudfiles/Makefile	Wed Oct 30 02:26:17 2013	(r332033)
+++ head/devel/rubygem-cloudfiles/Makefile	Wed Oct 30 02:29:22 2013	(r332034)
@@ -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?201310300229.r9U2TN0E054632>