diff options
author | mef <mef@pkgsrc.org> | 2015-03-15 13:16:17 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-03-15 13:16:17 +0000 |
commit | 7b4f3685255cdc6e0700302981344a2b09635f60 (patch) | |
tree | 78ff558061e1763bc241d0574562b885b38b5925 /devel | |
parent | bda6ab7ffacee23b6ac72bfbb3c9446acad40aae (diff) | |
download | pkgsrc-7b4f3685255cdc6e0700302981344a2b09635f60.tar.gz |
Update 2.05 to 2.10 (PKGVERSION is 2.0500 to 2.1000)
-----------------------------------------------------
2015-03-13 k <andk@cpan.org>
* release 2.10
* same code as 2.10-TRIAL
2015-02-22 k <andk@cpan.org>
* release 2.10-TRIAL
* Fix Makefile/Build file test in prereq_pm (Craig A. Berry; RT 98265)
* Don't use list assignment to %ENV in Distribution::make (Craig A.
Berry; RT 98265)
* Bump $VERSION in changed modules (for integration into blead, post
5.21.9) (Steve Hay)
* bump requirement for Socket.pm on Windows (Alexandr Ciornii)
2015-02-02 k <andk@cpan.org>
* release 2.09-TRIAL
* tune verbosity of failing tests in 30shell.t (Andreas Koenig)
* find or fetch MIRRORED.BY -- github #84 (brian d foy)
* bump $VERSION in modules changed since CPAN-2.00 -- github #83 (Steve
Hay)
2015-01-05 k <andk@cpan.org>
* release 2.08-TRIAL
* fixes binary test files github #81 (brian d foy)
2015-01-04 k <andk@cpan.org>
* release 2.07-TRIAL
* add support for Cwd::getdcwd and introduce workaround for a
misbehaviour seen on Strawberry perl 5.20.1 (Andreas Koenig)
* fixes bug that possibly CPAN::Meta::Requirements was not loaded in
time (Andreas Koenig)
* silences unini warnings from missing environment variables (tlhackque)
* fixes chdir after building dependencies bug github #79 and #80 (David
Schweikert)
* some new and some improved distroprefes files, and some have gone too
(Andreas Koenig, Slaven Rezic)
* introduces experimental support for plugins/hooks (#apw2014 in
Salzburg; Andreas Koenig, Branislav Zahradnik)
* catches more user errors on the 'o conf' commandline (Andreas Koenig)
* integrates the App::Cpan sources taken over from brian with lots of
cleanup from him, so that they have less chance to digress (brian d foy)
* fixes clear_credentials that were completely broken (Len Jaffe)
* fixes typos (David Horner)
2014-08-06 k <andk@cpan.org>
* release 2.06-TRIAL
* lazy load CPAN::Meta::Requirements (David Golden)
* fix $rtt handling in App::Cpan (Peter Martini)
* bump CPAN::Meta::Requirements requirement (Karen Etheridge)
* fix unini warning in App::Cpan (mudler)
* tiny distroprefs fixes (Andreas Koenig)
* remove beta warning from distroprefs documentation (Andreas Koenig)
* do not check recursion on optional dependencies (Andreas Koenig)
* address rt.cpan.org #95271: sanity check META.yml to contain a hash
(Alexandr Ciornii, Andreas Koenig)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-CPAN/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-CPAN/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-CPAN/Makefile b/devel/p5-CPAN/Makefile index 45ad9182a12..5d0cc53d698 100644 --- a/devel/p5-CPAN/Makefile +++ b/devel/p5-CPAN/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2014/05/31 11:42:32 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2015/03/15 13:16:17 mef Exp $ -DISTNAME= CPAN-2.05 +DISTNAME= CPAN-2.10 PKGNAME= p5-${DISTNAME}00 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AN/ANDK/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://metacpan.org/release/CPAN diff --git a/devel/p5-CPAN/distinfo b/devel/p5-CPAN/distinfo index c1d8a35a606..2d528d08f7f 100644 --- a/devel/p5-CPAN/distinfo +++ b/devel/p5-CPAN/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2014/05/31 11:42:32 wiz Exp $ +$NetBSD: distinfo,v 1.8 2015/03/15 13:16:17 mef Exp $ -SHA1 (CPAN-2.05.tar.gz) = ccd103f414115e24230017510a304455f6a56c22 -RMD160 (CPAN-2.05.tar.gz) = fdf0fd443adb2553160db616532b4e78da8f63fc -Size (CPAN-2.05.tar.gz) = 775502 bytes +SHA1 (CPAN-2.10.tar.gz) = a1b9718bc9cec4313a083fec6c39aefc82d83996 +RMD160 (CPAN-2.10.tar.gz) = aba8a1f314d546cca296395187a113d006961f1a +Size (CPAN-2.10.tar.gz) = 797024 bytes |