From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 11 16:20:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9586B106566B for ; Thu, 11 Aug 2011 16:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7B2358FC0A for ; Thu, 11 Aug 2011 16:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7BGK7Rp080143 for ; Thu, 11 Aug 2011 16:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7BGK7eV080142; Thu, 11 Aug 2011 16:20:07 GMT (envelope-from gnats) Resent-Date: Thu, 11 Aug 2011 16:20:07 GMT Resent-Message-Id: <201108111620.p7BGK7eV080142@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C4F71065677 for ; Thu, 11 Aug 2011 16:19:41 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 2C89E8FC0C for ; Thu, 11 Aug 2011 16:19:40 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id CE4906FD29F for ; Thu, 11 Aug 2011 09:19:40 -0700 (PDT) Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kiNKJLfqAOpe for ; Thu, 11 Aug 2011 09:19:40 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id A9EA06F25A0 for ; Thu, 11 Aug 2011 09:19:40 -0700 (PDT) Received: (nullmailer pid 74564 invoked by uid 1001); Thu, 11 Aug 2011 16:18:56 -0000 Message-Id: <1313079536.897510.74563.nullmailer@experts-exchange.com> Date: Thu, 11 Aug 2011 09:18:56 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159691: [patch] www/axis: deprecation of www/tomcat41, cleanup deps. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2011 16:20:08 -0000 >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: