pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Dist-Zilla Updated devel/p5-Dist-Zilla to 6.0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32d6eebc6be8
branches:  trunk
changeset: 347812:32d6eebc6be8
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon May 30 21:33:14 2016 +0000

description:
Updated devel/p5-Dist-Zilla to 6.005  (From 5.047)
--------------------------------------------------
6.005     2016-05-23 08:08:15-04:00 America/New_York
        - NextRelease now dies if there's no changelog file found
          (thanks, Karen Etheridge)
        - Module::Runtime replaces Class::Load (thanks Olivier Mengu?)

6.004     2016-05-14 09:14:19-04:00 America/New_York (TRIAL RELEASE)
        - stop listing Path::Class as a prereq (thanks, Karen Etheridge)
        - update docs on path types (thanks, Graham Ollis)

6.003     2016-04-24 19:23:46+01:00 Europe/London (TRIAL RELEASE)
        - leading BOM (FEFF) is stripped on UTF-8 content
        - PPI now handles characters, not bytes, fixing non-ASCII
          non-comments in your source

6.002     2016-04-23 17:50:26+01:00 Europe/London (TRIAL RELEASE)
        - tweaks to Dist::Zilla::Path to keep plugins from v5 era working

6.001     2016-04-23 13:21:56+01:00 Europe/London
        [THIS RELEASE MIGHT BREAK YOUR BUILD]
        - Using a Dist::Zilla::Path like a Path::Class object now issues a
          deprecation warning ("this will be removed") once per call site.

6.000     2016-04-23 11:35:28+01:00 Europe/London (TRIAL RELEASE)
        [THIS RELEASE MIGHT BREAK YOUR BUILD]
        - Path::Class has been excised in favor of Path::Tiny, exposed as
          Dist::Zilla::Path; it will still respond to ->subdir and ->file, but
          only until Dist::Zilla v7 -- fix your plugins by then!

        - The --verbose switch to dzil is now strictly on/off.  To set
          verbosity on a per-plugin basis, use the -V switch.  Unfortunately,
          per-plugin verbosity seems to have been broken for some time, anyway.

        - The plugins [Prereq] and [AutoPrereq] and [BumpVersion] have been
          removed.  These were long deprecated.  (Don't confuse Prereq, for
          example, with the plural Prereqs, which is the correct plugin.)

        - [PkgVersion] now supports a use_package argument which will put the
          version in the package statement.  (Remember that this syntax was
          introduced in perl v5.12.0.)

        - Dist::Zilla now requires perl v5.14.0.  It will still happily build
          dists that run on whatever version of perl you like.

diffstat:

 devel/p5-Dist-Zilla/Makefile |   4 ++--
 devel/p5-Dist-Zilla/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9348c4cfd6f4 -r 32d6eebc6be8 devel/p5-Dist-Zilla/Makefile
--- a/devel/p5-Dist-Zilla/Makefile      Mon May 30 21:24:07 2016 +0000
+++ b/devel/p5-Dist-Zilla/Makefile      Mon May 30 21:33:14 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/05/03 11:58:01 mef Exp $
+# $NetBSD: Makefile,v 1.20 2016/05/30 21:33:14 mef Exp $
 
-DISTNAME=      Dist-Zilla-5.047
+DISTNAME=      Dist-Zilla-6.005
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Dist/}
diff -r 9348c4cfd6f4 -r 32d6eebc6be8 devel/p5-Dist-Zilla/distinfo
--- a/devel/p5-Dist-Zilla/distinfo      Mon May 30 21:24:07 2016 +0000
+++ b/devel/p5-Dist-Zilla/distinfo      Mon May 30 21:33:14 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/05/03 11:58:01 mef Exp $
+$NetBSD: distinfo,v 1.14 2016/05/30 21:33:14 mef Exp $
 
-SHA1 (Dist-Zilla-5.047.tar.gz) = 6e0d1256fa0556aa73fc60520f6142a2e9513808
-RMD160 (Dist-Zilla-5.047.tar.gz) = 952682fb63440b259f90421b06c27bcfa493ad38
-SHA512 (Dist-Zilla-5.047.tar.gz) = 929995469aaf1082309ee9a5710e9fec103c5138be5b26cab0273dca2c87aab7a6af827c1aa26764b77c49f4b7489a5f180b1bd8596b0257b57fd34769c957be
-Size (Dist-Zilla-5.047.tar.gz) = 192554 bytes
+SHA1 (Dist-Zilla-6.005.tar.gz) = 9fa167d2d04051dcb31fa3d39d72a94c87b68be0
+RMD160 (Dist-Zilla-6.005.tar.gz) = fbf98dce3bb8657d3cd309514c2313f1965a1f5b
+SHA512 (Dist-Zilla-6.005.tar.gz) = 2f72c30c90d634afafbe0207eb873d9ae93ce1dbe49042d5fd402540d5a8bd21f19ddd614bdd7554cba466022d0c3cb2ef108111d65765877a4cad1ef610527d
+Size (Dist-Zilla-6.005.tar.gz) = 194767 bytes



Home | Main Index | Thread Index | Old Index