From owner-freebsd-ports Sat Dec 7 11: 0:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B5137B401 for ; Sat, 7 Dec 2002 11:00:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EAB243ED4 for ; Sat, 7 Dec 2002 11:00:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB7J0Bx3061387 for ; Sat, 7 Dec 2002 11:00:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB7J0B9K061386; Sat, 7 Dec 2002 11:00:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0231E37B401 for ; Sat, 7 Dec 2002 10:56:19 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3883D43EB2 for ; Sat, 7 Dec 2002 10:56:18 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs2876-77.austin.rr.com [24.28.76.77]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id E8F5B14195 for ; Sat, 7 Dec 2002 12:56:11 -0600 (CST) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.6/8.12.3) with ESMTP id gB7IvXWm041422 for ; Sat, 7 Dec 2002 12:57:33 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.6/8.12.6/Submit) id gB7IvW5a041421; Sat, 7 Dec 2002 12:57:32 -0600 (CST) (envelope-from linimon) Message-Id: <200212071857.gB7IvW5a041421@lonesome.lonesome.com> Date: Sat, 7 Dec 2002 12:57:32 -0600 (CST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 Subject: ports/46065: [patch] fix fetch for devel/libvanessa_* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46065 >Category: ports >Synopsis: [patch] fix fetch for devel/libvanessa_* >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 07 11:00:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.7 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: Host for distfiles has moved. Versions were one minor rev stale. >How-To-Repeat: make fetch >Fix: --- libvanessa_adt/Makefile.dist Tue Nov 19 12:39:47 2002 +++ libvanessa_adt/Makefile Sat Dec 7 12:47:48 2002 @@ -6,13 +6,9 @@ # PORTNAME= libvanessa_adt -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= devel -MASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.nl.vergenet.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.jp.vergenet.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.us.vergenet.net/pub/vanessa/%SUBDIR%/ +MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ MASTER_SITE_SUBDIR= vanessa_adt/${PORTVERSION} DISTNAME= vanessa_adt-${PORTVERSION} --- libvanessa_adt/distinfo.dist Fri Jun 15 08:17:48 2001 +++ libvanessa_adt/distinfo Sat Dec 7 12:41:19 2002 @@ -1 +1 @@ -MD5 (vanessa_adt-0.0.2.tar.gz) = 5c4176ef0646f97566c21afa98008c65 +MD5 (vanessa_adt-0.0.3.tar.gz) = 4f3b10f3f04aa7496595fb3d33047f78 --- libvanessa_adt/pkg-descr.dist Sat May 19 22:59:29 2001 +++ libvanessa_adt/pkg-descr Sat Dec 7 12:47:38 2002 @@ -1,6 +1,6 @@ libvanessa_adt is a library that provides Abstract Data Types (ADTs). It includes queues, dynamic arrays and key values. -WWW: http://vanessa.sourceforge.net/ +WWW: http://www.vergenet.net/linux/vanessa/ -- K. Konstantinidis --- libvanessa_logger/Makefile.dist Tue Nov 19 12:39:47 2002 +++ libvanessa_logger/Makefile Sat Dec 7 12:43:49 2002 @@ -6,13 +6,9 @@ # PORTNAME= libvanessa_logger -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= devel -MASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.nl.vergenet.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.jp.vergenet.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.us.vergenet.net/pub/vanessa/%SUBDIR%/ +MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ MASTER_SITE_SUBDIR= vanessa_logger/${PORTVERSION} DISTNAME= vanessa_logger-${PORTVERSION} --- libvanessa_logger/distinfo.dist Sat Dec 29 00:03:07 2001 +++ libvanessa_logger/distinfo Sat Dec 7 12:45:58 2002 @@ -1 +1 @@ -MD5 (vanessa_logger-0.0.2.tar.gz) = 36148631ba2b19bf3c85500657a87e9f +MD5 (vanessa_logger-0.0.3.tar.gz) = 70ebe8d00bda9eedcd6b5a5c1ccc5d63 --- libvanessa_logger/pkg-descr.dist Sat May 19 22:41:13 2001 +++ libvanessa_logger/pkg-descr Sat Dec 7 12:48:59 2002 @@ -4,6 +4,6 @@ doesn't makes sense. Includes the ability to limit which messages will be logged based on priorities. -WWW: http://vanessa.sourceforge.net/ +WWW: http://www.vergenet.net/linux/vanessa/ -- K. Konstantinidis --- libvanessa_socket/Makefile.dist Tue Nov 19 12:39:47 2002 +++ libvanessa_socket/Makefile Sat Dec 7 12:45:03 2002 @@ -6,13 +6,9 @@ # PORTNAME= libvanessa_socket -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.4 CATEGORIES= devel -MASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.nl.vergenet.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.jp.vergenet.net/pub/vanessa/%SUBDIR%/ \ - ftp://ftp.us.vergenet.net/pub/vanessa/%SUBDIR%/ +MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/ MASTER_SITE_SUBDIR= vanessa_socket/${PORTVERSION} DISTNAME= vanessa_socket-${PORTVERSION} --- libvanessa_socket/distinfo.dist Sat Dec 29 00:10:42 2001 +++ libvanessa_socket/distinfo Sat Dec 7 12:50:10 2002 @@ -1 +1 @@ -MD5 (vanessa_socket-0.0.3.tar.gz) = f6a455fd981312f0bd229e4cd26858ba +MD5 (vanessa_socket-0.0.4.tar.gz) = 95a72bb2073bce2312928325db25a467 --- libvanessa_socket/pkg-descr.dist Sat May 19 22:58:49 2001 +++ libvanessa_socket/pkg-descr Sat Dec 7 12:49:44 2002 @@ -3,6 +3,6 @@ listen on sockets for clients as a server and to pipe information between sockets. -WWW: http://vanessa.sourceforge.net/ +WWW: http://www.vergenet.net/linux/vanessa/ -- K. Konstantinidis >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message