Skip to content

Commit

Permalink
fix eclipse master sites
Browse files Browse the repository at this point in the history
  • Loading branch information
Automaton committed May 10, 2013
1 parent dd506cd commit 947599a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ports/www/jetty/diffs/Makefile.diff
@@ -0,0 +1,18 @@
--- Makefile.orig 2013-01-16 10:41:38.000000000 +0000
+++ Makefile
@@ -5,12 +5,13 @@ PORTNAME= jetty
PORTVERSION= 8.1.8
CATEGORIES= www java
MASTER_SITES= ${MASTER_SITE_ECLIPSE}
-MASTER_SITE_SUBDIR=jetty/stable-8/dist
-DISTNAME= jetty-distribution-8.1.8.v20121106
+MASTER_SITE_SUBDIR=jetty/${PORTVERSION}.${JDVDATE}/dist
+DISTNAME= jetty-distribution-${PORTVERSION}.${JDVDATE}

MAINTAINER= olgeni@FreeBSD.org
COMMENT= Full-featured web server implemented entirely in Java

+JDVDATE= v20121106
USE_RC_SUBR= ${PORTNAME}
USE_JAVA= yes
JAVA_VERSION= 1.6+
24 changes: 24 additions & 0 deletions special/Mk/diffs/bsd.sites.mk.diff
@@ -0,0 +1,24 @@
--- bsd.sites.mk.orig 2013-05-10 12:39:23.221655000 +0000
+++ bsd.sites.mk
@@ -218,18 +218,10 @@ MASTER_SITE_EASYSW+= \

.if !defined(IGNORE_MASTER_SITE_ECLIPSE)
MASTER_SITE_ECLIPSE+= \
- ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/%SUBDIR%/ \
- http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/%SUBDIR%/ \
- ftp://ftp.tu-clausthal.de/pub/eclipse/downloads/drops/%SUBDIR%/ \
+ ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse.org/%SUBDIR%/ \
http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \
- ftp://ftp.unixag-zw.fh-kl.de/pub/mirrors/eclipse/drops/%SUBDIR%/ \
- http://eclipse.teccomm.les.inf.puc-rio.br/downloads/drops/%SUBDIR%/ \
- http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/%SUBDIR%/ \
- http://www.eclipse.ps.pl/downloads/drops/%SUBDIR%/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/eclipse/downloads/drops/&,} \
- ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops/%SUBDIR%/ \
- http://download.eclipse.org/eclipse/downloads/drops/%SUBDIR%/ \
- ftp://download.eclipse.org/%SUBDIR%/
+ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/%SUBDIR%/ \
+ http://eclipse.org/downloads/download.php?mirror_id=96&r=1&file=/%SUBDIR%/
.endif

.if !defined(IGNORE_MASTER_SITE_EXIM)

0 comments on commit 947599a

Please sign in to comment.