From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 24 19:10:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38BEA16A4CE for ; Tue, 24 Aug 2004 19:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A65C43D3F for ; Tue, 24 Aug 2004 19:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7OJASwf049632 for ; Tue, 24 Aug 2004 19:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7OJASJj049631; Tue, 24 Aug 2004 19:10:28 GMT (envelope-from gnats) Resent-Date: Tue, 24 Aug 2004 19:10:28 GMT Resent-Message-Id: <200408241910.i7OJASJj049631@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koop Mast Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 874C216A4ED for ; Tue, 24 Aug 2004 19:01:08 +0000 (GMT) Received: from amsfep20-int.chello.nl (amsfep12-int.chello.nl [213.46.243.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB1D143D3F for ; Tue, 24 Aug 2004 19:01:07 +0000 (GMT) (envelope-from kwm@rainbow-runner.nl) Received: from prisma.rainbow-runner.nl ([84.119.207.55]) by amsfep20-int.chello.nlESMTP <20040824190058.WRLH8513.amsfep20-int.chello.nl@prisma.rainbow-runner.nl> for ; Tue, 24 Aug 2004 21:00:58 +0200 Received: by prisma.rainbow-runner.nl (Postfix, from userid 1001) id 60027211B; Tue, 24 Aug 2004 20:58:56 +0200 (CEST) Message-Id: <20040824185856.60027211B@prisma.rainbow-runner.nl> Date: Tue, 24 Aug 2004 20:58:56 +0200 (CEST) From: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70913: Update: mastersites for sane-backend, sane-frontend X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Koop Mast List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2004 19:10:29 -0000 >Number: 70913 >Category: ports >Synopsis: Update: mastersites for sane-backend, sane-frontend >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 24 19:10:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Koop Mast >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD prisma.rainbow-runner.nl 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #27: Wed Jun 9 11:46:29 CEST 2004 root@prisma.rainbow-runner.nl:/usr/obj/usr/src/sys/UnderTheRainbow i386 >Description: Update the Mastersite to offical mirrors listed on: http://www.sane-project.org/ The site http://www.mostang.com/sane/ shows a redirect so its posible that the ftp servers won't hosts the distfiles anymore in the future (they still do for the current distfiles). >How-To-Repeat: >Fix: --- sane-distsites.diff begins here --- diff -ruN sane-backends.orig/Makefile sane-backends/Makefile --- sane-backends.orig/Makefile Mon Aug 23 10:15:00 2004 +++ sane-backends/Makefile Tue Aug 24 11:47:11 2004 @@ -9,7 +9,11 @@ PORTVERSION= 1.0.14 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/ +MASTER_SITES= ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \ + ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \ + ftp://ftp3.sane-project.org/pub/sane/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ \ + http://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff -ruN sane-frontends.orig/Makefile sane-frontends/Makefile --- sane-frontends.orig/Makefile Sat Aug 21 01:19:51 2004 +++ sane-frontends/Makefile Tue Aug 24 11:48:44 2004 @@ -8,9 +8,11 @@ PORTNAME= sane-frontends PORTVERSION= 1.0.12 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ - ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ - ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/ +MASTER_SITES= ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \ + ftp://ftp2.sane-project.org/pub/sane/%SUBDIR%/ \ + ftp://ftp3.sane-project.org/pub/sane/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ \ + http://gd.tuwien.ac.at/hci/sane/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org --- sane-distsites.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: