Drop obsolete lines from DESCR and bump.

This commit is contained in:
sthen 2010-11-29 21:27:23 +00:00
parent 5aaf112216
commit 2a41c9ea91
4 changed files with 4 additions and 10 deletions

@ -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

@ -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.

@ -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

@ -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.