diff options
author | hiramatsu <hiramatsu> | 2014-02-23 02:12:37 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2014-02-23 02:12:37 +0000 |
commit | 6014ee610c5f7baa6a4039f3e23d2fa141bb33c5 (patch) | |
tree | dcff8a0c53aa7dcdab541047cbb2698ededd81e2 /textproc | |
parent | 45222fb718a688e89b2646aa3a6a59f63d823d3c (diff) | |
download | pkgsrc-6014ee610c5f7baa6a4039f3e23d2fa141bb33c5.tar.gz |
Update textproc/p5-Dist-Zilla-Plugin-PodWeaver to 4.005.
Changes from previous:
----------------------
4.005 2014-01-07 20:06:10-05:00 America/New_York
require a newer PerlMunger to deal with non-ASCII input
4.004 2014-01-04 13:55:59 America/New_York
fix the breakage of [PodWeaver] with weaver.ini
4.003 2014-01-04 08:17:17 America/New_York
allow config_plugin to be given more than once
4.002 2013-11-12 13:15:37 America/New_York
add weaver config to plugin config dump
4.001 2013-11-02 11:40:33 America/New_York
stable release of v4
4.000 2013-10-20 08:15:20 America/New_York (TRIAL RELEASE)
update to Pod::Weaver 4!
3.102000 2013-09-25 20:56:36 America/New_York
include the plugin configuration details in x_Dist_Zilla metadata
(thanks, Karen Etheridge!)
3.101642 2013-07-25 14:05:58 America/Los_Angeles
pass the DZ logger to Pod::Weaver along correctly if weaver.ini exists
document use of FileFinderUser and the finder attribute
remove unused module loading, defer other loading until runtime
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Dist-Zilla-Plugin-PodWeaver/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile index d277926cc6f..00498ee826b 100644 --- a/textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile +++ b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:42:09 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/02/23 02:12:37 hiramatsu Exp $ -DISTNAME= Dist-Zilla-Plugin-PodWeaver-3.101641 +DISTNAME= Dist-Zilla-Plugin-PodWeaver-4.005 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/} @@ -18,7 +17,7 @@ DEPENDS+= p5-Moose-Autobox-[0-9]*:../../devel/p5-Moose-Autobox DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI DEPENDS+= p5-Pod-Elemental-[0-9]*:../../textproc/p5-Pod-Elemental DEPENDS+= p5-Pod-Elemental-PerlMunger-[0-9]*:../../textproc/p5-Pod-Elemental-PerlMunger -DEPENDS+= p5-Pod-Weaver>=3.100710:../../textproc/p5-Pod-Weaver +DEPENDS+= p5-Pod-Weaver>=4:../../textproc/p5-Pod-Weaver DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean BUILD_DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule diff --git a/textproc/p5-Dist-Zilla-Plugin-PodWeaver/distinfo b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/distinfo index b0479958df7..e5ac725db47 100644 --- a/textproc/p5-Dist-Zilla-Plugin-PodWeaver/distinfo +++ b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/08/08 12:21:11 sno Exp $ +$NetBSD: distinfo,v 1.2 2014/02/23 02:12:37 hiramatsu Exp $ -SHA1 (Dist-Zilla-Plugin-PodWeaver-3.101641.tar.gz) = 572ab249b81fc9cdfe7e2889d696872df2580360 -RMD160 (Dist-Zilla-Plugin-PodWeaver-3.101641.tar.gz) = 7ab2ff13a7586ac7c376cc6a758884d58ee432ff -Size (Dist-Zilla-Plugin-PodWeaver-3.101641.tar.gz) = 11674 bytes +SHA1 (Dist-Zilla-Plugin-PodWeaver-4.005.tar.gz) = fe84182119f364009b894e5ea2fc49e35aa40564 +RMD160 (Dist-Zilla-Plugin-PodWeaver-4.005.tar.gz) = 1432e774c506450f09d09ac2758e19ba010f7401 +Size (Dist-Zilla-Plugin-PodWeaver-4.005.tar.gz) = 15061 bytes |