Thu Oct 31 14:02:58 2019 UTC ()
(devel/p5-Test-Spelling) Updated from 0.20 to 0.25

0.25      2019-05-28
  - Re-worded the documentation.
  - Ordered documented function in alphabetical order.
  - Fixed up the synopsis.
  - Put function usage examples directly below the function name; this
    makes it easier to get clickable links for functions in metacpan
  - Documented get_pod_parser
  - Moved hunspell up to the preferred checker

0.24      2019-05-24
  - Fixup the prereqs some
  - Revert the unicode support added in the last release as it caused
    some test breakage

0.23      2019-05-21
  - Fixed some documentation errors (Mohammad S Anwar)
  - Added unicode support (Kivanc Yazan, GH PR#10)
  - Bump Perl prereq to 5.8 now that we support unicode
  - Don't inherit from Exporter (Olivier Menguč¾æ, GH PR#9)
  - Bump Exporter prereq to 5.57

0.22      2019-04-24
  - Zero-code-change release encompassing everything from 0.21
  - Resolves RT#120425 . in @INC should no longer be an issue

0.21      2019-04-19 (TRIAL)
  - Removed the POD spelling test from /t as it's now in /xt
  - Forego usage of inc::Module::Install for EU::MM
  - List out all prereqs individually; provide cpanfile
  - Use dzil to build the dist
  - Convert the README to markdown
  - Add a LICENSE file
  - Clean up the Changes log


(mef)
diff -r1.10 -r1.11 pkgsrc/devel/p5-Test-Spelling/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-Test-Spelling/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/devel/p5-Test-Spelling/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Spelling/Makefile 2019/08/11 13:20:37 1.10
+++ pkgsrc/devel/p5-Test-Spelling/Makefile 2019/10/31 14:02:58 1.11
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2019/08/11 13:20:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2019/10/31 14:02:58 mef Exp $
2 2
3DISTNAME= Test-Spelling-0.20 3DISTNAME= Test-Spelling-0.25
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 5 
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/SARTAK/Test-Spelling-0.20 9HOMEPAGE= https://metacpan.org/release/SARTAK/Test-Spelling-0.20
11COMMENT= Test::Spelling - check for spelling errors in POD files 10COMMENT= Test::Spelling - check for spelling errors in POD files
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Module-Install-GithubMeta-[0-9]*:../../devel/p5-Module-Install-GithubMeta 13DEPENDS+= p5-Module-Install-GithubMeta-[0-9]*:../../devel/p5-Module-Install-GithubMeta
15DEPENDS+= p5-Module-Manifest-Skip-[0-9]*:../../devel/p5-Module-Manifest-Skip 14DEPENDS+= p5-Module-Manifest-Skip-[0-9]*:../../devel/p5-Module-Manifest-Skip
16DEPENDS+= p5-Pod-Spell-[0-9]*:../../textproc/p5-Pod-Spell 15DEPENDS+= p5-Pod-Spell-[0-9]*:../../textproc/p5-Pod-Spell
17 16
18# for make test: 17# for make test:

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Test-Spelling/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Spelling/distinfo 2015/11/03 03:28:54 1.2
+++ pkgsrc/devel/p5-Test-Spelling/distinfo 2019/10/31 14:02:58 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2015/11/03 03:28:54 agc Exp $ 1$NetBSD: distinfo,v 1.3 2019/10/31 14:02:58 mef Exp $
2 2
3SHA1 (Test-Spelling-0.20.tar.gz) = 28b92405ec410aafa72a16adfeaada6a6ba37534 3SHA1 (Test-Spelling-0.25.tar.gz) = a5c48f59c0d85753cafd20bc0063c52b03a36b98
4RMD160 (Test-Spelling-0.20.tar.gz) = d54a42fe3186e4cc27868d1a1b48485b3f47b8f8 4RMD160 (Test-Spelling-0.25.tar.gz) = d54fb1d7f2919cc0f6c3bf7349d97bae7c78a221
5SHA512 (Test-Spelling-0.20.tar.gz) = 43c401c2e61d7b2365d0cd69abc5f90a570fa3469632843ff8379ae7e85e50fe18786d89023f2aab635a805ecdadcd270ec36c19a7c1fbc5520c7c38604ff5a7 5SHA512 (Test-Spelling-0.25.tar.gz) = 3ecb6ab43609a340a3a2fed2e60495efa0cd118c3516eaeaa3b8d60748661fc9212c8b3b2c1b66d6b42caa2acb6f089b7bef8328d3244dbb48bc70ef29db3999
6Size (Test-Spelling-0.20.tar.gz) = 26839 bytes 6Size (Test-Spelling-0.25.tar.gz) = 29273 bytes