pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-Install Updating package for p5 modu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a93d67f343fa
branches:  trunk
changeset: 397180:a93d67f343fa
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Aug 09 11:23:02 2009 +0000

description:
Updating package for p5 module ExtUtils::Install from 1.52 to 1.54

pkgsrc changes:
  - Adding perl5 license

Upstream changes:
1.54

This is a "no-change" version bump because I pushed the v1.53 change
and then realized that MakeMaker.t was a bad name for a file that would
end up in core where the EUMM tests and the EUI tests are in the same
directory. This renames it to InstallWithMM.t.

1.53

Final stage of the divorce from EUMM. Now the EUMM related tests are no
longer shared. Build.pl and Build.t go, and there shall be peace on earth.
At least until somebody patches EUMM/t/basic.t for something EUI related...

Thanks to M. Schwern for helping me work this one out. Cheers man.

1.52_03

Missed the t/Installed.t test from core. Bumped version number to allow
a new distro to be released.

1.52_02

Make _chmod verbose message use octal modes, thanks to BDFOY

Further changes from core, including lastest test file infrastructure
from EUMM.

Fixed a number of problems in ExtUtils::Installed, for various reasons
this includes a version bump to 1.999_001, which will eventually become
version 2.0. These problems related to finding modules that were installed
with either INSTALL_BASE or PREFIX. Hopefully this resolves these issues.

1.52_01 (core only release)

Changes from Core:

commit 3d55b451d9544fbd4c27c33287b76bee30328830
Author: John Malmberg
Date:   Sun Feb 15 09:25:10 2009 -0600

    ExtUtils::Install VMS extended character set support

    Preview from https://rt.cpan.org/Ticket/Display.html?id=42149

diffstat:

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

diffs (33 lines):

diff -r 4a31f18e6a2f -r a93d67f343fa devel/p5-ExtUtils-Install/Makefile
--- a/devel/p5-ExtUtils-Install/Makefile        Sun Aug 09 11:17:32 2009 +0000
+++ b/devel/p5-ExtUtils-Install/Makefile        Sun Aug 09 11:23:02 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2009/06/13 06:46:45 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2009/08/09 11:23:02 sno Exp $
 
-DISTNAME=      ExtUtils-Install-1.52
+DISTNAME=      ExtUtils-Install-1.54
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
@@ -8,6 +8,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/ExtUtils-Install/
 COMMENT=       Install files from here to there
+LICENSE=       ${PERL5_LICENSE}
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/ExtUtils/Install/.packlist
diff -r 4a31f18e6a2f -r a93d67f343fa devel/p5-ExtUtils-Install/distinfo
--- a/devel/p5-ExtUtils-Install/distinfo        Sun Aug 09 11:17:32 2009 +0000
+++ b/devel/p5-ExtUtils-Install/distinfo        Sun Aug 09 11:23:02 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/12/20 22:07:45 he Exp $
+$NetBSD: distinfo,v 1.3 2009/08/09 11:23:02 sno Exp $
 
-SHA1 (ExtUtils-Install-1.52.tar.gz) = 7660067021b72fca7898d0963a92189690d78491
-RMD160 (ExtUtils-Install-1.52.tar.gz) = 2391d02cfd9631eeae4dcc634b650e6cd2bade79
-Size (ExtUtils-Install-1.52.tar.gz) = 66252 bytes
+SHA1 (ExtUtils-Install-1.54.tar.gz) = a32c1168b3ac47e10110d7ad5f780c961b54216c
+RMD160 (ExtUtils-Install-1.54.tar.gz) = 1703beb8641c8fcfe1a937193e768e47ade0313b
+Size (ExtUtils-Install-1.54.tar.gz) = 67337 bytes



Home | Main Index | Thread Index | Old Index