summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-11-10 13:37:37 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-11-10 13:37:37 +0000
commit350309b348c831faa5f3c15044d08c62524bd1ff (patch)
tree35f61af94012fb02177eac3de8906235726d3fc2 /java
parentAdd missing LICENSE (diff)
. Add extra MASTER_SITES entries for the jaxp, jaxws and jaf bundles. This
also unbreaks the build as they are currently not available from the primary site. PR: 152096 Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=264355
Diffstat (limited to 'java')
-rw-r--r--java/openjdk7/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile
index c674cc3b3d49..2480e1de3f65 100644
--- a/java/openjdk7/Makefile
+++ b/java/openjdk7/Makefile
@@ -10,8 +10,11 @@ PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_BUILD_NUMBER}
CATEGORIES= java devel
MASTER_SITES= http://download.java.net/openjdk/jdk7/promoted/b${JDK_BUILD_NUMBER}/ \
https://jaxp.dev.java.net/files/documents/913/152561/:jaxp \
+ http://icedtea.classpath.org/download/drops/:jaxp \
https://jax-ws.dev.java.net/files/documents/4202/152532/:jaxws \
+ http://icedtea.classpath.org/download/drops/:jaxws \
https://jax-ws.dev.java.net/files/documents/4202/152336/:jaf \
+ http://icedtea.classpath.org/download/drops/:jaf \
${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:ant,}
DISTFILES= ${JDK_SRC_DISTFILE}${EXTRACT_SUFX} \
${JAXPFILE}:jaxp \