ports/73031: [PATCH] www/rt-elixus: update to 20041022

Cheng-Lung Sung clsung at tw.freebsd.org
Sat Oct 23 07:50:23 UTC 2004


>Number:         73031
>Category:       ports
>Synopsis:       [PATCH] www/rt-elixus: update to 20041022
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 23 07:50:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004
>Description:
- Update to 20041022
- add support with apache2 native API

Port maintainer (autrijus at autrijus.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- rt-elixus-20041022.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/rt3-elixus/Makefile,v
retrieving revision 1.16
diff -u -u -r1.16 Makefile
--- Makefile	22 Sep 2004 02:17:20 -0000	1.16
+++ Makefile	23 Oct 2004 07:43:43 -0000
@@ -2,25 +2,29 @@
 # Date created:				5 May 2003
 # Whom:					autrijus
 #
-# $FreeBSD: ports/www/rt3-elixus/Makefile,v 1.16 2004/09/22 02:17:20 clsung Exp $
+# $FreeBSD: ports/www/rt3-elixus/Makefile,v 1.15 2004/05/18 07:21:45 demon Exp $
 #
 
-PORTVERSION=	20040921
-PORTREVISION=	0
+PORTVERSION=	20041022
 MASTER_SITES=	http://p4.elixus.org/hist/
 PKGNAMESUFFIX=	-elixus
 
+MAINTAINER=	autrijus at 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}
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/rt3-elixus/distinfo,v
retrieving revision 1.14
diff -u -u -r1.14 distinfo
--- distinfo	24 Sep 2004 03:07:19 -0000	1.14
+++ distinfo	23 Oct 2004 07:43:43 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/rt3-elixus/pkg-plist,v
retrieving revision 1.7
diff -u -u -r1.7 pkg-plist
--- pkg-plist	24 Sep 2004 03:07:19 -0000	1.7
+++ pkg-plist	23 Oct 2004 07:43:43 -0000
@@ -655,6 +655,7 @@
 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/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
--- rt-elixus-20041022.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list