From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 21 16:20:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50D9D1065684 for ; Tue, 21 Oct 2008 16:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DDFB28FC1E for ; Tue, 21 Oct 2008 16:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9LGK4WI071731 for ; Tue, 21 Oct 2008 16:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9LGK416071730; Tue, 21 Oct 2008 16:20:04 GMT (envelope-from gnats) Resent-Date: Tue, 21 Oct 2008 16:20:04 GMT Resent-Message-Id: <200810211620.m9LGK416071730@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, Dennis Herrmann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6613C1065679 for ; Tue, 21 Oct 2008 16:12:35 +0000 (UTC) (envelope-from adox@mcx2.org) Received: from mail-gx0-f16.google.com (mail-gx0-f16.google.com [209.85.217.16]) by mx1.freebsd.org (Postfix) with ESMTP id 1EF608FC1B for ; Tue, 21 Oct 2008 16:12:34 +0000 (UTC) (envelope-from adox@mcx2.org) Received: by gxk9 with SMTP id 9so5446593gxk.19 for ; Tue, 21 Oct 2008 09:12:33 -0700 (PDT) Received: by 10.103.249.19 with SMTP id b19mr4572173mus.50.1224605552507; Tue, 21 Oct 2008 09:12:32 -0700 (PDT) Received: from localhost (p5090FAC9.dip.t-dialin.net [80.144.250.201]) by mx.google.com with ESMTPS id y37sm15400060mug.13.2008.10.21.09.12.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 21 Oct 2008 09:12:31 -0700 (PDT) Message-Id: <48fdff6f.25e2660a.2274.ffff8a50@mx.google.com> Date: Tue, 21 Oct 2008 09:12:31 -0700 (PDT) From: Dennis Herrmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/128273: [PATCH] ftp/ftpsync - fix fetch error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2008 16:20:05 -0000 >Number: 128273 >Category: ports >Synopsis: [PATCH] ftp/ftpsync - fix fetch error >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 Oct 21 16:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dennis Herrmann >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD dhn.homeunix.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu Oct 9 22:49:46 CEST 2008 root@dhn.homeunix.com:/usr/obj/usr/src/sys/PARANOIA i386 >Description: I change the MASTER_SITES because 404 error from SF. >How-To-Repeat: >Fix: --- ftpsync-mirror.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/ftp/ftpsync/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 12 Oct 2008 13:02:37 -0000 1.6 +++ Makefile 21 Oct 2008 14:00:56 -0000 @@ -7,9 +7,10 @@ PORTNAME= ftpsync PORTVERSION= 1.2.34 +PORTREVERSION= 1 PORTEPOCH= 1 CATEGORIES= ftp -MASTER_SITES= SF \ +MASTER_SITES= http://ftpsync.sourceforge.net/ \ http://mirror.mcx2.org/ MAINTAINER= adox@mcx2.org --- ftpsync-mirror.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: