From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 10 19:50:22 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 EBDBC16A4CE for ; Fri, 10 Sep 2004 19:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D096843D45 for ; Fri, 10 Sep 2004 19:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8AJoLPo015241 for ; Fri, 10 Sep 2004 19:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8AJoLxp015240; Fri, 10 Sep 2004 19:50:21 GMT (envelope-from gnats) Resent-Date: Fri, 10 Sep 2004 19:50:21 GMT Resent-Message-Id: <200409101950.i8AJoLxp015240@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, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 993B516A4CF for ; Fri, 10 Sep 2004 19:41:15 +0000 (GMT) Received: from muse.csie.ntu.edu.tw (muse.csie.ntu.edu.tw [140.112.28.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52D3243D3F for ; Fri, 10 Sep 2004 19:41:15 +0000 (GMT) (envelope-from rafan@infor.org) Received: from localhost (localhost.csie.ntu.edu.tw [127.0.0.1]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id A2C3952254 for ; Sat, 11 Sep 2004 03:41:14 +0800 (CST) Received: from muse.csie.ntu.edu.tw ([127.0.0.1]) by localhost (muse.csie.ntu.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54773-33 for ; Sat, 11 Sep 2004 03:41:13 +0800 (CST) Received: from woodstock.csie.org (220-135-116-9.HINET-IP.hinet.net [220.135.116.9]) by muse.csie.ntu.edu.tw (Postfix) with ESMTP id 9FB775221E for ; Sat, 11 Sep 2004 03:41:12 +0800 (CST) Received: (from rafan@localhost) by woodstock.csie.org (8.13.1/8.13.1/Submit) id i8AJfBMt027358; Sat, 11 Sep 2004 03:41:11 +0800 (CST) (envelope-from rafan) Message-Id: <200409101941.i8AJfBMt027358@woodstock.csie.org> Date: Sat, 11 Sep 2004 03:41:11 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/71571: [MAINTAINER] devel/VCP-Dest-svk: update to 0.25 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 19:50:22 -0000 >Number: 71571 >Category: ports >Synopsis: [MAINTAINER] devel/VCP-Dest-svk: update to 0.25 >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: Fri Sep 10 19:50:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #2: Sun Sep 5 23:59:56 CST >Description: - Update to 0.25 >From CHANGES: * Use a default pool in compare_base_rev. * Use svk 0.20's commit --import instead of --import. * Create our own changesets filter with the constrain on 'source_branch_id'. For some reasons freebsd source repository has a file branched, next revsions on trunk and branch are idential changes. and this confuses the original grouping rules. * Skip base check for placeholders. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-VCP-Dest-svk-0.25.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-VCP-Dest-svk/Makefile /home/rafan/tmp/ports/p5-VCP-Dest-svk/Makefile --- /usr/ports/devel/p5-VCP-Dest-svk/Makefile Mon Aug 23 11:08:53 2004 +++ /home/rafan/tmp/ports/p5-VCP-Dest-svk/Makefile Sat Sep 11 03:38:29 2004 @@ -6,7 +6,7 @@ # PORTNAME= VCP-Dest-svk -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO diff -ruN --exclude=CVS /usr/ports/devel/p5-VCP-Dest-svk/distinfo /home/rafan/tmp/ports/p5-VCP-Dest-svk/distinfo --- /usr/ports/devel/p5-VCP-Dest-svk/distinfo Mon Aug 23 11:08:53 2004 +++ /home/rafan/tmp/ports/p5-VCP-Dest-svk/distinfo Sat Sep 11 03:39:15 2004 @@ -1,2 +1,2 @@ -MD5 (VCP-Dest-svk-0.24.tar.gz) = 834b035fa882516e8db73d64c9b26527 -SIZE (VCP-Dest-svk-0.24.tar.gz) = 21369 +MD5 (VCP-Dest-svk-0.25.tar.gz) = 7dde868a635059f8779641ca54399de6 +SIZE (VCP-Dest-svk-0.25.tar.gz) = 21778 --- p5-VCP-Dest-svk-0.25.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: