From owner-freebsd-perl@FreeBSD.ORG Sun Dec 10 08:29:15 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C7E216A47E; Sun, 10 Dec 2006 08:29:15 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C09843CB1; Sun, 10 Dec 2006 08:28:02 +0000 (GMT) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (u14-109.u203-187.giga.net.tw [203.187.14.109]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 1DE972E9DF; Sun, 10 Dec 2006 16:29:12 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Sun, 10 Dec 2006 16:29:00 +0800 Date: Sun, 10 Dec 2006 16:29:00 +0800 To: FreeBSD-gnats-submit@freebsd.org From: chinsan X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20061210082912.1DE972E9DF@smtp2.bc.hgc.com.tw> Cc: perl@FreeBSD.org Subject: [PATCH] textproc/p5-Tree-Nary: update to 1.3, Bump PORTEPOCH, Add WWW X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2006 08:29:15 -0000 >Submitter-Id: current-users >Originator: chinsan >Organization: FreeBSD Taiwan >Confidential: no >Synopsis: [PATCH] textproc/p5-Tree-Nary: update to 1.3, Bump PORTEPOCH, Add WWW >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-PRERELEASE i386 >Environment: System: FreeBSD chinsan2.twbbs.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon Dec 4 16:51:02 CST >Description: - Update to 1.3 According to http://search.cpan.org/dist/Tree-Nary/ ... 1.3(05 Jan 2004) > 1.21(24 Sep 2001) Therefore, we need bump PORTEPOCH. :( - Add WWW Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Tree-Nary-1.3,2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-Tree-Nary/Makefile /usr/home/chinsan/project/p5-Tree-Nary/Makefile --- /usr/ports/textproc/p5-Tree-Nary/Makefile Sun Dec 10 06:10:35 2006 +++ /usr/home/chinsan/project/p5-Tree-Nary/Makefile Sun Dec 10 16:22:13 2006 @@ -6,15 +6,15 @@ # PORTNAME= Tree-Nary -PORTVERSION= 1.21 -PORTEPOCH= 1 +PORTVERSION= 1.3 +PORTEPOCH= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tree PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Perl implementation of N-ary search trees +COMMENT= Perl implementation of N-ary search trees PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/textproc/p5-Tree-Nary/distinfo /usr/home/chinsan/project/p5-Tree-Nary/distinfo --- /usr/ports/textproc/p5-Tree-Nary/distinfo Sun Dec 10 06:10:35 2006 +++ /usr/home/chinsan/project/p5-Tree-Nary/distinfo Sun Dec 10 16:22:45 2006 @@ -1,3 +1,3 @@ -MD5 (Tree-Nary-1.21.tar.gz) = 2953d138565c8f663c2f6e8f69974a11 -SHA256 (Tree-Nary-1.21.tar.gz) = 433bce0770d69ba9033df56272e7194a13fa4b4d72af6c4b0b6e984486b46c3d -SIZE (Tree-Nary-1.21.tar.gz) = 11666 +MD5 (Tree-Nary-1.3.tar.gz) = c9eeebc69869554579b297aa61b0e779 +SHA256 (Tree-Nary-1.3.tar.gz) = 3d6660b796328e62f6368ea3d29422959f4fece3376691813c271add4ba597c4 +SIZE (Tree-Nary-1.3.tar.gz) = 12687 diff -ruN --exclude=CVS /usr/ports/textproc/p5-Tree-Nary/pkg-descr /usr/home/chinsan/project/p5-Tree-Nary/pkg-descr --- /usr/ports/textproc/p5-Tree-Nary/pkg-descr Sun May 27 13:42:57 2001 +++ /usr/home/chinsan/project/p5-Tree-Nary/pkg-descr Sun Dec 10 16:22:31 2006 @@ -7,3 +7,5 @@ capability to select nodes on the tree, and attachment points for nodes on the tree. Each attachment point can support multiple child nodes. + +WWW: http://search.cpan.org/dist/Tree-Nary/ --- p5-Tree-Nary-1.3,2.patch ends here ---