Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2001 12:00:07 +0100 (CET)
From:      Michael Lyngbøl <michael@lyngbol.dk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26027: update: www/jakarta-tomcat to 3.2.1
Message-ID:  <200103231100.MAA06913@loke.pil.dk>

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

>Number:         26027
>Category:       ports
>Synopsis:       update: www/jakarta-tomcat to 3.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 23 03:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael Lyngbøl
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
>Environment:

	FreeBSD loke.pil.dk 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Thu Oct 19 01:41:18 CEST 2000     lyngbol@ymer.pil.dk:/usr/src/sys/compile/LOKE  i386

>Description:

	Update to 3.2.1

>How-To-Repeat:

	

>Fix:

diff -urN jakarta-tomcat.orig/Makefile jakarta-tomcat/Makefile
--- jakarta-tomcat.orig/Makefile	Thu Mar 22 21:47:01 2001
+++ jakarta-tomcat/Makefile	Thu Mar 22 23:36:23 2001
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	jakarta-tomcat
-PORTVERSION=	3.1
+PORTVERSION=	3.2.1
 CATEGORIES=	www
 MASTER_SITES=	http://jakarta.apache.org/builds/tomcat/release/v${PORTVERSION}/bin/
-DISTNAME=	${PORTNAME}
 DIST_SUBDIR=	jakarta/tomcat/${PORTVERSION}
 
 MAINTAINER=	des@FreeBSD.org
diff -urN jakarta-tomcat.orig/distinfo jakarta-tomcat/distinfo
--- jakarta-tomcat.orig/distinfo	Thu Mar 22 21:47:01 2001
+++ jakarta-tomcat/distinfo	Thu Mar 22 22:52:29 2001
@@ -1 +1 @@
-MD5 (jakarta/tomcat/3.1/jakarta-tomcat.tar.gz) = 8c3090a00917ca07de26d52529ae7d85
+MD5 (jakarta/tomcat/3.2.1/jakarta-tomcat-3.2.1.tar.gz) = 43178931ed737cfd92bdde22ed37c98c
diff -urN jakarta-tomcat.orig/pkg-plist jakarta-tomcat/pkg-plist
--- jakarta-tomcat.orig/pkg-plist	Thu Mar 22 21:47:01 2001
+++ jakarta-tomcat/pkg-plist	Thu Mar 22 23:19:43 2001
@@ -1,24 +1,38 @@
 tomcat/LICENSE
 tomcat/bin/ant
+tomcat/bin/ant.bat
 tomcat/bin/antRun
+tomcat/bin/antRun.bat
+tomcat/bin/cpappend.bat
+tomcat/bin/jspc.bat
 tomcat/bin/jspc.sh
+tomcat/bin/shutdown.bat
 tomcat/bin/shutdown.sh
+tomcat/bin/startup.bat
 tomcat/bin/startup.sh
+tomcat/bin/tomcat.bat
 tomcat/bin/tomcat.sh
+tomcat/bin/tomcatEnv.bat
 tomcat/conf/build.xml
 tomcat/conf/jni_server.xml
 tomcat/conf/jni_workers.properties
 tomcat/conf/manifest.servlet
+tomcat/conf/mod_jk.conf
 tomcat/conf/obj.conf
-tomcat/conf/server.dtd
 tomcat/conf/server.xml
+tomcat/conf/test-tomcat.xml
 tomcat/conf/tomcat-users.xml
 tomcat/conf/tomcat.conf
+tomcat/conf/tomcat.policy
 tomcat/conf/tomcat.properties
 tomcat/conf/uriworkermap.properties
 tomcat/conf/web.dtd
 tomcat/conf/web.xml
 tomcat/conf/workers.properties
+tomcat/conf/wrapper.properties
+tomcat/doc/JDBCRealm.howto
+tomcat/doc/NT-Service-howto.html
+tomcat/doc/Tomcat-Workers-HowTo.html
 tomcat/doc/appdev/build.xml.txt
 tomcat/doc/appdev/contents.html
 tomcat/doc/appdev/deployment.html
@@ -28,7 +42,8 @@
 tomcat/doc/appdev/installation.html
 tomcat/doc/appdev/introduction.html
 tomcat/doc/appdev/processes.html
-tomcat/doc/appdev/sample/build
+tomcat/doc/appdev/sample/build.bat
+tomcat/doc/appdev/sample/build.sh
 tomcat/doc/appdev/sample/build.xml
 tomcat/doc/appdev/sample/etc/web.xml
 tomcat/doc/appdev/sample/src/Hello.java
@@ -38,31 +53,41 @@
 tomcat/doc/appdev/source.html
 tomcat/doc/appdev/tomcat.gif
 tomcat/doc/appdev/web.xml.txt
+tomcat/doc/faq
+tomcat/doc/in-process-howto.html
+tomcat/doc/index.html
+tomcat/doc/mod_jk-howto.html
 tomcat/doc/readme
+tomcat/doc/tomcat-apache-howto.html
+tomcat/doc/tomcat-iis-howto.html
+tomcat/doc/tomcat-netscape-howto.html
+tomcat/doc/tomcat-ssl-howto.html
 tomcat/doc/uguide/images/banner.gif
+tomcat/doc/uguide/images/tomcat.gif
 tomcat/doc/uguide/style.css
+tomcat/doc/uguide/tomcat-security.html
 tomcat/doc/uguide/tomcat_ug.html
 tomcat/lib/ant.jar
 tomcat/lib/jasper.jar
+tomcat/lib/jaxp.jar
+tomcat/lib/parser.jar
 tomcat/lib/servlet.jar
 tomcat/lib/webserver.jar
-tomcat/lib/xml.jar
 tomcat/webapps/ROOT.war
 tomcat/webapps/admin.war
 tomcat/webapps/examples.war
 tomcat/webapps/test.war
 @dirrm tomcat/webapps
+@dirrm tomcat/doc/uguide/images
+@dirrm tomcat/doc/uguide
 @dirrm tomcat/doc/appdev/sample/web/images
 @dirrm tomcat/doc/appdev/sample/web
-@dirrm tomcat/doc/appdev/sample/src
 @dirrm tomcat/doc/appdev/sample/etc
+@dirrm tomcat/doc/appdev/sample/src
 @dirrm tomcat/doc/appdev/sample
-@dirrm tomcat/lib
-@dirrm tomcat/doc/uguide/images
-@dirrm tomcat/doc/uguide
-@dirrm tomcat/doc/faq
 @dirrm tomcat/doc/appdev
 @dirrm tomcat/doc
+@dirrm tomcat/lib
 @dirrm tomcat/conf
 @dirrm tomcat/bin
 @dirrm tomcat
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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