pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Pod pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/851d414a48fe
branches:  trunk
changeset: 395900:851d414a48fe
user:      sno <sno%pkgsrc.org@localhost>
date:      Thu Jul 16 06:13:48 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module Test::Pod from 1.26nb1 to 1.40
  - Adjusting LICENSE and dependencies

Upstream changes:
1.40 - Sun Jul 12 23:32:11 CDT 2009
    [THINGS THAT MAY BREAK YOUR CODE]
    Test::Pod now requires Perl 5.8.0.

    [ENHANCEMENTS]
    Test::Pod now complains about the illegal construct L<text|url>.
    Thanks to Paul Miller.

    The list of directories to exclude is now much longer, and is
    available in %Test::Pod::ignore_dirs.  This list is right now:

        '.bzr' => 'Bazaar',
        '.git' => 'Git',
        '.hg'  => 'Mercurial',
        '.pc'  => 'quilt',
        '.svn' => 'Subversion',
        CVS    => 'CVS',
        RCS    => 'RCS',
        SCCS   => 'SCCS',
        _darcs => 'darcs',
        _sgbak => 'Vault/Fortress',

diffstat:

 devel/p5-Test-Pod/Makefile |  8 ++++----
 devel/p5-Test-Pod/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 6a0abe2c934c -r 851d414a48fe devel/p5-Test-Pod/Makefile
--- a/devel/p5-Test-Pod/Makefile        Thu Jul 16 06:07:16 2009 +0000
+++ b/devel/p5-Test-Pod/Makefile        Thu Jul 16 06:13:48 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2008/10/19 19:18:01 he Exp $
+# $NetBSD: Makefile,v 1.17 2009/07/16 06:13:48 sno Exp $
 
-DISTNAME=              Test-Pod-1.26
+DISTNAME=              Test-Pod-1.40
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 SVR4_PKGNAME=          p5tp
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -10,10 +9,11 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/Test-Pod/
 COMMENT=               Perl5 module to check for POD errors in files
+LICENSE=               artistic-2.0 OR gnu-gpl-v2
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=              p5-Pod-Simple>=3.02nb1:../../textproc/p5-Pod-Simple
+DEPENDS+=              p5-Pod-Simple>=3.07:../../textproc/p5-Pod-Simple
 DEPENDS+=              {p5-Test-Simple>=0.62,perl>=5.8.8}:../../devel/p5-Test-Simple
 
 USE_LANGUAGES=         # empty
diff -r 6a0abe2c934c -r 851d414a48fe devel/p5-Test-Pod/distinfo
--- a/devel/p5-Test-Pod/distinfo        Thu Jul 16 06:07:16 2009 +0000
+++ b/devel/p5-Test-Pod/distinfo        Thu Jul 16 06:13:48 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/10/21 09:38:29 obache Exp $
+$NetBSD: distinfo,v 1.5 2009/07/16 06:13:48 sno Exp $
 
-SHA1 (Test-Pod-1.26.tar.gz) = 3d601ac632dd444eec5293c676b2aa4149a43d4e
-RMD160 (Test-Pod-1.26.tar.gz) = 349eae32550fff5c1e8668c3d64a7cac1bc7f73a
-Size (Test-Pod-1.26.tar.gz) = 6807 bytes
+SHA1 (Test-Pod-1.40.tar.gz) = 1d833844267dfbb01880b7e0112e325e6ae992b1
+RMD160 (Test-Pod-1.40.tar.gz) = 6bc16541b1d5310581c5512d78b414d03e1a771c
+Size (Test-Pod-1.40.tar.gz) = 7697 bytes



Home | Main Index | Thread Index | Old Index