Port update: 1.3.1_03 --> 1.3.1_04.
This commit is contained in:
parent
cd4c80ae90
commit
780a3f1ee7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62473
@ -10,7 +10,7 @@ PORTVERSION= ${JDK_VERSION}.${JDK_REVISION}
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= #
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= j2sdk-${JDK_VERSION:S/./_/g}_${JDK_REVISION}-linux-${ARCH}
|
||||
DISTNAME= j2sdk-${JDK_VERSION:S/./_/g}_${JDK_REVISION}-linux-i586
|
||||
EXTRACT_SUFX= .bin
|
||||
|
||||
MAINTAINER= znerd@FreeBSD.org
|
||||
@ -35,17 +35,17 @@ PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///}
|
||||
NO_BUILD= yes
|
||||
USE_LINUX= yes
|
||||
JDK_VERSION= 1.3.1
|
||||
JDK_REVISION= 03
|
||||
JDK_REVISION= 04
|
||||
ONLY_FOR_ARCHS= i386
|
||||
TARGET_DIR?= ${PREFIX}/${PKGBASE}${JDK_VERSION}
|
||||
DOWNLOAD_URL?= http://java.sun.com/Download5?config-file=j2sdk-1_3_1_03.config&platform=linux-i386
|
||||
DOWNLOAD_URL?= http://java.sun.com/Download5?config-file=j2sdk-${JDK_VERSION:S/./_/g}_${JDK_REVISION}.config&platform=linux-i586&Download=download
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
IGNORE= You must manually fetch the Java 2 Development Kit ${PORTVERSION} \
|
||||
archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, \
|
||||
download the "Linux GNUZIP Tar shell script" into ${DISTDIR} and \
|
||||
IGNORE= You must manually fetch the Java 2 Development Kit ${PORTVERSION}\
|
||||
archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL},\
|
||||
download the "Linux GNUZIP Tar shell script" into ${DISTDIR} and\
|
||||
then run make again
|
||||
.endif
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (j2sdk-1_3_1_03-linux-i386.bin) = c000a183a29d16560c452baad12eda0a
|
||||
MD5 (j2sdk-1_3_1_04-linux-i586.bin) = 8f0fa6f29c91cfaae38002e650821a94
|
||||
|
Loading…
Reference in New Issue
Block a user