summaryrefslogtreecommitdiff
path: root/devel/p5-CPAN/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-31 11:42:32 +0000
committerwiz <wiz>2014-05-31 11:42:32 +0000
commit77e834f5a8f79376d6d04dbdecae1bdbad8e44cf (patch)
tree7cfe80635e42a539f7ffb4b7190173f5f4b6ed7d /devel/p5-CPAN/Makefile
parentfb51fed26f4b113beea7741d7c65ecfa4c26f6d1 (diff)
downloadpkgsrc-77e834f5a8f79376d6d04dbdecae1bdbad8e44cf.tar.gz
Update to 2.05:
2014-04-18 k <andk@cpan.org> * release 2.05 * amendments to the Changes file only, no code change: the github issue numbers were confused in the TRIAL releases. Thanks to Steve Hay for spotting. 2014-04-04 k <andk@cpan.org> * release 2.05-TRIAL2 * doc improvement for scan_cache/atstart (Slaven Rezic) * test improvement in 31session to fix false positives 2014-03-31 k <andk@cpan.org> * release 2.05-TRIAL * take github #68 as 086c901: smoke faster (Alexandr Ciornii) * take github #67 as cfa93ad, to fix github #64: local::lib shell variable string output (David Golden) * take github #66 as 4c0da4e, to fix github #65: loop with "notest test some-module-with-dependencies" (Andreas Koenig, David Golden) 2014-03-18 Andreas Koenig <k@UX31A> * release 2.04-TRIAL * history of master branch was rewritten after Tour de France bughunting (Lyon #QA2014); apologies to all repository followers: the real history, as it actually went, is not worth being recorded in the master branch. * address #91706 and #86915: the 'force install' bug and the endless loop bugs reported in the two tickets are fixed (joined forces) * new configure option 'use_prompt_default' (David Golden) * add new dummy distros OptionalPrereq and CircularPrereq for testing recommends/suggests support * experimental recommends/suggests support (David Golden, Andreas Koenig) * enable hiding of directories in the distroprefs tree (suggested by Slaven Rezić) 2013-09-15 k <andk@cpan.org> * release 2.03-TRIAL * load META.yml not META.json (Tatsuhiko Miyagawa) * support numerics in cpan IDs (Tatsuhiko Miyagawa) * address #88565: fix unreachable core bug (Father Chrysostomos, David Golden, bb225be54aff753058e149c95ac3047f54892746) * address #76831: spaces on Win32 combined with make_install_make_command (Reini Urban, Steve Hay) * address #86405, #86406: fix typos, clarify comments (found by David Steinbrunner) * address #86915: upgrade build method from "make" to "test" on dependencies declared as build_requires (Andreas Koenig, fa1d3087d5246a08741c944768a9732c35c944af) 2013-06-23 Andreas Koenig <k@UX31A> * release 2.02-TRIAL * the production of META.json was missing in 2.01 2013-06-22 Andreas Koenig <k@UX31A> * release 2.01-TRIAL * add binmode in two places in CPAN::Tarzip (Dave Saville via RT #86328) * make distroprefs tolerant against missing prefs dir (akoenig) * regain 5.6.2 compatibility (akoenig) * add PAUSE key up to 2015 (akoenig) 2013-06-18 Andreas Koenig <k@UX31A> * Use CPAN::Mirrors correctly (brian d foy) * Add default_mirror(), clean up docs a bit (brian d foy) * allow subdirectories in distroprefs (Alexandr Ciornii) * www.cpan.org is now the default CPAN mirror (David Golden) * Adds recommends_policy and suggests_policy to support recommended and suggested prerequisites (David Golden; incomplete because partially reverted) * Adds recommends_policy and suggests_policy to support (David Golden; incomplete because partially reverted) * Fix various prerequisite resolution bugs (David Golden) * Internal: Split 'make' method into 'prepare' and 'make' methods (Matt S. Trout and David Golden) * Internal: Refactor get/prepare/make/test/install shortcut logic and return values (David Golden)
Diffstat (limited to 'devel/p5-CPAN/Makefile')
-rw-r--r--devel/p5-CPAN/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-CPAN/Makefile b/devel/p5-CPAN/Makefile
index 842e90f5dbd..45ad9182a12 100644
--- a/devel/p5-CPAN/Makefile
+++ b/devel/p5-CPAN/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2014/05/29 23:35:40 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.12 2014/05/31 11:42:32 wiz Exp $
-DISTNAME= CPAN-2.00
+DISTNAME= CPAN-2.05
PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AN/ANDK/}