From chinsan@FreeBSD.org Sun Dec 10 08:29:15 2006 Return-Path: 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 Message-Id: <20061210082912.1DE972E9DF@smtp2.bc.hgc.com.tw> Date: Sun, 10 Dec 2006 16:29:00 +0800 From: chinsan To: FreeBSD-gnats-submit@freebsd.org Cc: perl@FreeBSD.org Subject: [PATCH] textproc/p5-Tree-Nary: update to 1.3, Bump PORTEPOCH, Add WWW X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 106555 >Category: ports >Synopsis: [PATCH] textproc/p5-Tree-Nary: update to 1.3, Bump PORTEPOCH, Add WWW >Confidential: no >Severity: non-critical >Priority: low >Responsible: perl >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 10 08:30:11 GMT 2006 >Closed-Date: Sun Dec 10 20:15:48 GMT 2006 >Last-Modified: Sun Dec 10 20:20:09 GMT 2006 >Originator: chinsan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: FreeBSD Taiwan >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 --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Dec 10 08:30:31 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=106555 State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Sun Dec 10 20:14:20 UTC 2006 State-Changed-Why: Committed with minor modification, thanks! The right way to test portversions is to use pkg_version(1): $ pkg_version -t 1.3 1.21 < $ In these simple cases, you can avoid bumping PORTEPOCH by using some DISTNAME magic. Here I used: DISTNAME= ${PORTNAME}-1.3 http://www.freebsd.org/cgi/query-pr.cgi?pr=106555 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/106555: commit references a PR Date: Sun, 10 Dec 2006 20:16:37 +0000 (UTC) erwin 2006-12-10 20:16:15 UTC FreeBSD ports repository Modified files: textproc/p5-Tree-Nary Makefile distinfo pkg-descr Log: - Update to 1.3 - Add WWW PR: 106555 Submitted by: chinsan Revision Changes Path 1.8 +3 -2 ports/textproc/p5-Tree-Nary/Makefile 1.7 +3 -3 ports/textproc/p5-Tree-Nary/distinfo 1.2 +2 -0 ports/textproc/p5-Tree-Nary/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >Unformatted: