head	1.28;
access;
symbols
	RELEASE_7_1_0:1.26
	RELEASE_6_4_0:1.26
	RELEASE_5_EOL:1.26
	RELEASE_7_0_0:1.26
	RELEASE_6_3_0:1.26
	PRE_XORG_7:1.24
	RELEASE_4_EOL:1.24
	RELEASE_6_2_0:1.24
	RELEASE_6_1_0:1.21
	RELEASE_5_5_0:1.21
	RELEASE_6_0_0:1.19
	RELEASE_5_4_0:1.16
	RELEASE_4_11_0:1.15
	RELEASE_5_3_0:1.15
	RELEASE_4_10_0:1.14
	RELEASE_5_2_1:1.13
	RELEASE_5_2_0:1.13
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.28
date	2009.04.11.21.25.14;	author linimon;	state dead;
branches;
next	1.27;

1.27
date	2008.12.27.03.38.23;	author pgollucci;	state Exp;
branches;
next	1.26;

1.26
date	2007.09.08.01.11.47;	author linimon;	state Exp;
branches;
next	1.25;

1.25
date	2007.08.04.11.41.29;	author gabor;	state Exp;
branches;
next	1.24;

1.24
date	2006.08.04.12.34.50;	author erwin;	state Exp;
branches;
next	1.23;

1.23
date	2006.05.13.04.41.19;	author edwin;	state Exp;
branches;
next	1.22;

1.22
date	2006.04.05.21.04.29;	author jmelo;	state Exp;
branches;
next	1.21;

1.21
date	2006.02.28.11.12.49;	author tobez;	state Exp;
branches;
next	1.20;

1.20
date	2005.11.12.19.05.08;	author pav;	state Exp;
branches;
next	1.19;

1.19
date	2005.08.24.09.59.39;	author garga;	state Exp;
branches;
next	1.18;

1.18
date	2005.06.11.16.13.12;	author skv;	state Exp;
branches;
next	1.17;

1.17
date	2005.05.08.07.44.30;	author nork;	state Exp;
branches;
next	1.16;

1.16
date	2005.01.31.00.35.55;	author girgen;	state Exp;
branches;
next	1.15;

1.15
date	2004.08.12.12.48.01;	author mat;	state Exp;
branches;
next	1.14;

1.14
date	2004.02.09.01.48.53;	author kris;	state Exp;
branches;
next	1.13;

1.13
date	2003.11.17.23.22.54;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2003.10.24.14.15.32;	author erwin;	state Exp;
branches;
next	1.11;

1.11
date	2003.10.24.12.05.01;	author ijliao;	state Exp;
branches;
next	1.10;

1.10
date	2003.09.27.01.01.07;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2003.09.16.05.43.52;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2003.08.08.04.40.46;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2003.06.09.15.19.49;	author ijliao;	state Exp;
branches;
next	1.6;

1.6
date	2003.06.04.17.47.35;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2003.05.18.12.22.02;	author kris;	state Exp;
branches;
next	1.4;

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

1.3
date	2003.02.12.11.36.57;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2003.01.31.19.31.11;	author keichii;	state Exp;
branches;
next	1.1;

1.1
date	2002.12.22.04.50.13;	author keichii;	state Exp;
branches;
next	;


desc
@@


1.28
log
@Remove obsolete, expired versions of RT.  Use www/rt38 instead.
@
text
@# New ports collection makefile for:   RT2
# Date created:        12 August 2002
# Whom:                plasma
#
# $FreeBSD: ports/www/rt2/Makefile,v 1.27 2008/12/27 03:38:23 pgollucci Exp $
#

PORTNAME=	rt2
PORTVERSION=	2.0.15
PORTREVISION=	3
CATEGORIES=	www
MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/
DISTNAME=	rt-${PORTVERSION:S/./-/g}

MAINTAINER=	jmelo@@FreeBSD.org
COMMENT=	RT is an industrial-grade ticketing system written in Perl

