Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 17:17:33 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351016 - head/Mk
Message-ID:  <201404111717.s3BHHXOB050794@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Apr 11 17:17:33 2014
New Revision: 351016
URL: http://svnweb.freebsd.org/changeset/ports/351016
QAT: https://qat.redports.org/buildarchive/r351016/

Log:
  Update comments.

Modified:
  head/Mk/bsd.java.mk

Modified: head/Mk/bsd.java.mk
==============================================================================
--- head/Mk/bsd.java.mk	Fri Apr 11 17:16:27 2014	(r351015)
+++ head/Mk/bsd.java.mk	Fri Apr 11 17:17:33 2014	(r351016)
@@ -31,7 +31,7 @@ Java_Include_MAINTAINER=	java@FreeBSD.or
 #					for the port. (allowed values: native linux)
 #
 # JAVA_VENDOR		List of space-separated suitable JDK port vendors for the
-#					port. (allowed values: freebsd bsdjava sun openjdk)
+#					port. (allowed values: openjdk oracle sun)
 #
 # JAVA_BUILD		When set, it means that the selected JDK port should be
 #					added to build dependencies for the port.
@@ -49,7 +49,7 @@ Java_Include_MAINTAINER=	java@FreeBSD.or
 #-------------------------------------------------------------------------------
 # Variables defined for the port:
 #
-# JAVA_PORT			The name of the JDK port. (e.g. 'java/jdk16')
+# JAVA_PORT			The name of the JDK port. (e.g. 'java/openjdk6')
 #
 # JAVA_PORT_VERSION	The version of the JDK port. (e.g. '1.6')
 #
@@ -61,7 +61,7 @@ Java_Include_MAINTAINER=	java@FreeBSD.or
 #								JDK port. (e.g. 'Linux')
 #
 # JAVA_PORT_VENDOR_DESCRIPTION	Description of the vendor of the JDK port.
-#								(e.g. 'FreeBSD Foundation')
+#								(e.g. 'OpenJDK BSD Porting Team')
 #
 # JAVA_HOME			Path to the installation directory of the JDK. (e.g.
 #					'/usr/local/openjdk6')
@@ -73,7 +73,7 @@ Java_Include_MAINTAINER=	java@FreeBSD.or
 #					'/usr/local/openjdk6/bin/jar' or '/usr/local/bin/fastjar')
 #
 # APPLETVIEWER		Path to the appletviewer utility. (e.g.
-#					'/usr/local/linux-jdk1.6.0/bin/appletviewer')
+#					'/usr/local/linux-jdk1.7.0/bin/appletviewer')
 #
 # JAVA				Path to the java executable. Use this for executing Java
 #					programs. (e.g. '/usr/local/openjdk6/bin/java')



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111717.s3BHHXOB050794>