pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Spell Update to 1.20
details: https://anonhg.NetBSD.org/pkgsrc/rev/9155c31d1b64
branches: trunk
changeset: 347984:9155c31d1b64
user: wen <wen%pkgsrc.org@localhost>
date: Sun Jun 05 07:37:49 2016 +0000
description:
Update to 1.20
Update DEPENDS
Upstream changes:
1.20 2016-04-22
- Stable release, made in Rugby, UK during Perl QA Hackathon 2016
1.19_91 2016-04-21
- Drop use of File::ShareDir::ProjectDistDir (GitHub #26). Thanks Kent
Fredric!
- Allow stop words with '.' (GitHub #28). Thanks Paulo Custodio!
1.19_90 2016-02-20
- Hide internals: the POD parser is moved to a private package and
the Pod::Spell package now only exposes the public interface.
This is a first step towards rewriting the parser using Pod::Simple
(planned for Pod-Spell-2.0).
- 'parse_from_file' and 'parse_from_filehandle' are now explicitely
documented (by copying doc from Pod::Parser).
diffstat:
textproc/p5-Pod-Spell/Makefile | 5 ++---
textproc/p5-Pod-Spell/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (35 lines):
diff -r 9d7aa1bef16b -r 9155c31d1b64 textproc/p5-Pod-Spell/Makefile
--- a/textproc/p5-Pod-Spell/Makefile Sun Jun 05 07:30:21 2016 +0000
+++ b/textproc/p5-Pod-Spell/Makefile Sun Jun 05 07:37:49 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/04/07 12:31:43 wen Exp $
+# $NetBSD: Makefile,v 1.20 2016/06/05 07:37:49 wen Exp $
-DISTNAME= Pod-Spell-1.19
+DISTNAME= Pod-Spell-1.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
@@ -15,7 +15,6 @@
DEPENDS+= p5-Class-Tiny>=0:../../devel/p5-Class-Tiny
DEPENDS+= p5-File-ShareDir>=0:../../devel/p5-File-ShareDir
DEPENDS+= p5-File-ShareDir-Install>=0:../../devel/p5-File-ShareDir-Install
-DEPENDS+= p5-File-ShareDir-ProjectDistDir>=0:../../devel/p5-File-ShareDir-ProjectDistDir
# for make test
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
diff -r 9d7aa1bef16b -r 9155c31d1b64 textproc/p5-Pod-Spell/distinfo
--- a/textproc/p5-Pod-Spell/distinfo Sun Jun 05 07:30:21 2016 +0000
+++ b/textproc/p5-Pod-Spell/distinfo Sun Jun 05 07:37:49 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/04/07 12:31:43 wen Exp $
+$NetBSD: distinfo,v 1.8 2016/06/05 07:37:49 wen Exp $
-SHA1 (Pod-Spell-1.19.tar.gz) = 7c726f3bd1a06f9d8bd75d98f1bedb83cbfd17e1
-RMD160 (Pod-Spell-1.19.tar.gz) = 35675a6c6dc0d4420e413d994cbd0252dccf4a29
-SHA512 (Pod-Spell-1.19.tar.gz) = d9be19a67558d1d6e5c42f50df963ff3b2168f5cf78d25d7415c4fef92d5c6dfa0d0db0621d58358ea438efb50542652febaf8d18a7e3c16e79412bf8ae09999
-Size (Pod-Spell-1.19.tar.gz) = 29244 bytes
+SHA1 (Pod-Spell-1.20.tar.gz) = c748953762e7e3d4e651df58172107f6751464d1
+RMD160 (Pod-Spell-1.20.tar.gz) = c65229646dc519914b7e911ad50a55afb06946fd
+SHA512 (Pod-Spell-1.20.tar.gz) = 9a676a897dae7dfe37e9bfca2e5c11bcdc3221ed532b79970e6cc4d0de8dec0eca754cb9fbc5cbbbf6533a213c284d691609dd86d246ae146187bd9cd37d292e
+Size (Pod-Spell-1.20.tar.gz) = 31220 bytes
Home |
Main Index |
Thread Index |
Old Index