svn commit: r308670 - head/www/tomcat55

Jason Helfman jgh at FreeBSD.org
Tue Dec 11 07:50:15 UTC 2012


Author: jgh
Date: Tue Dec 11 07:50:14 2012
New Revision: 308670
URL: http://svnweb.freebsd.org/changeset/ports/308670

Log:
  -use default java_vendor of openjdk

Modified:
  head/www/tomcat55/Makefile

Modified: head/www/tomcat55/Makefile
==============================================================================
--- head/www/tomcat55/Makefile	Tue Dec 11 07:49:10 2012	(r308669)
+++ head/www/tomcat55/Makefile	Tue Dec 11 07:50:14 2012	(r308670)
@@ -1,9 +1,9 @@
 # Created by:	Kang Liu <liukang at bjpu.edu.cn>
-#
 # $FreeBSD$
 
 PORTNAME=	tomcat
 PORTVERSION=	5.5.36
+PORTREVISION=	1
 CATEGORIES=	www java
 MASTER_SITES=	${MASTER_SITE_APACHE} \
 	LOCAL/jgh
@@ -24,8 +24,7 @@ DEPRECATED=	EOL approaching, consider ww
 EXPIRATION_DATE=2012-12-31
 
 USE_JAVA=	yes
-JAVA_VERSION?=	1.5+
-JAVA_VENDOR?=	freebsd
+JAVA_VERSION?=	1.6+
 NO_BUILD=	YES
 
 USE_RC_SUBR=	tomcat55


More information about the svn-ports-all mailing list