pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/jakarta-tomcat Update jakarta-tomcat to 5.0.19nb1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2918b5a29a7
branches:  trunk
changeset: 474802:b2918b5a29a7
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed May 05 15:37:25 2004 +0000

description:
Update jakarta-tomcat to 5.0.19nb1
        As we need the jdk to run, switch USE_JAVA from 'run' to 'yes'

diffstat:

 www/jakarta-tomcat/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r e64cac551d23 -r b2918b5a29a7 www/jakarta-tomcat/Makefile
--- a/www/jakarta-tomcat/Makefile       Wed May 05 15:26:39 2004 +0000
+++ b/www/jakarta-tomcat/Makefile       Wed May 05 15:37:25 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2004/04/29 18:24:55 erh Exp $
+# $NetBSD: Makefile,v 1.43 2004/05/05 15:37:25 abs Exp $
 
 DISTNAME=       jakarta-tomcat-${TOMCAT_VERSION}
+PKGREVISION=   1
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 CATEGORIES=    www java
 # The list of sites to download is generated by a jakarta website.
@@ -14,7 +15,7 @@
 TOMCAT_VERSION=        5.0.19
 
 # This needs java 1.4 or higher.
-USE_JAVA=run
+USE_JAVA=yes
 USE_JAVA2=yes
 
 USE_BUILDLINK2=        yes



Home | Main Index | Thread Index | Old Index