diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-12-27 11:38:24 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-12-27 11:38:24 +0800 |
commit | 45ea890ae0ce6481804e34c3f34c2c184831a99f (patch) | |
tree | d25f8a8c5a834656c0199fad6d8af1d0e9cfc0a1 /www/rt36/Makefile | |
parent | 9633be78e489a0b6719ca88884c6b7d94a7ec915 (diff) | |
download | freebsd-ports-gnome-45ea890ae0ce6481804e34c3f34c2c184831a99f.tar.gz freebsd-ports-gnome-45ea890ae0ce6481804e34c3f34c2c184831a99f.tar.zst freebsd-ports-gnome-45ea890ae0ce6481804e34c3f34c2c184831a99f.zip |
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)
Diffstat (limited to 'www/rt36/Makefile')
-rw-r--r-- | www/rt36/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/rt36/Makefile b/www/rt36/Makefile index f2dfd02e4832..e6d70ed829e7 100644 --- a/www/rt36/Makefile +++ b/www/rt36/Makefile @@ -16,9 +16,11 @@ MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= vivek@khera.org +MAINTAINER= pgollucci@p6m7g8.com COMMENT= RT is an industrial-grade ticketing system written in Perl +CONFLICTS= rt-2* rt-3.0* rt-3.2* rt-3.4* rt-3.8* + PERL_MODULES = ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ |