Date: Wed, 24 Sep 2003 20:14:50 +0200 From: Angelo Turetta <aturetta@commit.it> To: liukang@bjpu.edu.cn Cc: ports@FreeBSD.org Subject: jakarta-tomcat5 update to 5.0.12 Message-ID: <3F71DF1A.4040404@commit.it>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------050205020905000304030704 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Version 5.0.10(alpha) is no more fetchable, here is the patch to upgrade the port to 5.0.12(beta) Thanks, Angelo Turetta Commit --------------050205020905000304030704 Content-Type: text/plain; name="jakarta-tomcat5.0.12.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="jakarta-tomcat5.0.12.patch" Common subdirectories: /mnt/www/jakarta-tomcat5/CVS and ./CVS diff -u /mnt/www/jakarta-tomcat5/Makefile ./Makefile --- /mnt/www/jakarta-tomcat5/Makefile Tue Sep 9 08:42:33 2003 +++ ./Makefile Tue Sep 23 16:54:02 2003 @@ -6,9 +6,9 @@ # PORTNAME= jakarta-tomcat -PORTVERSION= 5.0.10 +PORTVERSION= 5.0.12 CATEGORIES= www java -MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-5/v${PORTVERSION}-alpha/bin/ +MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-5/v${PORTVERSION}-beta/bin/ MAINTAINER= liukang@bjpu.edu.cn COMMENT= Open-source Java web server by Apache, 5.0.x branch diff -u /mnt/www/jakarta-tomcat5/distinfo ./distinfo --- /mnt/www/jakarta-tomcat5/distinfo Tue Sep 9 08:42:33 2003 +++ ./distinfo Tue Sep 23 16:57:53 2003 @@ -1 +1,2 @@ +MD5 (jakarta-tomcat-5.0.12.tar.gz) = f74f15c7b5b6b0c80d4ac42c82c6e075 MD5 (jakarta-tomcat-5.0.10.tar.gz) = 691fa83783bcd95b433b8699221724c5 Common subdirectories: /mnt/www/jakarta-tomcat5/files and ./files diff -u /mnt/www/jakarta-tomcat5/pkg-plist ./pkg-plist --- /mnt/www/jakarta-tomcat5/pkg-plist Tue Sep 9 08:42:33 2003 +++ ./pkg-plist Tue Sep 23 17:16:27 2003 @@ -9,6 +9,7 @@ %%T%%/bin/catalina.xml %%T%%/bin/commons-daemon.jar %%T%%/bin/commons-launcher.jar +%%T%%/bin/commons-logging-api.jar %%T%%/bin/digest.sh %%T%%/bin/jsvc.tar.gz %%T%%/bin/launcher.properties @@ -25,7 +26,6 @@ %%T%%/common/lib/commons-collections.jar %%T%%/common/lib/commons-dbcp.jar %%T%%/common/lib/commons-el.jar -%%T%%/common/lib/commons-logging-api.jar %%T%%/common/lib/commons-pool.jar %%T%%/common/lib/jasper-compiler.jar %%T%%/common/lib/jasper-runtime.jar @@ -57,9 +57,8 @@ %%T%%/server/lib/commons-beanutils.jar %%T%%/server/lib/commons-digester.jar %%T%%/server/lib/commons-fileupload-1.0.jar -%%T%%/server/lib/commons-logging.jar %%T%%/server/lib/commons-modeler.jar -%%T%%/server/lib/jakarta-regexp-1.2.jar +%%T%%/server/lib/jakarta-regexp-1.3.jar %%T%%/server/lib/jkconfig.jar %%T%%/server/lib/jkshm.jar %%T%%/server/lib/servlets-cgi.renametojar @@ -474,9 +473,9 @@ %%T%%/webapps/servlets-examples/reqinfo.html %%T%%/webapps/servlets-examples/reqparams.html %%T%%/webapps/servlets-examples/sessions.html -%%T%%/webapps/tomcat-docs/BUILDING.txt %%T%%/webapps/tomcat-docs/RELEASE-NOTES.txt -%%T%%/webapps/tomcat-docs/RUNNING.txt +%%T%%/webapps/tomcat-docs/build.xml +%%T%%/webapps/tomcat-docs/building.html %%T%%/webapps/tomcat-docs/WEB-INF/web.xml %%T%%/webapps/tomcat-docs/appdev/build.xml.txt %%T%%/webapps/tomcat-docs/appdev/deployment.html @@ -1537,6 +1536,7 @@ %%T%%/webapps/tomcat-docs/jspapi/stylesheet.css %%T%%/webapps/tomcat-docs/manager-howto.html %%T%%/webapps/tomcat-docs/mbeans-descriptor-howto.html +%%T%%/webapps/tomcat-docs/printer/building.html %%T%%/webapps/tomcat-docs/printer/cgi-howto.html %%T%%/webapps/tomcat-docs/printer/changelog.html %%T%%/webapps/tomcat-docs/printer/class-loader-howto.html --------------050205020905000304030704--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F71DF1A.4040404>