Date: Sun, 10 Dec 2006 16:29:00 +0800 From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@FreeBSD.org Subject: [PATCH] textproc/p5-Tree-Nary: update to 1.3, Bump PORTEPOCH, Add WWW Message-ID: <20061210082912.1DE972E9DF@smtp2.bc.hgc.com.tw>
next in thread | raw e-mail | index | archive | help
>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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061210082912.1DE972E9DF>