aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-30 02:20:20 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-30 02:20:20 +0000
commitdf0d3b8cb42fa35ac64a9f509ca84602571e1e5d (patch)
treee6dfbb7913a7f5ef6edb94c2b740a08f6329211e
parente3445fa92c32817f2ce36d5256b5d21c76bebd53 (diff)
downloadports-df0d3b8cb42fa35ac64a9f509ca84602571e1e5d.tar.gz
ports-df0d3b8cb42fa35ac64a9f509ca84602571e1e5d.zip
Notes
-rw-r--r--accessibility/rubygem-atk/Makefile1
-rw-r--r--archivers/rubygem-archive-tar-minitar/Makefile1
-rw-r--r--archivers/rubygem-bzip2/Makefile1
-rw-r--r--archivers/rubygem-minitar/Makefile1
-rw-r--r--archivers/rubygem-rubyzip/Makefile1
-rw-r--r--audio/rubygem-ogginfo/Makefile1
-rw-r--r--audio/rubygem-shout/Makefile1
-rw-r--r--benchmarks/rubygem-railsbench/Makefile1
-rw-r--r--comms/rubygem-callsign/Makefile1
-rw-r--r--comms/rubygem-ruby-termios/Makefile1
-rw-r--r--databases/rubygem-activemodel/Makefile1
-rw-r--r--databases/rubygem-activerecord-mysql-adapter/Makefile1
-rw-r--r--databases/rubygem-activerecord/Makefile1
-rw-r--r--databases/rubygem-amalgalite/Makefile1
-rw-r--r--databases/rubygem-arel/Makefile1
-rw-r--r--databases/rubygem-bdb1/Makefile1
-rw-r--r--databases/rubygem-bigrecord/Makefile1
-rw-r--r--databases/rubygem-couchrest/Makefile1
-rw-r--r--databases/rubygem-datamapper/Makefile1
19 files changed, 0 insertions, 19 deletions
diff --git a/accessibility/rubygem-atk/Makefile b/accessibility/rubygem-atk/Makefile
index b1a991c962c6..77aafa244a0e 100644
--- a/accessibility/rubygem-atk/Makefile
+++ b/accessibility/rubygem-atk/Makefile
@@ -10,7 +10,6 @@ COMMENT= Ruby binding for ATK
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
-NO_STAGE= yes
USE_GNOME= atk
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/archivers/rubygem-archive-tar-minitar/Makefile b/archivers/rubygem-archive-tar-minitar/Makefile
index 4ac19f19ba91..fa6b825c8108 100644
--- a/archivers/rubygem-archive-tar-minitar/Makefile
+++ b/archivers/rubygem-archive-tar-minitar/Makefile
@@ -9,7 +9,6 @@ DISTNAME= archive-tar-minitar-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= library and command-line utility for tar archives
-NO_STAGE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/archivers/rubygem-bzip2/Makefile b/archivers/rubygem-bzip2/Makefile
index 51a945c0ca74..2f7f8883b01b 100644
--- a/archivers/rubygem-bzip2/Makefile
+++ b/archivers/rubygem-bzip2/Makefile
@@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby C bindings to libbzip2
-NO_STAGE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
GEM_NAME= ${PORTNAME}-ruby-${PORTVERSION}
diff --git a/archivers/rubygem-minitar/Makefile b/archivers/rubygem-minitar/Makefile
index 2a74e8bfa85a..9b516b5b4858 100644
--- a/archivers/rubygem-minitar/Makefile
+++ b/archivers/rubygem-minitar/Makefile
@@ -9,7 +9,6 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library and command-line utility for tar archives
-NO_STAGE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/archivers/rubygem-rubyzip/Makefile b/archivers/rubygem-rubyzip/Makefile
index 29ac9ff7a700..e8b7a3461dd6 100644
--- a/archivers/rubygem-rubyzip/Makefile
+++ b/archivers/rubygem-rubyzip/Makefile
@@ -9,7 +9,6 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby module for reading and writing zip files
-NO_STAGE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/audio/rubygem-ogginfo/Makefile b/audio/rubygem-ogginfo/Makefile
index a9d86abf5b2f..04e74aee07f3 100644
--- a/audio/rubygem-ogginfo/Makefile
+++ b/audio/rubygem-ogginfo/Makefile
@@ -11,7 +11,6 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= A Ruby library to access to information on ogg files
USE_RUBY= yes
-NO_STAGE= yes
USE_RUBYGEMS= yes
GEM_NAME= ${DISTNAME}
RUBYGEM_AUTOPLIST= yes
diff --git a/audio/rubygem-shout/Makefile b/audio/rubygem-shout/Makefile
index 019debef9b97..f9922fb0ab2a 100644
--- a/audio/rubygem-shout/Makefile
+++ b/audio/rubygem-shout/Makefile
@@ -13,7 +13,6 @@ COMMENT= A Ruby binding to the libshout library
LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2
USE_RUBY= yes
-NO_STAGE= yes
USE_RUBYGEMS= yes
GEM_NAME= ${DISTNAME}
RUBYGEM_AUTOPLIST= yes
diff --git a/benchmarks/rubygem-railsbench/Makefile b/benchmarks/rubygem-railsbench/Makefile
index c46c6d1aeddb..62575eed2b0c 100644
--- a/benchmarks/rubygem-railsbench/Makefile
+++ b/benchmarks/rubygem-railsbench/Makefile
@@ -20,7 +20,6 @@ OPTIONS_DEFINE= GRUFF
GRUFF_DESC= Plotting of perf data support using gruff
OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGRUFF}
diff --git a/comms/rubygem-callsign/Makefile b/comms/rubygem-callsign/Makefile
index dc178028ac55..97500e6a2d03 100644
--- a/comms/rubygem-callsign/Makefile
+++ b/comms/rubygem-callsign/Makefile
@@ -16,5 +16,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/comms/rubygem-ruby-termios/Makefile b/comms/rubygem-ruby-termios/Makefile
index c3075a189bce..3c9579041896 100644
--- a/comms/rubygem-ruby-termios/Makefile
+++ b/comms/rubygem-ruby-termios/Makefile
@@ -12,5 +12,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-activemodel/Makefile b/databases/rubygem-activemodel/Makefile
index 36cc4a4643c4..58dffd71167f 100644
--- a/databases/rubygem-activemodel/Makefile
+++ b/databases/rubygem-activemodel/Makefile
@@ -15,5 +15,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-activerecord-mysql-adapter/Makefile b/databases/rubygem-activerecord-mysql-adapter/Makefile
index 39fce356f37e..0504bb97a4b0 100644
--- a/databases/rubygem-activerecord-mysql-adapter/Makefile
+++ b/databases/rubygem-activerecord-mysql-adapter/Makefile
@@ -17,5 +17,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-activerecord/Makefile b/databases/rubygem-activerecord/Makefile
index df9757afbc09..92befdb05372 100644
--- a/databases/rubygem-activerecord/Makefile
+++ b/databases/rubygem-activerecord/Makefile
@@ -26,7 +26,6 @@ OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
GEM_ENV+= LANG=en_US.UTF-8
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
diff --git a/databases/rubygem-amalgalite/Makefile b/databases/rubygem-amalgalite/Makefile
index e843f48be20d..ec270a495d9c 100644
--- a/databases/rubygem-amalgalite/Makefile
+++ b/databases/rubygem-amalgalite/Makefile
@@ -18,5 +18,4 @@ RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/amalgalite-pack
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-arel/Makefile b/databases/rubygem-arel/Makefile
index c07266cebdf2..65009f9eb35f 100644
--- a/databases/rubygem-arel/Makefile
+++ b/databases/rubygem-arel/Makefile
@@ -13,5 +13,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-bdb1/Makefile b/databases/rubygem-bdb1/Makefile
index d8d8ba4e17ec..42fe9cc1e1c7 100644
--- a/databases/rubygem-bdb1/Makefile
+++ b/databases/rubygem-bdb1/Makefile
@@ -14,5 +14,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-bigrecord/Makefile b/databases/rubygem-bigrecord/Makefile
index ec70767ae378..1ee7ec3c8885 100644
--- a/databases/rubygem-bigrecord/Makefile
+++ b/databases/rubygem-bigrecord/Makefile
@@ -18,5 +18,4 @@ USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-couchrest/Makefile b/databases/rubygem-couchrest/Makefile
index 2feb2d79764a..a37c99d92962 100644
--- a/databases/rubygem-couchrest/Makefile
+++ b/databases/rubygem-couchrest/Makefile
@@ -17,5 +17,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/databases/rubygem-datamapper/Makefile b/databases/rubygem-datamapper/Makefile
index ba0c3a707d61..c677dddad793 100644
--- a/databases/rubygem-datamapper/Makefile
+++ b/databases/rubygem-datamapper/Makefile
@@ -22,5 +22,4 @@ USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>