Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2011 09:23:23 -0700
From:      Jason Helfman <jhelfman@experts-exchange.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159692: [patch] www/jetspeed: deprecation of www/tomcat41, update deps.
Message-ID:  <1313079803.823685.74822.nullmailer@experts-exchange.com>
Resent-Message-ID: <201108111630.p7BGU9MM088408@freefall.freebsd.org>

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

>Number:         159692
>Category:       ports
>Synopsis:       [patch] www/jetspeed: deprecation of www/tomcat41, update deps.
>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:   Thu Aug 11 16:30:09 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:
deprecation has been set for www/tomcat41
update dependencies for tomcat to tomcat55
shorten dependency for ant

>How-To-Repeat:
	
>Fix:


Index: www/jetspeed/Makefile
===================================================================
RCS file: /home/jhelfman/ncvs/ports/www/jetspeed/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- www/jetspeed/Makefile	21 Jul 2011 05:03:00 -0000	1.18
+++ www/jetspeed/Makefile	11 Aug 2011 16:21:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	jetspeed
 PORTVERSION=	1.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www java
 MASTER_SITES=	http://www.apache.org/dist/portals/jetspeed-1/
 #MASTER_SITE_SUBDIR=jetspeed/binaries
@@ -16,8 +16,8 @@
 MAINTAINER=	wenheping@gmail.com
 COMMENT=	Jetspeed is an Open Source Portal, written in Java and XML
 
-RUN_DEPENDS=	${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \
-		${JAKARTA_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat41
+RUN_DEPENDS=	ant:${PORTSDIR}/devel/apache-ant \
+		${JAKARTA_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55
 
 WRKSRC=		${WRKDIR}/${DISTNAME:C/-war//}
 USE_ZIP=	yes
@@ -26,7 +26,7 @@
 
 NO_BUILD=	yes
 
-JAKARTA_HOME=	${LOCALBASE}/apache-tomcat4.1
+JAKARTA_HOME=	${LOCALBASE}/tomcat5.5
 
 do-install:
 	@${INSTALL_DATA} ${WRKSRC}/jetspeed.war ${JAKARTA_HOME}/webapps
Index: www/jetspeed/pkg-plist
===================================================================
RCS file: /home/jhelfman/ncvs/ports/www/jetspeed/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- www/jetspeed/pkg-plist	12 Mar 2008 23:02:43 -0000	1.6
+++ www/jetspeed/pkg-plist	11 Aug 2011 03:27:03 -0000
@@ -1,4 +1,4 @@
-apache-tomcat4.1/webapps/jetspeed.war
+tomcat5.5/webapps/jetspeed.war
 %%PORTDOCS%%%%DOCSDIR%%/Activation-License.txt
 %%PORTDOCS%%%%DOCSDIR%%/INSTALL
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
>Release-Note:
>Audit-Trail:
>Unformatted:



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