From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 17:17:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6BF3F43; Fri, 11 Apr 2014 17:17:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3E8715F7; Fri, 11 Apr 2014 17:17:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BHHXaS050795; Fri, 11 Apr 2014 17:17:33 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BHHXOB050794; Fri, 11 Apr 2014 17:17:33 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201404111717.s3BHHXOB050794@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 11 Apr 2014 17:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351016 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 17:17:34 -0000 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')