Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 02:34:55 +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: r332037 - in head/devel: rubygem-foreman rubygem-formatador rubygem-gdata rubygem-gem_plugin rubygem-gemcutter rubygem-generator_spec rubygem-georuby rubygem-gio2 rubygem-git rubygem-gi...
Message-ID:  <201310300234.r9U2Ytf2058274@svn.freebsd.org>

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

Log:
  - Add stage support

Modified:
  head/devel/rubygem-foreman/Makefile
  head/devel/rubygem-formatador/Makefile
  head/devel/rubygem-gdata/Makefile   (contents, props changed)
  head/devel/rubygem-gem_plugin/Makefile   (contents, props changed)
  head/devel/rubygem-gemcutter/Makefile   (contents, props changed)
  head/devel/rubygem-generator_spec/Makefile
  head/devel/rubygem-georuby/Makefile   (contents, props changed)
  head/devel/rubygem-gio2/Makefile
  head/devel/rubygem-git/Makefile   (contents, props changed)
  head/devel/rubygem-github_api/Makefile
  head/devel/rubygem-gitlab-pygments.rb/Makefile
  head/devel/rubygem-gitlab_git/Makefile
  head/devel/rubygem-gitlab_meta/Makefile
  head/devel/rubygem-glib2/Makefile
  head/devel/rubygem-gobject-introspection/Makefile
  head/devel/rubygem-graf/Makefile
  head/devel/rubygem-grape-entity/Makefile
  head/devel/rubygem-grape/Makefile
  head/devel/rubygem-grit/Makefile   (contents, props changed)

Modified: head/devel/rubygem-foreman/Makefile
==============================================================================
--- head/devel/rubygem-foreman/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-foreman/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -15,6 +15,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

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

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

Modified: head/devel/rubygem-gem_plugin/Makefile
==============================================================================
--- head/devel/rubygem-gem_plugin/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-gem_plugin/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -16,5 +16,4 @@ USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	bin/gpgen
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-gemcutter/Makefile
==============================================================================
--- head/devel/rubygem-gemcutter/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-gemcutter/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -17,5 +17,4 @@ USE_RUBYGEMS=	yes
 USE_RAKE=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-generator_spec/Makefile
==============================================================================
--- head/devel/rubygem-generator_spec/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-generator_spec/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -15,6 +15,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

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

Modified: head/devel/rubygem-gio2/Makefile
==============================================================================
--- head/devel/rubygem-gio2/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-gio2/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -14,5 +14,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

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

Modified: head/devel/rubygem-github_api/Makefile
==============================================================================
--- head/devel/rubygem-github_api/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-github_api/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -20,5 +20,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-gitlab-pygments.rb/Makefile
==============================================================================
--- head/devel/rubygem-gitlab-pygments.rb/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-gitlab-pygments.rb/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -15,6 +15,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-gitlab_git/Makefile
==============================================================================
--- head/devel/rubygem-gitlab_git/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-gitlab_git/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -16,6 +16,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-gitlab_meta/Makefile
==============================================================================
--- head/devel/rubygem-gitlab_meta/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-gitlab_meta/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -12,6 +12,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

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

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

Modified: head/devel/rubygem-graf/Makefile
==============================================================================
--- head/devel/rubygem-graf/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-graf/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -16,5 +16,4 @@ USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	bin/graf
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/rubygem-grape-entity/Makefile
==============================================================================
--- head/devel/rubygem-grape-entity/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-grape-entity/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -15,6 +15,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-grape/Makefile
==============================================================================
--- head/devel/rubygem-grape/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-grape/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -22,6 +22,5 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-grit/Makefile
==============================================================================
--- head/devel/rubygem-grit/Makefile	Wed Oct 30 02:32:53 2013	(r332036)
+++ head/devel/rubygem-grit/Makefile	Wed Oct 30 02:34:55 2013	(r332037)
@@ -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?201310300234.r9U2Ytf2058274>