diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-07-15 20:29:10 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-07-15 20:29:10 +0000 |
commit | 7a39eb2e8073a6c2eee58229bbf0c0e725a39995 (patch) | |
tree | d887b4f9b2cc8ecbc166534a93a5d0c048ecfd45 /textproc/p5-Pod-Escapes | |
parent | 75dccc7cf944ad38366f1a9cf1a1076ee6c5969d (diff) | |
download | pkgsrc-7a39eb2e8073a6c2eee58229bbf0c0e725a39995.tar.gz |
Update to 1.06. From the changelog:
* e2charnum() was using \d but should use [0-9].
RT#70246 report and fix from MARCGREEN
* Added a bunch of pod-related links to SEE ALSO
* Added PREREQ_PM, MIN_PERL_VERSION, LICENSE and repo to Makefile.PL
* Made strict- and warnings-clean.
* Fixed syntax error in abstract: RT#49985 from JDHEDDEN
* Fixed typo reported in RT#85374 by dsteinbrunner
* Renamed this file to Changes and reformatted as per CPAN::Changes::Spec
* Deleted META.yml so MakeMaker will generate MYMETA.{yml,json}
* Noted in pod that now being maintained by NEILB
* Added link to github repo in pod
Diffstat (limited to 'textproc/p5-Pod-Escapes')
-rw-r--r-- | textproc/p5-Pod-Escapes/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Pod-Escapes/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Pod-Escapes/Makefile b/textproc/p5-Pod-Escapes/Makefile index e89008557ed..d3dda337cc9 100644 --- a/textproc/p5-Pod-Escapes/Makefile +++ b/textproc/p5-Pod-Escapes/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2014/05/29 23:37:38 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/07/15 20:29:10 schmonz Exp $ -DISTNAME= Pod-Escapes-1.04 +DISTNAME= Pod-Escapes-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} diff --git a/textproc/p5-Pod-Escapes/distinfo b/textproc/p5-Pod-Escapes/distinfo index e878692f8af..1ca9c7569d9 100644 --- a/textproc/p5-Pod-Escapes/distinfo +++ b/textproc/p5-Pod-Escapes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:48:45 agc Exp $ +$NetBSD: distinfo,v 1.3 2014/07/15 20:29:10 schmonz Exp $ -SHA1 (Pod-Escapes-1.04.tar.gz) = ef4700d984eb0cd12cb0ebba5e98d074aada1769 -RMD160 (Pod-Escapes-1.04.tar.gz) = 0043f7207c370a2e8d004b43a597819e9326685c -Size (Pod-Escapes-1.04.tar.gz) = 10187 bytes +SHA1 (Pod-Escapes-1.06.tar.gz) = 838a7c8b31f4ab851bc615786888da88bbda91ae +RMD160 (Pod-Escapes-1.06.tar.gz) = ac3324d68b93d6f622a81f26d3632cda99211905 +Size (Pod-Escapes-1.06.tar.gz) = 11469 bytes |