summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2004-10-24 16:42:11 +0000
committerclsung <clsung@FreeBSD.org>2004-10-24 16:42:11 +0000
commit2b01569a0fc1702990ef6f46a8b677e22dd99082 (patch)
tree2dc58550ccde7329846bed580c51ac2dc135756d /www
parent9a208ce39017707a2872b7d341777eb1a9db557e (diff)
downloadFreeBSD-ports-2b01569a0fc1702990ef6f46a8b677e22dd99082.zip
FreeBSD-ports-2b01569a0fc1702990ef6f46a8b677e22dd99082.tar.gz
- Update to 20041022
- add support with apache2 native API PR: ports/73031 Approved by: maintainer (Autrijus Tang), co-mentor (vanilla)
Diffstat (limited to 'www')
-rw-r--r--www/rt3-elixus/Makefile10
-rw-r--r--www/rt3-elixus/distinfo4
-rw-r--r--www/rt3-elixus/pkg-plist2
3 files changed, 11 insertions, 5 deletions
diff --git a/www/rt3-elixus/Makefile b/www/rt3-elixus/Makefile
index c5866e9..b40d35a 100644
--- a/www/rt3-elixus/Makefile
+++ b/www/rt3-elixus/Makefile
@@ -5,22 +5,26 @@
# $FreeBSD$
#
-PORTVERSION= 20040921
-PORTREVISION= 0
+PORTVERSION= 20041022
MASTER_SITES= http://p4.elixus.org/hist/
PKGNAMESUFFIX= -elixus
+MAINTAINER= autrijus@autrijus.org
COMMENT= An industrial-grade ticketing system with elixus.org patches
BUILD_DEPENDS= ${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \
${SITE_PERL}/Test/MockObject.pm:${PORTSDIR}/devel/p5-Test-MockObject \
+ ${SITE_PERL}/HTML/Scrubber.pm:${PORTSDIR}/www/p5-HTML-Scrubber \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
+.if defined(WITH_APACHE2)
+BUILD_DEPENDS+= ${SITE_PERL}/MasonX/Apache2Handler.pm:${PORTSDIR}/www/p5-MasonX-Apache2Handler
+.endif
+
MASTERDIR= ${.CURDIR}/../../www/rt3
MD5_FILE= ${.CURDIR}/distinfo
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
-WRKSRC= ${WRKDIR}/rt
do-patch:
${TRUE}
diff --git a/www/rt3-elixus/distinfo b/www/rt3-elixus/distinfo
index 2dbc16f..1f99542 100644
--- a/www/rt3-elixus/distinfo
+++ b/www/rt3-elixus/distinfo
@@ -1,2 +1,2 @@
-MD5 (rt-20040921.tar.gz) = 070caf651c722bbe0928ac09449cc92d
-SIZE (rt-20040921.tar.gz) = 1286371
+MD5 (rt-20041022.tar.gz) = e88d8721b18b3c93ce86fb424146545d
+SIZE (rt-20041022.tar.gz) = 1300975
diff --git a/www/rt3-elixus/pkg-plist b/www/rt3-elixus/pkg-plist
index 9d2b16e..a3f243a 100644
--- a/www/rt3-elixus/pkg-plist
+++ b/www/rt3-elixus/pkg-plist
@@ -655,6 +655,7 @@ rt3/share/html/Work/Tickets/Cc
rt3/share/html/Work/Tickets/Create.html
rt3/share/html/Work/Tickets/Display.html
rt3/share/html/Work/Tickets/Elements/AddAttachments
+rt3/share/html/Work/Tickets/Elements/AddOwner
rt3/share/html/Work/Tickets/Elements/AddContent
rt3/share/html/Work/Tickets/Elements/AddSubject
rt3/share/html/Work/Tickets/Elements/EditBasics
@@ -665,6 +666,7 @@ rt3/share/html/Work/Tickets/Elements/EditCustomFieldValues
rt3/share/html/Work/Tickets/Elements/EditCustomFields
rt3/share/html/Work/Tickets/Elements/EditHistory
rt3/share/html/Work/Tickets/Elements/EditLinks
+rt3/share/html/Work/Tickets/Elements/EditOverview
rt3/share/html/Work/Tickets/Elements/EditPeople
rt3/share/html/Work/Tickets/Elements/EditWatchers
rt3/share/html/Work/Tickets/Elements/ProcessEntryUpdates
OpenPOWER on IntegriCloud