Update to 7u60.

This commit is contained in:
Jung-uk Kim 2014-06-09 23:27:02 +00:00
parent 62ee885436
commit 02f9e55e21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357223
2 changed files with 7 additions and 11 deletions

View file

@ -2,10 +2,10 @@
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VER}
CATEGORIES= java
CATEGORIES= java devel
MASTER_SITES= #
DISTNAME= jdk-${JDK_VERSION}u${JDK_UPDATE_VER}-apidocs
PKGNAMESUFFIX= ${JDK_VERSION}-doc
DISTNAME= jdk-${JDK_VERSION}u${JDK_UPDATE_VER}-apidocs
MAINTAINER= java@FreeBSD.org
COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation
@ -13,20 +13,16 @@ COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation
DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_VERSION}
NO_CDROM= License does not allow distribution with fee.
RESTRICTED= This documentation is under license and export control.
.if defined(NOPORTDOCS)
IGNORE= port only installs documentation
.endif
WRKSRC= ${WRKDIR}/docs
JDK_VERSION= 7
JDK_UPDATE_VER= 45
JDK_UPDATE_VER= 60
DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html
NO_BUILD= yes
USES= zip
PORTDOCS= *
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
@ -35,8 +31,8 @@ IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} b
do-install:
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${DOCSDIR}/)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/)
@${ECHO} " [ DONE ]"
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
SHA256 (jdk-7u45-apidocs.zip) = 9033a294be366e222c227303b02261b5a0243306de6133db89340c63f83edc8d
SIZE (jdk-7u45-apidocs.zip) = 61019770
SHA256 (jdk-7u60-apidocs.zip) = 6dffd325e1d1f28cda64a84c42adad14f1bfc8220471494dac14badf275cdb88
SIZE (jdk-7u60-apidocs.zip) = 61152728