BUILD_DEPENDS=	${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \
		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
		${SITE_PERL}/${PERL_ARCH}/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq \
		${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \
		${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \
		${SITE_PERL}/DBIx/DataSource.pm:${PORTSDIR}/databases/p5-DBIx-DataSource \
		${SITE_PERL}/DBIx/SearchBuilder.pm:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \
		${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
		${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
		${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
		${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
		${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
		${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
		${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \
		${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \
		${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \
		${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \
		${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
		${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
		${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
		${SITE_PERL}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper \
		${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
		${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm

CONFLICTS=	rt-3.0* rt-3.2* rt-3.4* rt-3.6* rt-3.8*

IGNORE=	use www/rt38
DEPRECATED=	${IGNORE}
EXPIRE_DATE=	2009-02-01

USE_PERL5=	5.8.0+	# dependencies require it
ALL_TARGETS=	testdeps fixdeps

WRKSRC=		${WRKDIR}/rt-${RT_VERSION}
RT_VERSION=	${PORTVERSION:C/\./-/g}
RT_PATH?=	${PREFIX}/rt2
DB_TYPE?=	mysql
DB_DBA_PASSWORDD?=
DB_HOST?=	localhost
DB_RT_PASS=	rt_pass

MAN3=		RT::Links.3 RT::Watchers.3 RT::Group.3 RT::Keyword.3 \
		RT::Record.3 RT::ScripConditions.3 RT::Action::Generic.3 \
		RT::Transaction.3 RT::Interface::Email.3 RT::Link.3 \
		RT.3 RT::Watcher.3 RT::ObjectKeywords.3 RT::EasySearch.3 \
		RT::ScripActions.3 RT::Scrip.3 RT::GroupMembers.3 \
		RT::Action::SendPasswordEmail.3 RT::Transactions.3 \
		RT::Scrips.3 RT::Action::SendEmail.3 RT::User.3 \
		RT::ScripCondition.3 RT::Users.3 RT::Ticket.3 \
		RT::ACE.3 RT::Queue.3 RT::Interface::CLI.3 RT::Tickets.3 \
		RT::GroupMember.3 RT::Template.3 RT::Templates.3 \
		RT::Queues.3 RT::Date.3 RT::CurrentUser.3 RT::ScripAction.3 \
		RT::Keywords.3 RT::ObjectKeyword.3 RT::Attachment.3 \
		RT::Groups.3 RT::KeywordSelect.3 RT::Condition::Generic.3 \
		RT::Handle.3 RT::ACL.3 RT::Attachments.3

.include <bsd.port.pre.mk>

.if ${DB_TYPE} == "Pg"
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
.else
DB_TYPE=	mysql
BUILD_DEPENDS+=	${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server
.endif

RUN_DEPENDS+=	${BUILD_DEPENDS}

MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
MAKE_ENV=	MAN3PREFIX=${MAN3PREFIX}

.if defined(INSTALL_NEW)
INSTALL_TARGET=	dropdb install
.else
INSTALL_TARGET=	upgrade
.endif

pre-everything::
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "You may use the following build options:"
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "	DB_DBA_PASSWORD=password	Your password of MySQL root ();"
	@@${ECHO_MSG} "	DB_HOST=hostname		Where MySQL resident (localhost);"
	@@${ECHO_MSG} "	DB_RT_PASS=password		Your password of MySQL RT user (rt_pass);"
	@@${ECHO_MSG} "	DB_TYPE=type			Pg for postgresql, mysql for MySQL (mysql);"
	@@${ECHO_MSG} "	INSTALL_NEW			Install a fresh port, otherwise just upgrade;"
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "IMPORTANT!!! If you want to install a fresh new port, define INSTALL_NEW to do so, otherwise this port just do a upgrade."
	@@${ECHO_MSG} ""

post-patch:
.for _FILE in tools/testdeps
	${REINPLACE_CMD} 's,/usr/bin/perl,${PERL},' ${WRKSRC}/${_FILE}
	${CHMOD} +x ${WRKSRC}/${_FILE}
.endfor
.for _NAME in RT_PATH DB_DBA_PASSWORD DB_HOST DB_RT_PASS DB_TYPE
	@@${REINPLACE_CMD} "s!%%${_NAME}%%!${${_NAME}}!g" ${WRKSRC}/Makefile
.endfor

pre-install:
	@@${MKDIR} /var/log/rt2

post-install:
	@@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/rt2/README
	@@${CHOWN} -R www /var/log/rt2
	@@${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.27
log
@               PLEASE WELCOME www/rt38

o www/rt3 has marked been IGNORE for at least one year, so has been removed.
o All www/rt* ports are now deprecated and will be removed 2008-02-01
  except www/rt36.
o GID 180 has been registered officially for rt's use.
o exactly one of www/rt36 or www/rt38 may be installed at any one time

www/p5-RT* and www/p5-RTx* will be updated shortly to depend on www/rt38.

www/rt38 is now packageable.  This means that you have to run some scripts
BY HAND after the port installation is done.

PR:             ports/125745, ports/125785
Requested by:   several on ports@@
Approved by:    vivek@@khera.org (previous rt maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.26
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d45 6
@


1.25
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d45 1
a45 1
USE_PERL5=	yes
a72 4
.if ${PERL_LEVEL} < 500800
IGNORE=		dependencies require perl 5.8.0 or later. Install lang/perl5.8 and try again
.endif

@


1.24
log
@Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
@
text
@d86 1
a86 1
MAN3PREFIX=	${TARGETDIR}/lib/perl5/${PERL_VERSION}
@


1.23
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d86 1
a86 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.22
log
@- Change my ports MAINTAINER to jmelo@@FreeBSD.org.

Approved by:	mnag (mentor)
@
text
@a44 1
USE_REINPLACE=	yes
@


1.21
log
@Fix plist for 5.8.8.  IGNORE this port for older perls, since some of
its dependencies require 5.8.X.  Bump PORTREVISION.

Approved by:	portmgr (kris/semi-implicit)
@
text
@d15 1
a15 1
MAINTAINER=	jmelo@@freebsdbrasil.com.br
@


1.20
log
@- Respect PREFIX
- Cosmetic changes

PR:		ports/88673
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	2
d74 4
a78 3
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13
.else
a79 1
.endif
@


1.19
log
@- Use pure_install instead install to don't create perllocal.pod to fix pkg-plist
- fixed URL
- Unbreak
- Pass maintainership to submitter

PR:		ports/85234
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
Approved by:	portmgr (clement)
@
text
@d45 4
d51 1
d53 18
d85 1
a85 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d87 2
a88 2
USE_REINPLACE=	yes
USE_PERL5=	yes
d90 5
a94 50
RT_PATH?=	${PREFIX}/rt2
DB_DBA_PASSWORDD?=
DB_HOST?=	localhost
DB_RT_PASS=	rt_pass

MAN3=		RT::Links.3 \
		RT::Watchers.3 \
		RT::Group.3 \
		RT::Keyword.3 \
		RT::Record.3 \
		RT::ScripConditions.3 \
		RT::Action::Generic.3 \
		RT::Transaction.3 \
		RT::Interface::Email.3 \
		RT::Link.3 \
		RT.3 \
		RT::Watcher.3 \
		RT::ObjectKeywords.3 \
		RT::EasySearch.3 \
		RT::ScripActions.3 \
		RT::Scrip.3 \
		RT::GroupMembers.3 \
		RT::Action::SendPasswordEmail.3 \
		RT::Transactions.3 \
		RT::Scrips.3 \
		RT::Action::SendEmail.3 \
		RT::User.3 \
		RT::ScripCondition.3 \
		RT::Users.3 \
		RT::Ticket.3 \
		RT::ACE.3 \
		RT::Queue.3 \
		RT::Interface::CLI.3 \
		RT::Tickets.3 \
		RT::GroupMember.3 \
		RT::Template.3 \
		RT::Templates.3 \
		RT::Queues.3 \
		RT::Date.3 \
		RT::CurrentUser.3 \
		RT::ScripAction.3 \
		RT::Keywords.3 \
		RT::ObjectKeyword.3 \
		RT::Attachment.3 \
		RT::Groups.3 \
		RT::KeywordSelect.3 \
		RT::Condition::Generic.3 \
		RT::Handle.3 \
		RT::ACL.3 \
		RT::Attachments.3
a113 2

do-build:
a116 2
	@@cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile testdeps
	@@cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile fixdeps
d118 1
a118 1
do-install:
d120 2
a121 6
.if defined(INSTALL_NEW)
	-@@cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile dropdb
	@@cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile install
.else
	@@cd ${WRKSRC} && ${MAKE} -f ${WRKSRC}/Makefile upgrade
.endif
a123 2

post-install:
@


1.18
log
@* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.fsck.com/pub/rt/release/
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
a157 4
.if ${OSVERSION} >= 502000
BROKEN=		"Broken pkg-plist"
.endif

@


1.17
log
@Chase dependency on p5-DBD-Pg.
(Use p5-DBD-Pg-13 on FreeBSD 4.x and Perl 5.00503)
@
text
@d10 1
a10 1
PORTREVISION=	1
d19 2
a161 7
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+=	${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
.endif

@


1.16
log
@Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@@ (kris), ade & sean (mentors)
@
text
@d47 2
d50 3
d54 1
a155 2
.include <bsd.port.pre.mk>

@


1.15
log
@After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all
these ports were broken because they always depended on it. I've rearranged all
the dependencies to fit the new scheme.
@
text
@d48 1
a48 2
BUILD_DEPENDS+=	${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql7 \
		${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
@


1.14
log
@BROKEN on 5.x: broken pkg-plist
@
text
@d41 1
a41 2
		${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \
		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
d157 2
d161 1
a161 1
RUN_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
@


1.13
log
@Unbreak by removing hardcoding of perl.
PR: ports/55638.
Submitted by: ian j hart <ianjhart@@ntlworld.com>.
@
text
@d154 4
@


1.12
log
@Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
@
text
@d2 1
a2 1
# Date created:        12 Auguest 2002
d10 1
a42 2

BROKEN=         "Does not build"
@


1.11
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@a58 1
SITE_PERL=	${SITE_PERL}
@


1.10
log
@KATO mega patch

- ECHO -> ECHO_MSG

For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD

PR:		ports/56820-56858
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@d59 1
a59 1
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
@


1.9
log
@Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:	portmgr (marcus)
@
text
@d114 12
a125 12
pre-fetch:
	@@${ECHO} ""
	@@${ECHO} "You may use the following build options:"
	@@${ECHO} ""
	@@${ECHO} "	DB_DBA_PASSWORD=password	Your password of MySQL root ();"
	@@${ECHO} "	DB_HOST=hostname		Where MySQL resident (localhost);"
	@@${ECHO} "	DB_RT_PASS=password		Your password of MySQL RT user (rt_pass);"
	@@${ECHO} "	DB_TYPE=type			Pg for postgresql, mysql for MySQL (mysql);"
	@@${ECHO} "	INSTALL_NEW			Install a fresh port, otherwise just upgrade;"
	@@${ECHO} ""
	@@${ECHO} "IMPORTANT!!! If you want to install a fresh new port, define INSTALL_NEW to do so, otherwise this port just do a upgrade."
	@@${ECHO} ""
@


1.8
log
@This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it.  If you are interested
in saving this port, please send your patches to the maintainer.  If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr.
@
text
@a20 1
		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
@


1.7
log
@drop maintainership

Submitted by:	maintainer
@
text
@@


1.6
log
@Mark BROKEN on all versions, not just 5.1
@
text
@d14 1
a14 1
MAINTAINER=	plasmaball@@pchome.com.tw
@


1.5
log
@BROKEN on 5.1: does not build
@
text
@a43 3
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
a44 1
.endif
d154 2
@


1.4
log
@Remove errornous reference to ${LOCALBASE}/var
@
text
@d44 6
a157 2

.include <bsd.port.pre.mk>
@


1.3
log
@www/rt2 upgrade to 2.0.15

Note: I haven't been able to test it on in mysql environment, I'll
keep an eye on bento for any problems.

PR:		ports/47106
Submitted by:	plasma <plasma@@freebsd.sinica.edu.tw>
@
text
@d140 1
a140 1
	@@${MKDIR} ${LOCALBASE}/var/log/rt2
@


1.2
log
@Update RT to make it build.
2.0.15 is pending maintainer communications with the committer.
We are also working on a RT3 port.
@
text
@a7 1

d9 1
a9 2
PORTVERSION=	2.0.14
RT_VERSION=    ${PORTVERSION:C/\./-/g}
d12 1
a12 3
RT_VERSION=    ${PORTVERSION:C/\./-/g}
DISTFILES=     rt-${RT_VERSION}.tar.gz
WRKSRC=        ${WRKDIR}/rt-${RT_VERSION}
d15 1
a25 1
		${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
d36 1
a36 1
		${SITE_PERL}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
d40 3
a42 1
		${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash
d44 2
d49 2
a50 1
BUILD_DEPENDS+=	${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql7
d63 1
a63 1
DB_DBA_PASSWORDD?=	
d126 6
d140 1
a140 1
	@@${MKDIR} /var/log/rt2
d153 8
a160 1
.include <bsd.port.mk>
@


1.1
log
@Add rt2 2.0.14,
rT is an industrial-grade ticketing system written
in Perl.

PR:		41701
Submitted by:	plasma
@
text
@d8 1
d11 1
d14 3
a16 2
WRKSRC=		${WRKDIR}/rt-2-0-14
DISTFILES=	rt.tar.gz
@

