ports/161230: japanese/xgate: update tomcat dependency
Rene Ladan
rene at FreeBSD.org
Sun Oct 2 12:20:07 UTC 2011
>Number: 161230
>Category: ports
>Synopsis: japanese/xgate: update tomcat dependency
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Oct 02 12:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Rene Ladan
>Release: FreeBSD 9.0-BETA3
>Organization:
>Environment:
FreeBSD acer 9.0-BETA3 FreeBSD 9.0-BETA3 #0 r225874: Thu Sep 29 16:29:00 CEST 2011 rene at acer:/usr/obj/usr/src/9/sys/ACER amd64
>Description:
The www/tomcat41 port is unmaintained upstream and on FreeBSD and expired on 2011-09-10
Adjust the dependency of this port to use www/tomcat6 instead (untested because the distribution file cannot be fetched).
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/japanese/xgate/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile 21 Jul 2011 04:29:12 -0000 1.11
+++ Makefile 2 Oct 2011 12:08:17 -0000
@@ -16,7 +16,7 @@
MAINTAINER= nork at FreeBSD.org
COMMENT= xGate webmail system implemented by Servlet over IMAP4/POP3
-RUN_DEPENDS= tomcat41ctl:${PORTSDIR}/www/tomcat41
+RUN_DEPENDS= ${APP_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6
BROKEN= fails to fetch
@@ -43,7 +43,7 @@
.include <bsd.port.pre.mk>
-APP_HOME!= ${MAKE} -C ${PORTSDIR}/www/tomcat41 -VAPP_HOME
+APP_HOME!= ${MAKE} -C ${PORTSDIR}/www/tomcat6 -VAPP_HOME
CNFLSTS= account/admin.ndt \
account/license.dat \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list