From owner-freebsd-ports Mon Sep 23 19:20:11 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 C5A0137B401 for ; Mon, 23 Sep 2002 19:20:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E96D143E81 for ; Mon, 23 Sep 2002 19:20:07 -0700 (PDT) (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 g8O2K7Co066900 for ; Mon, 23 Sep 2002 19:20:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8O2K7CL066899; Mon, 23 Sep 2002 19:20:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54E0037B401 for ; Mon, 23 Sep 2002 19:15:28 -0700 (PDT) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 536DE43E6E for ; Mon, 23 Sep 2002 19:15:27 -0700 (PDT) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.46.6.95]) by t-mta1.odn.ne.jp with ESMTP id <20020924021526284.MYGI.8224.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Tue, 24 Sep 2002 11:15:26 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 8C1505F01; Tue, 24 Sep 2002 11:15:21 +0900 (JST) Message-Id: <20020924021521.8C1505F01@hadaly.dyndns.org> Date: Tue, 24 Sep 2002 11:15:21 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43316: Update port: net/6to4 to 1.3 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: 43316 >Category: ports >Synopsis: Update port: net/6to4 to 1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 23 19:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #17: Wed Aug 14 17:19:17 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: Update to 1.3 >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/6to4/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 13 Sep 2002 06:50:23 -0000 1.1 +++ Makefile 24 Sep 2002 02:10:21 -0000 @@ -6,12 +6,12 @@ # PORTNAME= 6to4 -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= net ipv6 MASTER_SITES= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/net/6to4/files/ -DISTFILES= 6to4\?rev=1.7\&content-type=text%2fplain \ - 6to4.8\?rev=1.5\&content-type=text%2fplain \ - 6to4.conf\?rev=1.2\&content-type=text%2fplain +DISTFILES= 6to4\?rev=1.9\&content-type=text%2fplain \ + 6to4.8\?rev=1.6\&content-type=text%2fplain \ + 6to4.conf\?rev=1.3\&content-type=text%2fplain DIST_SUBDIR= ${PORTNAME} MAINTAINER= fuyuki@hadaly.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/6to4/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 13 Sep 2002 06:50:23 -0000 1.1 +++ distinfo 24 Sep 2002 02:10:21 -0000 @@ -1,3 +1,3 @@ -MD5 (6to4/6to4?rev=1.7&content-type=text%2fplain) = 97d81c3cbc6c026af31c9764e5c74d78 -MD5 (6to4/6to4.8?rev=1.5&content-type=text%2fplain) = 50d63c1abd2db188825eae488cac6acc -MD5 (6to4/6to4.conf?rev=1.2&content-type=text%2fplain) = 9dd3bde583c529dd6787f378f7b99594 +MD5 (6to4/6to4?rev=1.9&content-type=text%2fplain) = 046f3eca74b8a64d803402be80335320 +MD5 (6to4/6to4.8?rev=1.6&content-type=text%2fplain) = 73cfdc4922d0658b3f4d4956dc86c42f +MD5 (6to4/6to4.conf?rev=1.3&content-type=text%2fplain) = 5eb7ec4c9e5964c5375ddda9f52a99e1 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/6to4/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 13 Sep 2002 06:50:23 -0000 1.1 +++ pkg-descr 24 Sep 2002 02:10:21 -0000 @@ -7,4 +7,4 @@ gateways. As such, IPv6-in-IPv4-encapsulated packets are accepted from all v4-hosts. -WWW: http://www.netbsd.org/packages/net/6to4/files/6to4.html +WWW: ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/net/6to4/files/6to4.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message