From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 10 13:46:17 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C53AB6F4; Fri, 10 May 2013 13:46:17 +0000 (UTC) (envelope-from draco@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id 9E0A1A84; Fri, 10 May 2013 13:46:17 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.16.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 4740F43C12; Fri, 10 May 2013 08:46:11 -0500 (CDT) Message-ID: <518CFA1A.4020107@marino.st> Date: Fri, 10 May 2013 15:46:02 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 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 References: <201305101310.r4ADA2i7026109@freefall.freebsd.org> In-Reply-To: <201305101310.r4ADA2i7026109@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------080706030901020109090502" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 13:46:17 -0000 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--