Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 02:39:15 +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: r332039 - in head/devel: rubygem-loquacious rubygem-main rubygem-map rubygem-mash rubygem-metaclass rubygem-method_source rubygem-minitest rubygem-minitest4 rubygem-mirror rubygem-mocha...
Message-ID:  <201310300239.r9U2dF4B059336@svn.freebsd.org>

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

Log:
  - Add stage support

Modified:
  head/devel/rubygem-loquacious/Makefile   (contents, props changed)
  head/devel/rubygem-main/Makefile
  head/devel/rubygem-map/Makefile
  head/devel/rubygem-mash/Makefile
  head/devel/rubygem-metaclass/Makefile
  head/devel/rubygem-method_source/Makefile
  head/devel/rubygem-minitest/Makefile
  head/devel/rubygem-minitest4/Makefile
  head/devel/rubygem-mirror/Makefile
  head/devel/rubygem-mocha/Makefile
  head/devel/rubygem-mongo/Makefile
  head/devel/rubygem-mspec/Makefile
  head/devel/rubygem-multi_test/Makefile
  head/devel/rubygem-needle/Makefile   (contents, props changed)
  head/devel/rubygem-nice-ffi/Makefile   (contents, props changed)
  head/devel/rubygem-orm_adapter/Makefile
  head/devel/rubygem-paint/Makefile

Modified: head/devel/rubygem-loquacious/Makefile
==============================================================================
--- head/devel/rubygem-loquacious/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-loquacious/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -15,5 +15,4 @@ RUBYGEM_AUTOPLIST=	yes
 
 RUN_DEPENDS=	rubygem-rspec>=2.7.0:${PORTSDIR}/devel/rubygem-rspec
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-main/Makefile
==============================================================================
--- head/devel/rubygem-main/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-main/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -18,5 +18,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-map/Makefile
==============================================================================
--- head/devel/rubygem-map/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-map/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -14,5 +14,4 @@ USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-mash/Makefile
==============================================================================
--- head/devel/rubygem-mash/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-mash/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-metaclass/Makefile
==============================================================================
--- head/devel/rubygem-metaclass/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-metaclass/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-method_source/Makefile
==============================================================================
--- head/devel/rubygem-method_source/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-method_source/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -15,5 +15,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-minitest/Makefile
==============================================================================
--- head/devel/rubygem-minitest/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-minitest/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -13,5 +13,4 @@ USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-minitest4/Makefile
==============================================================================
--- head/devel/rubygem-minitest4/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-minitest4/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -15,6 +15,5 @@ USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-mirror/Makefile
==============================================================================
--- head/devel/rubygem-mirror/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-mirror/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -18,5 +18,4 @@ USE_RUBYGEMS=		yes
 GEM_NAME=		rubygems-${PORTNAME}-${PORTVERSION}
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-mocha/Makefile
==============================================================================
--- head/devel/rubygem-mocha/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-mocha/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -16,5 +16,4 @@ USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-mongo/Makefile
==============================================================================
--- head/devel/rubygem-mongo/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-mongo/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -16,5 +16,4 @@ USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	bin/mongo_console
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-mspec/Makefile
==============================================================================
--- head/devel/rubygem-mspec/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-mspec/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -15,5 +15,4 @@ RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/mspec bin/mkspec bin/mspec-ci bin/mspec-run bin/mspec-tag
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-multi_test/Makefile
==============================================================================
--- head/devel/rubygem-multi_test/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-multi_test/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -12,6 +12,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-needle/Makefile
==============================================================================
--- head/devel/rubygem-needle/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-needle/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-nice-ffi/Makefile
==============================================================================
--- head/devel/rubygem-nice-ffi/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-nice-ffi/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -16,5 +16,4 @@ USE_RUBY=		yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-orm_adapter/Makefile
==============================================================================
--- head/devel/rubygem-orm_adapter/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-orm_adapter/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-paint/Makefile
==============================================================================
--- head/devel/rubygem-paint/Makefile	Wed Oct 30 02:36:45 2013	(r332038)
+++ head/devel/rubygem-paint/Makefile	Wed Oct 30 02:39:14 2013	(r332039)
@@ -12,5 +12,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?201310300239.r9U2dF4B059336>