pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Coverage Update p5-Pod-Coverage to 0.18.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73522e9a97f9
branches:  trunk
changeset: 520405:73522e9a97f9
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Oct 21 08:11:10 2006 +0000

description:
Update p5-Pod-Coverage to 0.18.
Based on patch privided by Martin Wilke via PR 34421.
And this version depend on p5-Devel-Symdump>=2.01.

0.18    Friday 4th August, 2006
        Rewrite _CvGV in terms of B::CV - no xs dependency anymore
        (suggested by Tim Bunce)

        Add the (FETCH|MODIFY)_$foo_ATTRIBUTES methods to the private
        stoplists. (rt #12451)

        Support documentation where the method name is documented in a
        ::qualified style (rt #14635)

        Ignores new (5.8) magic CLONE and CLONE_SKIP methods. (rt #17489)

        Added a nonwhitespace option (Alex - rt #14950)

diffstat:

 textproc/p5-Pod-Coverage/Makefile |  7 +++----
 textproc/p5-Pod-Coverage/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r f24e069b7dd7 -r 73522e9a97f9 textproc/p5-Pod-Coverage/Makefile
--- a/textproc/p5-Pod-Coverage/Makefile Sat Oct 21 07:57:21 2006 +0000
+++ b/textproc/p5-Pod-Coverage/Makefile Sat Oct 21 08:11:10 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:48 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/10/21 08:11:10 obache Exp $
 
-DISTNAME=      Pod-Coverage-0.17
+DISTNAME=      Pod-Coverage-0.18
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Pod/}
 
@@ -10,7 +9,7 @@
 HOMEPAGE=      http://search.cpan.org/dist/Pod-Coverage/
 COMMENT=       Checks if the documentation of a module is comprehensive
 
-DEPENDS+=      p5-Devel-Symdump-[0-9]*:../../devel/p5-Devel-Symdump
+DEPENDS+=      p5-Devel-Symdump>=2.01:../../devel/p5-Devel-Symdump
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
diff -r f24e069b7dd7 -r 73522e9a97f9 textproc/p5-Pod-Coverage/distinfo
--- a/textproc/p5-Pod-Coverage/distinfo Sat Oct 21 07:57:21 2006 +0000
+++ b/textproc/p5-Pod-Coverage/distinfo Sat Oct 21 08:11:10 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:48:45 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/10/21 08:11:10 obache Exp $
 
-SHA1 (Pod-Coverage-0.17.tar.gz) = 5fcbf18ce51643f9ae0e8488190b4757955d2295
-RMD160 (Pod-Coverage-0.17.tar.gz) = 83d16f2ced5c95e790699f99e7d777839c25a7be
-Size (Pod-Coverage-0.17.tar.gz) = 12692 bytes
+SHA1 (Pod-Coverage-0.18.tar.gz) = b2ba1b2ee7313f4cfd209e9d0ee0f3f993d4a022
+RMD160 (Pod-Coverage-0.18.tar.gz) = 36b17b5bf77b7aeb6531cad09dbcde6ab3bb629d
+Size (Pod-Coverage-0.18.tar.gz) = 13292 bytes



Home | Main Index | Thread Index | Old Index