[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
UPDATE: www/jakarta-tomcat/v4 -> 4.1.30
Standard point update plus allow run depend to resolve to native
jdk and DESCR revision.
I've completed a v5 port and will send it to the list when 5.0.26
becomes stable in a week or so.
-Kurt
$ cvs diff -u
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/jakarta-tomcat/v4/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile 2004/01/03 13:36:03 1.11
+++ Makefile 2004/06/02 17:04:31
@@ -5,7 +5,7 @@
# Requires a JVM
ONLY_FOR_ARCHS= i386
-V= 4.1.29
+V= 4.1.30
DISTNAME= jakarta-tomcat-${V}
CATEGORIES= www
@@ -16,10 +16,9 @@
MAINTAINER= Kurt Miller <truk@apache.org>
-JDK_VERSION= 1.3.1-linux
-JAVA_HOME= ${LOCALBASE}/jdk${JDK_VERSION}
+JAVA_HOME= ${LOCALBASE}/jdk1.3.1-linux
BUILD_DEPENDS= ::archivers/gtar
-RUN_DEPENDS= :jdk-linux->1.3:devel/jdk/1.3-linux
+RUN_DEPENDS= :jdk*->=1.3:devel/jdk/1.3-linux
# Apache Software License
PERMIT_PACKAGE_CDROM= Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/jakarta-tomcat/v4/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo 2003/12/15 21:21:18 1.5
+++ distinfo 2004/06/02 17:04:31
@@ -1,3 +1,3 @@
-MD5 (jakarta-tomcat-4.1.29.tar.gz) = 66b03ddd10fb4a9079fe26774436db09
-RMD160 (jakarta-tomcat-4.1.29.tar.gz) = 35be58f42ddadafdea44636b98b37fdcb3ee81bb
-SHA1 (jakarta-tomcat-4.1.29.tar.gz) = 3ed55a351d7a2782be0052a84a217f37235d0746
+MD5 (jakarta-tomcat-4.1.30.tar.gz) = ff27f6a5900768c1aafab4a68675b2ed
+RMD160 (jakarta-tomcat-4.1.30.tar.gz) = a5fe2d812f4e019cfd4e8bf8c30bcfe9c8c78ed5
+SHA1 (jakarta-tomcat-4.1.30.tar.gz) = 26250f0639fea602f20b7f51992b6bf14483582a
cvs server: Diffing files
cvs server: Diffing patches
cvs server: Diffing pkg
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/www/jakarta-tomcat/v4/pkg/DESCR,v
retrieving revision 1.2
diff -u -r1.2 DESCR
--- pkg/DESCR 2003/12/15 21:21:18 1.2
+++ pkg/DESCR 2004/06/02 17:04:31
@@ -1,8 +1,10 @@
-Tomcat is the Java Servlet / Java Server Page environment produced
-by the Apache Foundation's Jakarta Project. Tomcat can be run as a
-standalone web server with Servlet and JSP support, or using Apache
-Server as it's web server via the mod_jk Apache module (the
-www/mod_jk package).
+Tomcat 4 is a Servlet/JSP container that implements the Servlet 2.3
+and JavaServer Pages 1.2 specifications from the Java Community
+Process. Tomcat includes many additional features that make it a
+useful platform for developing and deploying web applications and
+web services. Tomcat can be run as a standalone web server with
+Servlet and JSP support, or using Apache HTTP Server as its web
+server via the mod_jk Apache module (the www/mod_jk package).
See ${PREFIX}/${DISTNAME}/conf/README.OpenBSD for
information on running Jakarta Tomcat on OpenBSD.