pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Install - updated to 0.76



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ece3cdfecc10
branches:  trunk
changeset: 544725:ece3cdfecc10
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Fri Jul 18 13:49:48 2008 +0000

description:
- updated to 0.76
ChangeLog:
0.76 Thu 17 Jul 2008
        - ExtUtils::MakeMaker no longer complains when its version
          contains an underscore. (PJF, RT #35800)
        - Documentation patches to Module::Install::Admin and
          Module::Install::Base. (Adriano Ferreira, RT #27696)
        - Corrected broken internal link in Module/Install.pod. (PJF)
        - The 'examples' directory will no longer be included
          twice in META.yml/no_index/directory. (PJF)
        - Move to the new 1.4 version of the META.yml specification (ADAMK)
        - Automatically provide resources:license for
          license('perl') (ADAMK)
        - Implemented the bugtracker_from command (ADAMK)
        - Added bugtracker_from to the all_from command
          (Although we don't warn if not provided) (ADAMK)
        - Shifting minimum perl version for Module::Install to 5.005
          (Anything older should use ExtUtils::MakeMaker) (ADAMK)
        - perl_version errors if it gets a value less that 5.005 (ADAMK)
        - Created the new install_share implementation (ADAMK)
        - Added the ppport function for adding ppport.h (ADAMK)
        - Bumped File::Remove from test_requires to requires (ADAMK)
        - Added dependency on Devel::PPPort for ppport (ADAMK)

0.75 Mon  2 Jun 2008 - Adam Kennedy
        - Documenting the smaller post Module::Build core package
          Module::Install::With and removed experimental warning (ADAMK)
        - Disabled the broken install_share error check (CLACO)
        - Disabled "pointless version 0" warning, as it encourages less
          metadata (ADAMK)
        - Adding an experimental undocumented implementation of a
          "resources" and "repository" command (ADAMK)
        - Don't dump "tests" and "installdirs" to META.yml (ADAMK)

diffstat:

 devel/p5-Module-Install/Makefile |  5 ++---
 devel/p5-Module-Install/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 0511b3cd5557 -r ece3cdfecc10 devel/p5-Module-Install/Makefile
--- a/devel/p5-Module-Install/Makefile  Fri Jul 18 13:43:44 2008 +0000
+++ b/devel/p5-Module-Install/Makefile  Fri Jul 18 13:49:48 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2008/05/28 21:52:04 abs Exp $
+# $NetBSD: Makefile,v 1.5 2008/07/18 13:49:48 rhaen Exp $
 
-DISTNAME=      Module-Install-0.74
+DISTNAME=      Module-Install-0.76
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5moi
 CATEGORIES=    devel perl5
@@ -20,7 +20,6 @@
 DEPENDS+=      p5-YAML-Tiny>=1.30:../../textproc/p5-YAML-Tiny
 BUILD_DEPENDS+=        p5-File-Remove>=1.40:../../sysutils/p5-File-Remove
 
-USE_LANGUAGES= # empty
 PERL5_PACKLIST=                auto/Module/Install/.packlist
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 0511b3cd5557 -r ece3cdfecc10 devel/p5-Module-Install/distinfo
--- a/devel/p5-Module-Install/distinfo  Fri Jul 18 13:43:44 2008 +0000
+++ b/devel/p5-Module-Install/distinfo  Fri Jul 18 13:49:48 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/05/28 21:52:04 abs Exp $
+$NetBSD: distinfo,v 1.5 2008/07/18 13:49:48 rhaen Exp $
 
-SHA1 (Module-Install-0.74.tar.gz) = d682e43a0d993b46dbe8f292448d09e9eaea6484
-RMD160 (Module-Install-0.74.tar.gz) = f0ba7ac9ca364e1364f01e54f22293dd8fdc50d0
-Size (Module-Install-0.74.tar.gz) = 80608 bytes
+SHA1 (Module-Install-0.76.tar.gz) = b53ec7b97995ed50d59dace89498c6c4b794d9b1
+RMD160 (Module-Install-0.76.tar.gz) = 7e930f98a488059c259423ff501b8848bbef429d
+Size (Module-Install-0.76.tar.gz) = 123451 bytes



Home | Main Index | Thread Index | Old Index