system/apache-tomcat: Updated for version 7.0.16.

This commit is contained in:
Heinz Wiesinger 2011-07-04 10:13:55 -03:00 committed by Niels Horn
parent 47466a3396
commit 49ddbd9e04
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
Apache Tomcat is an implementation of the Java Servlet and JavaServer Pages
Apache Tomcat is an implementation of the Java Servlet and JavaServer Pages
technologies. The Java Servlet and JavaServer Pages specifications are
developed under the Java Community Process. Apache Tomcat powers numerous
large-scale, mission- critical web applications across a diverse range of

4
system/apache-tomcat/apache-tomcat.SlackBuild Normal file → Executable file
View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=apache-tomcat
VERSION=7.0.11
VERSION=7.0.16
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,7 +54,7 @@ rm -rf $PKG
mkdir -p $TMP $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
unzip $CWD/$PRGNAM-$VERSION.zip
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \

View file

@ -1,10 +1,10 @@
PRGNAM="apache-tomcat"
VERSION="7.0.11"
VERSION="7.0.16"
HOMEPAGE="http://tomcat.apache.org/"
DOWNLOAD="http://www.apache.org/dist/tomcat/tomcat-7/v7.0.11/bin/apache-tomcat-7.0.11.zip"
MD5SUM="2b2181beaf7dd246364e2477a34e2677"
DOWNLOAD="http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.16/bin/apache-tomcat-7.0.16.tar.gz"
MD5SUM="e1ba4ab7864079c2a853562cebdd045a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="rworkman"
APPROVED="Niels Horn"

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler-------------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
apache-tomcat: Apache Tomcat (Java servlet container)
apache-tomcat:
apache-tomcat: Apache Tomcat is an implementation of the Java Servlet and Java Server