1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Update rails to 3.0.9 (current)

bump required dependencie

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
This commit is contained in:
Philip M. Gollucci 2011-06-23 19:32:59 +00:00
parent ef352f88a6
commit 376339a5e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276171
14 changed files with 39 additions and 12 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= activemodel
PORTVERSION= 3.0.6
PORTVERSION= 3.0.9
CATEGORIES= databases rubygems
MASTER_SITES= RG

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= activerecord
PORTVERSION= 3.0.6
PORTVERSION= 3.0.9
CATEGORIES= databases rubygems
MASTER_SITES= RG

View File

@ -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

View File

@ -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

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= activesupport
PORTVERSION= 3.0.6
PORTVERSION= 3.0.9
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rdoc-3.4.gem) = 67281755b812b7218e19fb1c39dbf15fa0369f5f2818e22cb5ab07f5a993e237
SIZE (rubygem/rdoc-3.4.gem) = 227840

View File

@ -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/

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 3.0.6
PORTVERSION= 3.0.9
CATEGORIES= mail rubygems
MASTER_SITES= RG

View File

@ -6,7 +6,7 @@
#
PORTNAME= mail
PORTVERSION= 2.2.18
PORTVERSION= 2.2.19
CATEGORIES= mail rubygems
MASTER_SITES= RG

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= actionpack
PORTVERSION= 3.0.6
PORTVERSION= 3.0.9
CATEGORIES= www rubygems
MASTER_SITES= RG

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= activeresource
PORTVERSION= 3.0.6
PORTVERSION= 3.0.9
CATEGORIES= www rubygems
MASTER_SITES= RG

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= rails
PORTVERSION= 3.0.6
PORTVERSION= 3.0.9
CATEGORIES= www rubygems
MASTER_SITES= RG

View File

@ -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