diff options
author | sno <sno@pkgsrc.org> | 2009-08-09 11:23:02 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-09 11:23:02 +0000 |
commit | f483d135ecea81196f03ca002ffb1365a3ff7b61 (patch) | |
tree | ab5e305a80c0bc6426a2460afc357bfccc7a1965 /devel | |
parent | ce624014b1a0114f40b2a9b13624cce1ef10db68 (diff) | |
download | pkgsrc-f483d135ecea81196f03ca002ffb1365a3ff7b61.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/p5-ExtUtils-Install/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-ExtUtils-Install/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-ExtUtils-Install/Makefile b/devel/p5-ExtUtils-Install/Makefile index 22facfc5585..015acd87e50 100644 --- a/devel/p5-ExtUtils-Install/Makefile +++ b/devel/p5-ExtUtils-Install/Makefile @@ -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 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/devel/p5-ExtUtils-Install/distinfo b/devel/p5-ExtUtils-Install/distinfo index f0d4f12b5d0..8abfe54885a 100644 --- a/devel/p5-ExtUtils-Install/distinfo +++ b/devel/p5-ExtUtils-Install/distinfo @@ -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 |