summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/rubygem-activemodel/Makefile2
-rw-r--r--databases/rubygem-activerecord/Makefile2
-rw-r--r--databases/rubygem-arel/Makefile4
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-activesupport/Makefile2
-rw-r--r--devel/rubygem-rdoc/Makefile20
-rw-r--r--devel/rubygem-rdoc/distinfo2
-rw-r--r--devel/rubygem-rdoc/pkg-descr3
-rw-r--r--mail/rubygem-actionmailer/Makefile2
-rw-r--r--mail/rubygem-mail/Makefile2
-rw-r--r--www/rubygem-actionpack/Makefile2
-rw-r--r--www/rubygem-activeresource/Makefile2
-rw-r--r--www/rubygem-rails/Makefile2
-rw-r--r--www/rubygem-railties/Makefile5
14 files changed, 39 insertions, 12 deletions
diff --git a/databases/rubygem-activemodel/Makefile b/databases/rubygem-activemodel/Makefile
index 3ea044d0a112..1dbaa42826b9 100644
--- a/databases/rubygem-activemodel/Makefile
+++ b/databases/rubygem-activemodel/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= activemodel
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= databases rubygems
MASTER_SITES= RG
diff --git a/databases/rubygem-activerecord/Makefile b/databases/rubygem-activerecord/Makefile
index 853840932a89..d2902f732f53 100644
--- a/databases/rubygem-activerecord/Makefile
+++ b/databases/rubygem-activerecord/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= activerecord
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= databases rubygems
MASTER_SITES= RG
diff --git a/databases/rubygem-arel/Makefile b/databases/rubygem-arel/Makefile
index 3f51e0a21063..f1a9549252f5 100644
--- a/databases/rubygem-arel/Makefile
+++ b/databases/rubygem-arel/Makefile
@@ -4,10 +4,10 @@
#
# $FreeBSD$
-# XXX: activerecord 3.0.6+ ~> 2.0.2 of arel
+# XXX: activerecord 3.0.9+ ~> 2.0.10 of arel
PORTNAME= arel
-PORTVERSION= 2.0.2
+PORTVERSION= 2.0.10
PORTEPOCH= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
diff --git a/devel/Makefile b/devel/Makefile
index 0b3194e370cd..31c7bc0ba5c7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3307,6 +3307,7 @@
SUBDIR += rubygem-rascut
SUBDIR += rubygem-rash
SUBDIR += rubygem-rcov
+ SUBDIR += rubygem-rdoc
SUBDIR += rubygem-require_all
SUBDIR += rubygem-rgl
SUBDIR += rubygem-rparsec
diff --git a/devel/rubygem-activesupport/Makefile b/devel/rubygem-activesupport/Makefile
index 035a9da949ef..e6d2ed6d26ea 100644
--- a/devel/rubygem-activesupport/Makefile
+++ b/devel/rubygem-activesupport/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= activesupport
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
diff --git a/devel/rubygem-rdoc/Makefile b/devel/rubygem-rdoc/Makefile
new file mode 100644
index 000000000000..2e5adc8c3841
--- /dev/null
+++ b/devel/rubygem-rdoc/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: Ruby rdoc
+# Date created: June 23, 2011
+# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rdoc
+PORTVERSION= 3.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= RDoc produces HTML and command-line documentation for Ruby projects
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-rdoc/distinfo b/devel/rubygem-rdoc/distinfo
new file mode 100644
index 000000000000..12fa15bdc062
--- /dev/null
+++ b/devel/rubygem-rdoc/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rdoc-3.4.gem) = 67281755b812b7218e19fb1c39dbf15fa0369f5f2818e22cb5ab07f5a993e237
+SIZE (rubygem/rdoc-3.4.gem) = 227840
diff --git a/devel/rubygem-rdoc/pkg-descr b/devel/rubygem-rdoc/pkg-descr
new file mode 100644
index 000000000000..30315e561725
--- /dev/null
+++ b/devel/rubygem-rdoc/pkg-descr
@@ -0,0 +1,3 @@
+RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying online documentation. See RDoc for a description of RDoc's markup and basic use.
+
+WWW: http://docs.seattlerb.org/rdoc/
diff --git a/mail/rubygem-actionmailer/Makefile b/mail/rubygem-actionmailer/Makefile
index f44bef456384..f34dafeb0abe 100644
--- a/mail/rubygem-actionmailer/Makefile
+++ b/mail/rubygem-actionmailer/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= actionmailer
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= mail rubygems
MASTER_SITES= RG
diff --git a/mail/rubygem-mail/Makefile b/mail/rubygem-mail/Makefile
index 310c2743ac4c..63c1a6600735 100644
--- a/mail/rubygem-mail/Makefile
+++ b/mail/rubygem-mail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mail
-PORTVERSION= 2.2.18
+PORTVERSION= 2.2.19
CATEGORIES= mail rubygems
MASTER_SITES= RG
diff --git a/www/rubygem-actionpack/Makefile b/www/rubygem-actionpack/Makefile
index 87ba38ad8eda..c40d546f8fe9 100644
--- a/www/rubygem-actionpack/Makefile
+++ b/www/rubygem-actionpack/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= actionpack
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= www rubygems
MASTER_SITES= RG
diff --git a/www/rubygem-activeresource/Makefile b/www/rubygem-activeresource/Makefile
index 429437201e4d..6ae53c6ea996 100644
--- a/www/rubygem-activeresource/Makefile
+++ b/www/rubygem-activeresource/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= activeresource
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= www rubygems
MASTER_SITES= RG
diff --git a/www/rubygem-rails/Makefile b/www/rubygem-rails/Makefile
index a5f21b7edce4..8f46969ed712 100644
--- a/www/rubygem-rails/Makefile
+++ b/www/rubygem-rails/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= rails
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= www rubygems
MASTER_SITES= RG
diff --git a/www/rubygem-railties/Makefile b/www/rubygem-railties/Makefile
index 79a6435e0e93..8a20b1ce592b 100644
--- a/www/rubygem-railties/Makefile
+++ b/www/rubygem-railties/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= railties
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -14,7 +14,8 @@ COMMENT= Rails internals bootup, plugins, generators, and rake tasks
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
- rubygem-thor>=0.14.4:${PORTSDIR}/devel/rubygem-thor
+ rubygem-thor>=0.14.4:${PORTSDIR}/devel/rubygem-thor \
+ rubygem-rdoc>=3.4:${PORTSDIR}/devel/rubygem-rdoc
USE_RUBY= yes
USE_RAKE= yes