Date: Fri, 10 May 2013 15:46:02 +0200 From: John Marino <draco@marino.st> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/178481: [PATCH] bsd.site.mk (ECLIPSE) and www/jetty fetch fix Message-ID: <518CFA1A.4020107@marino.st> In-Reply-To: <201305101310.r4ADA2i7026109@freefall.freebsd.org> References: <201305101310.r4ADA2i7026109@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------080706030901020109090502 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit here are the patches referred to in the first post (attached). John --------------080706030901020109090502 Content-Type: text/plain; name="bsd.sites.mk.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="bsd.sites.mk.diff.txt" --- 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) --------------080706030901020109090502 Content-Type: text/plain; name="jetty-Makefile.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="jetty-Makefile.diff.txt" --- 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+ --------------080706030901020109090502--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?518CFA1A.4020107>