From owner-svn-ports-head@freebsd.org Mon Mar 18 05:25:09 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C7CA152FEE6; Mon, 18 Mar 2019 05:25:09 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DFE9B70EC7; Mon, 18 Mar 2019 05:25:08 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B67AD1CE22; Mon, 18 Mar 2019 05:25:08 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2I5P8sY079139; Mon, 18 Mar 2019 05:25:08 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2I5P7Yh079135; Mon, 18 Mar 2019 05:25:07 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201903180525.x2I5P7Yh079135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Mon, 18 Mar 2019 05:25:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496123 - in head/java: . jdk11-doc X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: in head/java: . jdk11-doc X-SVN-Commit-Revision: 496123 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DFE9B70EC7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.94)[-0.937,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2019 05:25:09 -0000 Author: glewis Date: Mon Mar 18 05:25:07 2019 New Revision: 496123 URL: https://svnweb.freebsd.org/changeset/ports/496123 Log: Add a port of the documentation for JDK 11 Added: head/java/jdk11-doc/ - copied from r495847, head/java/jdk10-doc/ Modified: head/java/Makefile head/java/jdk11-doc/Makefile head/java/jdk11-doc/distinfo head/java/jdk11-doc/pkg-descr Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Mon Mar 18 05:19:32 2019 (r496122) +++ head/java/Makefile Mon Mar 18 05:25:07 2019 (r496123) @@ -69,9 +69,10 @@ SUBDIR += jcommon SUBDIR += jd-gui SUBDIR += jdbcpool - SUBDIR += jdk10-doc SUBDIR += jdk8-doc SUBDIR += jdk9-doc + SUBDIR += jdk10-doc + SUBDIR += jdk11-doc SUBDIR += jdom SUBDIR += jflex SUBDIR += jfreechart Modified: head/java/jdk11-doc/Makefile ============================================================================== --- head/java/jdk10-doc/Makefile Sat Mar 16 05:51:15 2019 (r495847) +++ head/java/jdk11-doc/Makefile Mon Mar 18 05:25:07 2019 (r496123) @@ -8,19 +8,20 @@ PKGNAMESUFFIX= ${JDK_VERSION}-doc DISTNAME= jdk-${PORTVERSION}_doc-all MAINTAINER= java@FreeBSD.org -COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation +COMMENT= Java Development Kit ${JDK_VERSION} Documentation +USES= zip + DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_VERSION} RESTRICTED= This documentation is under license and export control. WRKSRC= ${WRKDIR}/docs -JDK_VERSION= 10 +JDK_VERSION= 11 JDK_UPDATE_VERSION= 0 JDK_PATCH_VERSION= 2 DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html NO_BUILD= yes -USES= zip PORTDOCS= * OPTIONS_DEFINE= DOCS @@ -28,7 +29,7 @@ OPTIONS_DEFINE= DOCS .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the "Download" link for the "Java SE 10 Documentation", place it in ${DISTDIR} and then run make again +IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the "Download" link for the "Java SE 11 Documentation", place it in ${DISTDIR} and then run make again .endif do-install: Modified: head/java/jdk11-doc/distinfo ============================================================================== --- head/java/jdk10-doc/distinfo Sat Mar 16 05:51:15 2019 (r495847) +++ head/java/jdk11-doc/distinfo Mon Mar 18 05:25:07 2019 (r496123) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538930699 -SHA256 (jdk-10.0.2_doc-all.zip) = cb7b1703e9e1ef8adc2506672e5d6396df2d76a4f9f4dda8e4226b4ae52852a8 -SIZE (jdk-10.0.2_doc-all.zip) = 69312792 +TIMESTAMP = 1552885847 +SHA256 (jdk-11.0.2_doc-all.zip) = 8723e26bf097b4b9375851338270870d3b5ef1a3843f0631597adb9039308083 +SIZE (jdk-11.0.2_doc-all.zip) = 51570202 Modified: head/java/jdk11-doc/pkg-descr ============================================================================== --- head/java/jdk10-doc/pkg-descr Sat Mar 16 05:51:15 2019 (r495847) +++ head/java/jdk11-doc/pkg-descr Mon Mar 18 05:25:07 2019 (r496123) @@ -1,6 +1,6 @@ -Java Development Kit 10 Documentation. Contains release information, +Java Development Kit 11 Documentation. Contains release information, API documentation, guides to new features and tool documentation. -The documentation will be installed in ${PREFIX}/share/doc/jdk10/ +The documentation will be installed in ${PREFIX}/share/doc/jdk11/ WWW: http://www.oracle.com/us/technologies/java/index.html