pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Tree-DAG_Node Update to 1.07



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4f14f16d482
branches:  trunk
changeset: 610738:b4f14f16d482
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Nov 04 13:45:23 2012 +0000

description:
Update to 1.07

Upstream changes:
1.07  Thu Nov  1 12:47:00 2012
        - New maintainer: Ron Savage
        - Pre-emptive apologies for any changes which are not back-compat. No such problems are expected, but the
                introduction of new methods may disconcert some viewers.
        - Fix RT#78858, reported by Gene Boggs. Audit code for similar problems.
        - Fix RT#79506. reported by Ron Savage.
        - Rename ChangeLog to CHANGES, and add Changelog.ini.
        - Replace all uses of cyclicity_fault() and Carp::croak with die.
        - Remove unused methods: decommission_root(), cyclicity_allowed(), cyclicity_fault(), inaugurate_root(),
                no_cyclicity() and _update_links(). OK - cyclicity_fault() was called once. It just died.
        - Add methods: format_node(), hashref2string(), is_root(), node2string(), tree2string().
                tree2string($opts, $node) - unlike draw_ascii_tree() - can optionally print the tree starting at any node.
                Override format_node(), hashref2string(), and node2string() if desired.
        - Reformat the POD big-time.
        - Add Build.PL.
        - Re-write Makefile.PL.
        - Remove use vars(@ISA $Debug $VERSION). Replace latter 2 with 'our ...'.
        - Rename t/00_about_verbose.t to t/about.perl.t.
        - Add scripts/cut.and.paste.subtrees.pl. Warning: Some trees get into an infinite loop.
        - Add t/cut.and.paste.subtrees.t.        Warning: Some trees get into an infinite loop.
        - Document the options (discouraged by Sean) supported in the call to new($hashref).

diffstat:

 devel/p5-Tree-DAG_Node/Makefile |  6 +++---
 devel/p5-Tree-DAG_Node/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 83d5ff2228b7 -r b4f14f16d482 devel/p5-Tree-DAG_Node/Makefile
--- a/devel/p5-Tree-DAG_Node/Makefile   Sun Nov 04 13:28:06 2012 +0000
+++ b/devel/p5-Tree-DAG_Node/Makefile   Sun Nov 04 13:45:23 2012 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2012/10/31 11:19:14 asau Exp $
+# $NetBSD: Makefile,v 1.14 2012/11/04 13:45:23 wen Exp $
 #
 
-DISTNAME=      Tree-DAG_Node-1.06
+DISTNAME=      Tree-DAG_Node-1.07
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Tree/}
+EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    dprice%cs.nmsu.edu@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Tree-DAG_Node/
diff -r 83d5ff2228b7 -r b4f14f16d482 devel/p5-Tree-DAG_Node/distinfo
--- a/devel/p5-Tree-DAG_Node/distinfo   Sun Nov 04 13:28:06 2012 +0000
+++ b/devel/p5-Tree-DAG_Node/distinfo   Sun Nov 04 13:45:23 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/05/28 21:10:32 abs Exp $
+$NetBSD: distinfo,v 1.4 2012/11/04 13:45:23 wen Exp $
 
-SHA1 (Tree-DAG_Node-1.06.tar.gz) = 8f412087b33942df06f20ca7c2e8ea0bd2354742
-RMD160 (Tree-DAG_Node-1.06.tar.gz) = b3011e10cbfe8b1dbc7d3ee191e6dbe692b18d46
-Size (Tree-DAG_Node-1.06.tar.gz) = 32843 bytes
+SHA1 (Tree-DAG_Node-1.07.tgz) = 1a73b460dc78451112b13e2c00e8924be4ec239c
+RMD160 (Tree-DAG_Node-1.07.tgz) = 6b981ca11f34ee0a6052ccce6ea688049caeb2ca
+Size (Tree-DAG_Node-1.07.tgz) = 43278 bytes



Home | Main Index | Thread Index | Old Index