From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 9 22:00:35 2003 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 30D1016A4BF for ; Tue, 9 Sep 2003 22:00:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A59BF43FE0 for ; Tue, 9 Sep 2003 22:00:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8A50XUp030707 for ; Tue, 9 Sep 2003 22:00:33 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8A50XEJ030706; Tue, 9 Sep 2003 22:00:33 -0700 (PDT) Resent-Date: Tue, 9 Sep 2003 22:00:33 -0700 (PDT) Resent-Message-Id: <200309100500.h8A50XEJ030706@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, Hiroki Sato Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 154B416A4BF for ; Tue, 9 Sep 2003 21:55:14 -0700 (PDT) Received: from delta.allbsd.org (p19055-adsao12honb4-acca.tokyo.ocn.ne.jp [219.165.47.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D9BD43FCB for ; Tue, 9 Sep 2003 21:55:12 -0700 (PDT) (envelope-from hrs@allbsd.org) Received: from alph.allbsd.org (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.12.9/8.12.6) with ESMTP id h8A4ss9q015364 for ; Wed, 10 Sep 2003 13:54:55 +0900 (JST) (envelope-from hrs@alph.d.allbsd.org) Received: from alph.allbsd.org (localhost [127.0.0.1]) by alph.allbsd.org (8.12.9/8.12.9) with ESMTP id h8A4srDi012162 for ; Wed, 10 Sep 2003 13:54:54 +0900 (JST) (envelope-from hrs@alph.d.allbsd.org) Received: (from hrs@localhost) by alph.allbsd.org (8.12.9/8.12.9/Submit) id h8A4srAD012161; Wed, 10 Sep 2003 13:54:53 +0900 (JST) Message-Id: <200309100454.h8A4srAD012161@alph.allbsd.org> Date: Wed, 10 Sep 2003 13:54:53 +0900 (JST) From: Hiroki Sato To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/56670: Update port: net/cvsync 0.24.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hiroki Sato List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 05:00:35 -0000 >Number: 56670 >Category: ports >Synopsis: Update port: net/cvsync 0.24.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 09 22:00:33 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 4.8-STABLE i386 >Organization: Tokyo University of Science >Environment: System: FreeBSD alph.allbsd.org 4.8-STABLE FreeBSD 4.8-STABLE #7: Tue May 20 00:05:43 JST 2003 hrs@alph.allbsd.org:/home/obj/home/src/sys/ALPH i386 >Description: Update to 0.24.6. Command line URL has been supported. This PR supersede ports/56669 because distinfo in ports/56669 were incorrect. Sorry. >How-To-Repeat: N/A >Fix: Index: cvsync/Makefile =================================================================== RCS file: /home/ncvs/ports/net/cvsync/Makefile,v retrieving revision 1.26 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.26 Makefile --- cvsync/Makefile 5 Sep 2003 18:26:14 -0000 1.26 +++ cvsync/Makefile 10 Sep 2003 04:40:56 -0000 @@ -6,7 +6,7 @@ # PORTNAME= cvsync -PORTVERSION= 0.24.5 +PORTVERSION= 0.24.6 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ \ ftp://ftp.allbsd.org/pub/cvsync/ @@ -18,7 +18,8 @@ MAN1= cvscan.1 cvsync.1 cvsyncd.1 rcscan.1 rcscmp.1 DOCS= doc/COPYRIGHT doc/ChangeLog doc/FAQ doc/TODO -EXAMPLES= samples/cvsync.conf samples/cvsyncd.conf +EXAMPLES= samples/cvsync.conf samples/cvsyncd.conf \ + samples/cvsyncd-NetBSD.conf samples/cvsyncd-OpenBSD.conf post-install: @${MKDIR} ${EXAMPLESDIR} Index: cvsync/distinfo =================================================================== RCS file: /home/ncvs/ports/net/cvsync/distinfo,v retrieving revision 1.25 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.25 distinfo --- cvsync/distinfo 5 Sep 2003 18:26:14 -0000 1.25 +++ cvsync/distinfo 10 Sep 2003 04:50:52 -0000 @@ -1 +1 @@ -MD5 (cvsync-0.24.5.tar.gz) = ca71df57d4a9da6fa47711950e0d141f +MD5 (cvsync-0.24.6.tar.gz) = b6337192c0458e6ff09c3982b53ca185 Index: cvsync/pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/cvsync/pkg-plist,v retrieving revision 1.2 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.2 pkg-plist --- cvsync/pkg-plist 3 Jul 2003 06:11:38 -0000 1.2 +++ cvsync/pkg-plist 10 Sep 2003 04:39:12 -0000 @@ -11,4 +11,6 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%% %%EXAMPLESDIR%%/cvsync.conf %%EXAMPLESDIR%%/cvsyncd.conf +%%EXAMPLESDIR%%/cvsyncd-NetBSD.conf +%%EXAMPLESDIR%%/cvsyncd-OpenBSD.conf @dirrm %%EXAMPLESDIR%% >Release-Note: >Audit-Trail: >Unformatted: