Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 02:32:53 +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: r332036 - in head/devel: rubygem-docile rubygem-echoe rubygem-elif rubygem-enumerize rubygem-eventmachine rubygem-execjs rubygem-extlib rubygem-facets rubygem-fast-stemmer rubygem-faste...
Message-ID:  <201310300232.r9U2Wr82057717@svn.freebsd.org>

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

Log:
  - Add stage support

Modified:
  head/devel/rubygem-docile/Makefile
  head/devel/rubygem-echoe/Makefile   (contents, props changed)
  head/devel/rubygem-elif/Makefile
  head/devel/rubygem-enumerize/Makefile
  head/devel/rubygem-eventmachine/Makefile
  head/devel/rubygem-execjs/Makefile   (contents, props changed)
  head/devel/rubygem-extlib/Makefile
  head/devel/rubygem-facets/Makefile   (contents, props changed)
  head/devel/rubygem-fast-stemmer/Makefile
  head/devel/rubygem-fastercsv/Makefile
  head/devel/rubygem-fastri/Makefile   (contents, props changed)
  head/devel/rubygem-fastthread/Makefile   (contents, props changed)
  head/devel/rubygem-fattr/Makefile   (contents, props changed)
  head/devel/rubygem-ffi/Makefile
  head/devel/rubygem-file-tail/Makefile
  head/devel/rubygem-filemagic/Makefile   (contents, props changed)
  head/devel/rubygem-font-awesome-rails/Makefile

Modified: head/devel/rubygem-docile/Makefile
==============================================================================
--- head/devel/rubygem-docile/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-docile/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-echoe/Makefile
==============================================================================
--- head/devel/rubygem-echoe/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-echoe/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -18,5 +18,4 @@ USE_RUBYGEMS=		yes
 USE_RAKE=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-elif/Makefile
==============================================================================
--- head/devel/rubygem-elif/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-elif/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -13,5 +13,4 @@ USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-enumerize/Makefile
==============================================================================
--- head/devel/rubygem-enumerize/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-enumerize/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -18,6 +18,5 @@ USE_RUBY_FEATURES=	iconv
 
 NOPORTDOCS=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-eventmachine/Makefile
==============================================================================
--- head/devel/rubygem-eventmachine/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-eventmachine/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-execjs/Makefile
==============================================================================
--- head/devel/rubygem-execjs/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-execjs/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -15,5 +15,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-extlib/Makefile
==============================================================================
--- head/devel/rubygem-extlib/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-extlib/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -14,5 +14,4 @@ USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-facets/Makefile
==============================================================================
--- head/devel/rubygem-facets/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-facets/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-fast-stemmer/Makefile
==============================================================================
--- head/devel/rubygem-fast-stemmer/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-fast-stemmer/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -12,5 +12,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-fastercsv/Makefile
==============================================================================
--- head/devel/rubygem-fastercsv/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-fastercsv/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-fastri/Makefile
==============================================================================
--- head/devel/rubygem-fastri/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-fastri/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -15,5 +15,4 @@ RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/fastri-server bin/fri bin/qri bin/ri-emacs
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-fastthread/Makefile
==============================================================================
--- head/devel/rubygem-fastthread/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-fastthread/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-fattr/Makefile
==============================================================================
--- head/devel/rubygem-fattr/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-fattr/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -13,5 +13,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-ffi/Makefile
==============================================================================
--- head/devel/rubygem-ffi/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-ffi/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -17,5 +17,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-file-tail/Makefile
==============================================================================
--- head/devel/rubygem-file-tail/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-file-tail/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -15,5 +15,4 @@ USE_RUBY=		yes
 USE_RUBYGEMS=		yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-filemagic/Makefile
==============================================================================
--- head/devel/rubygem-filemagic/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-filemagic/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -16,5 +16,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-font-awesome-rails/Makefile
==============================================================================
--- head/devel/rubygem-font-awesome-rails/Makefile	Wed Oct 30 02:31:04 2013	(r332035)
+++ head/devel/rubygem-font-awesome-rails/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
@@ -14,6 +14,5 @@ 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?201310300232.r9U2Wr82057717>