. Update to the docs for 6 Update 25.
PR: 159799 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com>
This commit is contained in:
parent
42a7e506de
commit
24e9fd3044
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280680
2 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ PORTNAME= jdk-doc
|
|||
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VER}
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= #
|
||||
DISTNAME= jdk-6u22-docs
|
||||
DISTNAME= jdk-6u25-fcs-bin-b04-apidocs-04_Apr_2011
|
||||
|
||||
MAINTAINER= java@FreeBSD.org
|
||||
COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation
|
||||
|
@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/docs
|
|||
JDK_VERSION= 1.6.0
|
||||
JDK_MAJOR_VER= ${JDK_VERSION:R}
|
||||
JDK_CONCAT_VER= ${JDK_MAJOR_VER:S/.//g}
|
||||
JDK_UPDATE_VER= 22
|
||||
JDK_UPDATE_VER= 25
|
||||
DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html
|
||||
|
||||
NO_BUILD= yes
|
||||
|
@ -36,7 +36,7 @@ PORTDOCS= *
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
|
||||
IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the \"Download Zip\" link for the \"Java SE 6 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 6 Documentation\", place it in ${DISTDIR} and then run make again
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (jdk-6u22-docs.zip) = 083e378f557af9e1f4da9af36f6f6a3625c0595a077ba6a05c95f716651489cd
|
||||
SIZE (jdk-6u22-docs.zip) = 59101057
|
||||
SHA256 (jdk-6u25-fcs-bin-b04-apidocs-04_Apr_2011.zip) = 6e115142c3cf5627f9a378934bf3b807e72c2b979385019d5f23e79019727937
|
||||
SIZE (jdk-6u25-fcs-bin-b04-apidocs-04_Apr_2011.zip) = 59089445
|
||||
|
|
Loading…
Reference in a new issue