head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.03.03;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2011.01.06.09.53.46;	author gahr;	state Exp;
branches;
next	1.11;

1.11
date	2010.12.23.10.48.06;	author gahr;	state Exp;
branches;
next	1.10;

1.10
date	2010.05.18.04.07.53;	author pgollucci;	state Exp;
branches;
next	1.9;

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

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

1.7
date	2010.04.26.23.14.05;	author pgollucci;	state Exp;
branches;
next	1.6;

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

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

1.4
date	2008.06.06.14.07.11;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2008.05.03.12.42.57;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.08.03.20.24;	author araujo;	state Exp;
branches;
next	1.1;

1.1
date	2007.09.28.12.57.34;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# Ports collection makefile for:	ruby-cruisecontrolrb
# Date created:				25 Sep 2007
# Whom:					Philip M. Gollucci <pgollucci@@p6m7g8.com>
#
# $FreeBSD: head/www/ruby-cruisecontrolrb/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	cruisecontrolrb
PORTVERSION=	1.4.0
PORTREVISION=	1
CATEGORIES=	www devel ruby
MASTER_SITES=	RF
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	cruisecontrol-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	Continuous Integration Server For Rails Applications

RUN_DEPENDS=	rubygem-mongrel>=1.0.1:${PORTSDIR}/www/rubygem-mongrel \
		svn:${PORTSDIR}/devel/subversion

USE_RC_SUBR=	cruisecontrolrb

NO_BUILD=	yes

CPIOARGS=	--quiet -pdum -R

do-install:
	@@ ${INSTALL} -d -m 0755 ${WWWDIR}
	@@ cd ${WRKSRC} && ${FIND} . -name \*.bat -o -name \*.orig -o -name \*Changelog -o -name .gitignore -o -print | \
		${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${WWWDIR}

.include <bsd.port.mk>
@


1.12
log
@- Fix RC script
- Bump PORTREVISION
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Update to 1.4.0
  Release notes: http://rubyforge.org/frs/shownotes.php?release_id=36343

Reviewed by:	stas
@
text
@d9 1
@


1.10
log
@- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d8 1
a8 2
PORTVERSION=	1.3.0
PORTREVISION=	4
d12 1
a20 2
MAKE_JOBS_SAFE=  yes

a24 1
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
d29 1
a29 1
	@@ cd ${WRKSRC} && ${FIND} . -name \*.bat -o -name \*.orig -o -name \*Changelog -o -print | \
@


1.9
log
@4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@@
@
text
@d9 1
a9 1
PORTREVISION=	3
@


1.8
log
@- Send my ruby- ports to ruby@@
@
text
@d9 1
a9 1
PORTREVISION=	2
@


1.7
log
@- Fix rc.d script

PR:             ports/145295
Submitted by:   Toomas Aas <toomas@@tarkvarastuudio.ee>
Tweaked by:     myself
@
text
@d3 1
a3 1
# Whom:					Philip M. Gollucci <pgollucci@@FreeBSD.org>
d15 1
a15 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.6
log
@- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.5
log
@Update my ports to my freebsd address

Approved by:    araujo (mentor)
@
text
@d21 2
@


1.4
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d3 1
a3 1
# Whom:					Philip M. Gollucci <pgollucci@@p6m7g8.com>
d15 1
a15 1
MAINTAINER=	pgollucci@@p6m7g8.com
@


1.3
log
@- Update to 1.3.0.

PR:		ports/123251
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com> (maintainer)
@
text
@d9 1
@


1.2
log
@- Update to 1.2.1.
- Use RF Macro.

PR:		ports/122453
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	1.2.1
@


1.1
log
@ports/116644: New Port: devel/ruby-cruisecontrolrb

	CruiseControl.rb is a continuous integration tool. Its basic
	purpose in life is to alert members of a software project
	when one of them checks something into source control that
	breaks the build.

	CC.rb is easy to install, pleasant to use and simple to
	hack.  It's written in Ruby.

	WWW: http://cruisecontrolrb.thoughtworks.com

PR:		ports/116644
Submitted by:	Philip M.Gollucci <pgollucci@@p6m7g8.com>
@
text
@d8 1
a8 1
PORTVERSION=	1.1.0
d10 1
a10 2
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d18 1
a18 1
	svn:${PORTSDIR}/devel/subversion
@

