diff options
author | hiramatsu <hiramatsu> | 2014-02-24 10:47:31 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2014-02-24 10:47:31 +0000 |
commit | 162c93fff18d14e5ad532b1f97fc88bccc6d0bb4 (patch) | |
tree | e71e266919b4da1167e81a46c814264ad59e38d8 /textproc | |
parent | ce3984a04e3a89802a1dd12bb3e268dc6067d495 (diff) | |
download | pkgsrc-162c93fff18d14e5ad532b1f97fc88bccc6d0bb4.tar.gz |
Update textproc/p5-Pod-Weaver to 4.006.
Changes from previous:
----------------------
4.006 2014-01-07 20:12:37-05:00 America/New_York
- update tests to pass octets to ->read_string, as is proper
4.005 2013-12-21 15:01:46-0500 America/New_York
- updated tests for the new (fixed, consistent) string behavior in
Mixin::Linewise
4.004 2013-11-05 21:50:13 America/New_York
- allow multi-line formats for VERSION plugin (thanks, Alex Peters)
- ...including the %T-prefix for lines only included in
trial releases
- look for PODNAME more consistently (thanks, Chris Weyl)
- put license filename in F<> formatting (thanks, Alex Peters)
4.003 2013-11-02 22:58:43 America/New_York
- note that [@Default] contains [-SingleEncoding] (thanks, Caleb
Cushing)
4.002 2013-11-02 11:37:04 America/New_York
[ THIS MIGHT BREAK YOUR CODE ]
- stable release of previous v4 changes
4.001 2013-10-20 10:50:50 America/New_York (TRIAL RELEASE)
[ THIS MIGHT BREAK YOUR CODE ]
- SingleEncoding now accepts found =encodings as long as they match,
unless the plugin's encoding attribute was set explicitly
4.000 2013-10-19 17:20:59 America/New_York (TRIAL RELEASE)
[ THIS MIGHT BREAK YOUR CODE ]
- the SingleEncoding plugin to force one consistent =encoding
- ...is now enabled, for UTF-8, in the default configuration
3.101640 2013-09-17 08:57:41 Asia/Tokyo
- fix repository links! argh, oops
3.101639 2013-09-17 08:56:05 Asia/Tokyo
- documentation fix: mention that =func exists in the default
configuration (thanks, Joshua Keroes!)
- removed use of deprecated Class::MOP::load_class (thanks, Karen
Etheridge)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Weaver/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Pod-Weaver/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Pod-Weaver/Makefile b/textproc/p5-Pod-Weaver/Makefile index 9d95f0e4f9f..ae3d08f5251 100644 --- a/textproc/p5-Pod-Weaver/Makefile +++ b/textproc/p5-Pod-Weaver/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:42:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/02/24 10:47:31 hiramatsu Exp $ -DISTNAME= Pod-Weaver-3.101638 +DISTNAME= Pod-Weaver-4.006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} diff --git a/textproc/p5-Pod-Weaver/distinfo b/textproc/p5-Pod-Weaver/distinfo index 971b6fa2006..3c9874d07d0 100644 --- a/textproc/p5-Pod-Weaver/distinfo +++ b/textproc/p5-Pod-Weaver/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/08/08 11:45:04 sno Exp $ +$NetBSD: distinfo,v 1.2 2014/02/24 10:47:31 hiramatsu Exp $ -SHA1 (Pod-Weaver-3.101638.tar.gz) = 25574907afb9c29550c68299531754fbaf6ae118 -RMD160 (Pod-Weaver-3.101638.tar.gz) = 1916bcc2cde8bc0c7b3a5a4717bb48106a1123d7 -Size (Pod-Weaver-3.101638.tar.gz) = 29638 bytes +SHA1 (Pod-Weaver-4.006.tar.gz) = fba3ce66ca05ea25f819d48a9fdee879958dd2b5 +RMD160 (Pod-Weaver-4.006.tar.gz) = aba0a8859ac7db0189d4146774fc175ad1419b65 +Size (Pod-Weaver-4.006.tar.gz) = 33483 bytes |