head	1.23;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.5;
locks; strict;
comment	@# @;


1.23
date	2013.02.16.21.49.47;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2013.01.09.04.43.48;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2012.11.17.06.03.04;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.08.10.02.50.53;	author swills;	state Exp;
branches;
next	1.19;

1.19
date	2012.07.27.03.09.19;	author swills;	state Exp;
branches;
next	1.18;

1.18
date	2012.07.24.00.41.42;	author swills;	state Exp;
branches;
next	1.17;

1.17
date	2012.02.12.02.15.38;	author pgollucci;	state Exp;
branches;
next	1.16;

1.16
date	2012.02.08.02.11.37;	author pgollucci;	state Exp;
branches;
next	1.15;

1.15
date	2011.11.28.04.30.40;	author swills;	state Exp;
branches;
next	1.14;

1.14
date	2011.10.27.03.02.52;	author swills;	state Exp;
branches;
next	1.13;

1.13
date	2011.08.19.23.28.41;	author delphij;	state Exp;
branches;
next	1.12;

1.12
date	2011.07.20.02.46.10;	author swills;	state Exp;
branches;
next	1.11;

1.11
date	2011.07.11.16.15.51;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2011.07.08.20.31.26;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2011.06.23.19.32.59;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2011.06.23.17.35.27;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2011.03.04.03.05.20;	author wen;	state Exp;
branches;
next	1.6;

1.6
date	2010.12.08.20.49.23;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2010.11.23.07.20.31;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2010.11.16.06.56.01;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2010.10.19.06.54.47;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.22.03.29.07;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2010.09.02.02.43.27;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.23
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312384
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Philip M. Gollucci <pgollucci@@p6m7g8.com>
# $FreeBSD: head/www/rubygem-railties/Makefile 312384 2013-02-16 20:54:38Z swills $

PORTNAME=	railties
PORTVERSION=	3.2.12
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@@FreeBSD.org
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.6:${PORTSDIR}/devel/rubygem-thor \
		rubygem-rack-ssl>=1.3.2:${PORTSDIR}/www/rubygem-rack-ssl \
		rubygem-rdoc>=3.4:${PORTSDIR}/devel/rubygem-rdoc

USE_RUBY=	yes
USE_RAKE=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/rails

.include <bsd.port.mk>
@


1.22
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310121
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310121 | swills | 2013-01-09 03:53:15 +0000 (Wed, 09 Jan 2013) | 7 lines
## SVN ##
## SVN ## - Update rubygem-rails to 3.2.11
## SVN ## - Update ports require by rubygem-rails
## SVN ## - Add vuxml entry for rails security issues
## SVN ##
## SVN ## Security:	ca5d3272-59e3-11e2-853b-00262d5ed8ee
## SVN ## Security:	b4051b52-58fa-11e2-853b-00262d5ed8ee
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 5
# Ports collection makefile for:	rubygem-railties
# Date created:				1 September 2010
# Whom:						Philip M. Gollucci <pgollucci@@p6m7g8.com>
#
# $FreeBSD: head/www/rubygem-railties/Makefile 310121 2013-01-09 03:53:15Z swills $
d5 1
a5 1
PORTVERSION=	3.2.11
@


1.21
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/rubygem-railties/Makefile 302373 2012-08-10 02:50:53Z swills $
d8 1
a8 1
PORTVERSION=	3.2.8
@


1.20
log
@SVN rev 302373 on 2012-08-10 02:50:53Z by swills

- Update rails and friends to 3.2.8
- Document security issue in 3.2.7 [1]

Submitted by:	bdrewery [1]
Reviewed by:	swills [1]
Security:	31db9a18-e289-11e1-a57d-080027a27dbf
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.19
log
@SVN rev 301588 on 2012-07-27 03:09:19Z by swills

- Update Rails and friends to 3.2.7
- Add vuxml entry for Rails 3.2.6 [1]

Reviewed by:	zi [1]
@
text
@d8 1
a8 1
PORTVERSION=	3.2.7
@


1.18
log
@SVN rev 301418 on 2012-07-24 00:41:42Z by swills

- Update rails to 3.2.6 and accompanying dependency updates
@
text
@d8 1
a8 1
PORTVERSION=	3.2.6
@


1.17
log
@- Update to 3.2.1

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d8 1
a8 1
PORTVERSION=	3.2.1
d24 1
a24 1
RUBYGEM_AUTOPLIST=  yes
@


1.16
log
@- Update to 3.2.0

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d8 1
a8 1
PORTVERSION=	3.2.0
@


1.15
log
@- Update to 3.1.3

Feature safe:	yes
@
text
@d8 1
a8 1
PORTVERSION=	3.1.3
d26 2
@


1.14
log
@- Update Rails to 3.1.1 and associated changes

With hat:	ruby@@
@
text
@d8 1
a8 1
PORTVERSION=	3.1.1
@


1.13
log
@Update Rails to 3.0.10.

Submitted by:	Alexander Kriventsov <avk vl.ru>
PR:		ports/159906
Security:	be77eff6-ca91-11e0-aea3-00215c6a37bb
@
text
@d8 1
a8 1
PORTVERSION=	3.0.10
d17 2
a18 1
		rubygem-thor>=0.14.4:${PORTSDIR}/devel/rubygem-thor \
@


1.12
log
@- This should work fine with 1.8 now
@
text
@d8 1
a8 1
PORTVERSION=	3.0.9
@


1.11
log
@Ammend broken message and conditionalize
@
text
@d25 1
a25 5
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.8
BROKEN=		rdoc 3.x+ does not work with ruby 1.8
.endif
.include <bsd.port.post.mk>
@


1.10
log
@- Mark BROKEN: does not install

Reported by:	pointyhat
@
text
@d25 5
a29 3
BROKEN=		does not install

.include <bsd.port.mk>
@


1.9
log
@- Update rails to 3.0.9 (current)
  bump required dependencie

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d25 2
@


1.8
log
@- Update rails to 3.0.6
  and its dependency requirements

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d8 1
a8 1
PORTVERSION=	3.0.6
d17 2
a18 1
		rubygem-thor>=0.14.4:${PORTSDIR}/devel/rubygem-thor
@


1.7
log
@- Update to 3.0.5
@
text
@d8 1
a8 1
PORTVERSION=	3.0.5
@


1.6
log
@- Fix dependency versions
@
text
@d8 1
a8 1
PORTVERSION=	3.0.3
@


1.5
log
@- Update to 3.0.3

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d17 1
a17 1
		rubygem-thor>=0.14.0:${PORTSDIR}/devel/rubygem-thor
@


1.4
log
@- Update to 3.0.2

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d8 1
a8 1
PORTVERSION=	3.0.2
@


1.3
log
@- Update to 3.0.1

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d8 1
a8 1
PORTVERSION=	3.0.1
@


1.2
log
@- Convert to USE_RAKE

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d8 1
a8 1
PORTVERSION=	3.0.0
@


1.1
log
@                    Presenting Rails 3.0

    http://weblog.rubyonrails.org/2010/8/29/rails-3-0-it-s-done

N.B.:
  lang/ruby19 does not work with rails3 until the upgrade to 1.9.2
  by stas@@ happens.

- Update www/rubygem-rails to 3.0.0

Sponsored by:       RideCharge Inc. / Taximagic
@
text
@d17 1
a17 2
		rubygem-thor>=0.14.0:${PORTSDIR}/devel/rubygem-thor \
		rubygem-rake>=0.8.4:${PORTSDIR}/devel/rubygem-rake
d20 1
@

