diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2013-03-06 16:15:30 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2013-03-06 16:15:30 +0000 |
commit | ffc075db2e24d843dce270ae2b5a694a70b5b18c (patch) | |
tree | ccdb17ad0a8c1eb4bd87481d6eb6b2d1b3270d86 | |
parent | - Document vulnerabilities in typo3. (diff) |
- Change the download site for swingex, because the original one has disappeared
Pointed out by: Larry Rosenman <ler@lerctr.org> (via private email)
Notes
Notes:
svn path=/head/; revision=313526
-rw-r--r-- | lang/rhino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rhino/Makefile b/lang/rhino/Makefile index bedd96d35e77..765a5de73c40 100644 --- a/lang/rhino/Makefile +++ b/lang/rhino/Makefile @@ -5,7 +5,7 @@ PORTNAME= rhino DISTVERSION= 1_7R4 CATEGORIES= lang java MASTER_SITES= http://cloud.github.com/downloads/mozilla/rhino/:rhino \ - http://java.sun.com/products/jfc/tsc/articles/treetable2/downloads/:swingex \ + LOCAL/nivit/${PORTNAME}/:swingex \ ${MASTER_SITE_APACHE}:xmlbeans MASTER_SITE_SUBDIR= xmlbeans/binaries/:xmlbeans DISTFILES= ${PORTNAME}${DISTVERSION}.zip:rhino \ |