Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2011 09:18:56 -0700
From:      Jason Helfman <jhelfman@experts-exchange.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159691: [patch] www/axis: deprecation of www/tomcat41, cleanup deps.
Message-ID:  <1313079536.897510.74563.nullmailer@experts-exchange.com>
Resent-Message-ID: <201108111620.p7BGK7eV080142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159691
>Category:       ports
>Synopsis:       [patch] www/axis: deprecation of www/tomcat41, cleanup deps.
>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:   Thu Aug 11 16:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
Experts Exchange, LLC.
>Environment:
System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
www/tomcat41 is set for deprecation
update port dependencies against tomcat55 and tomcat6
>How-To-Repeat:
	
>Fix:

Index: www/axis/Makefile
===================================================================
RCS file: /home/jhelfman/ncvs/ports/www/axis/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- www/axis/Makefile	21 Jul 2011 05:02:59 -0000	1.21
+++ www/axis/Makefile	11 Aug 2011 04:39:15 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=		axis
 PORTVERSION=		1.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=		www java
 MASTER_SITES=		${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	ws/axis/${PORTVERSION:S,.,_,g}
@@ -20,16 +20,16 @@
 #
 .if exists(${LOCALBASE}/tomcat5.5/webapps)
 WEBAPPDIR=	${PREFIX}/tomcat5.5/webapps
-BUILD_DEPENDS+=	${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55
-RUN_DEPENDS+=	${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55
-.elif exists(${LOCALBASE}/jakarta-tomcat4.1/webapps)
-WEBAPPDIR=	${PREFIX}/jakarta-tomcat4.1/webapps
-BUILD_DEPENDS+=	${LOCALBASE}/jakarta-tomcat4.1:${PORTSDIR}/www/tomcat41
-RUN_DEPENDS+=	${LOCALBASE}/jakarta-tomcat4.1:${PORTSDIR}/www/tomcat41
+BUILD_DEPENDS+=	${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55
+RUN_DEPENDS+=	${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55
+.elif exists(${LOCALBASE}/apache-tomcat-6.0/webapps)
+WEBAPPDIR=	${PREFIX}/apache-tomcat-6.0/webapps
+BUILD_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6
+RUN_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6
 .else
 WEBAPPDIR=	${PREFIX}/tomcat5.5/webapps
-BUILD_DEPENDS+=	${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55
-RUN_DEPENDS+=	${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55
+BUILD_DEPENDS+=	${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55
+RUN_DEPENDS+=	${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55
 .endif
 
 NO_BUILD=	YES
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1313079536.897510.74563.nullmailer>