From 2a41c9ea91813a1c6b2eae16e5ef582ab996b82a Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 29 Nov 2010 21:27:23 +0000 Subject: [PATCH] Drop obsolete lines from DESCR and bump. --- www/tomcat/v4/Makefile | 4 ++-- www/tomcat/v4/pkg/DESCR-main | 3 --- www/tomcat/v6/Makefile | 4 ++-- www/tomcat/v6/pkg/DESCR-main | 3 --- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/www/tomcat/v4/Makefile b/www/tomcat/v4/Makefile index ec2ce20e837..9cadf4417c7 100644 --- a/www/tomcat/v4/Makefile +++ b/www/tomcat/v4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2010/11/22 08:36:54 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2010/11/29 21:27:23 sthen Exp $ COMMENT-main= Java servlet 2.3 and Java server pages 1.2 server COMMENT-admin= administration web application @@ -9,7 +9,7 @@ DISTNAME= apache-tomcat-${V}-LE-jdk14 PKGNAME-main= tomcat-${V} PKGNAME-admin= tomcat-admin-${V} PKGNAME-examples=tomcat-examples-${V} -REVISION-main= 1 +REVISION-main= 2 REVISION-admin= 0 REVISION-examples= 1 CATEGORIES= www diff --git a/www/tomcat/v4/pkg/DESCR-main b/www/tomcat/v4/pkg/DESCR-main index 47e4ca32ecb..85cd39e37d3 100644 --- a/www/tomcat/v4/pkg/DESCR-main +++ b/www/tomcat/v4/pkg/DESCR-main @@ -5,6 +5,3 @@ 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}/tomcat/conf/README.OpenBSD for information -on running Tomcat on OpenBSD. diff --git a/www/tomcat/v6/Makefile b/www/tomcat/v6/Makefile index 13bdee87d8e..50823e24279 100644 --- a/www/tomcat/v6/Makefile +++ b/www/tomcat/v6/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2010/11/22 08:36:54 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2010/11/29 21:27:23 sthen Exp $ COMMENT-main= Java servlet 2.5 and Java server pages 2.1 server COMMENT-examples=example applications and full documentation @@ -8,7 +8,7 @@ DISTNAME= apache-tomcat-${V} PKGNAME= tomcat-${V} PKGNAME-main= tomcat-${V} PKGNAME-examples=tomcat-examples-${V} -REVISION-main= 0 +REVISION-main= 1 REVISION-examples= 1 CATEGORIES= www diff --git a/www/tomcat/v6/pkg/DESCR-main b/www/tomcat/v6/pkg/DESCR-main index 8fda1263700..cb18ef3a4cd 100644 --- a/www/tomcat/v6/pkg/DESCR-main +++ b/www/tomcat/v6/pkg/DESCR-main @@ -5,6 +5,3 @@ 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}/tomcat/README.OpenBSD for -information on running Tomcat on OpenBSD.