Here is an update for Test::Spelling.

What's new upstream [0]: 

- Update to Dist::Zilla, this fixes the configuration stage when
  '.' isn't in @INC, and totally change the distribution part.

Port-wise it's a simple update with just a reordering of depends.
Maybe aspell should be zapped - Test::Spelling uses spell(1) by 
default and most Pod content is written in English anyway.

Testing:

- 'make test' passes
- There are 6 consumers, i've found no new issues due to that 
  update [1].

Comments/feedback are welcome!

Charlène.


[0] https://metacpan.org/release/CAPOEIRAB/Test-Spelling-0.22
[1] http://0x0.st/zAzx.tgz


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Test-Spelling/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile    1 Aug 2017 22:53:11 -0000       1.13
+++ Makefile    11 May 2019 22:24:26 -0000
@@ -5,15 +5,15 @@ COMMENT=      check for spelling errors in PO
 MODULES=       cpan
 PKG_ARCH=      *
 
-DISTNAME =     Test-Spelling-0.20
+DISTNAME=      Test-Spelling-0.22
+
 CATEGORIES=    devel textproc
 
 # Perl
 PERMIT_PACKAGE_CDROM=   Yes
 
-BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS=   textproc/p5-Pod-Spell \
+RUN_DEPENDS=   devel/p5-IPC-Run3 \
                textproc/aspell/core \
-               devel/p5-IPC-Run3
+               textproc/p5-Pod-Spell
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Test-Spelling/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo    30 Nov 2014 14:51:53 -0000      1.4
+++ distinfo    11 May 2019 22:24:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (Test-Spelling-0.20.tar.gz) = 
wyuXyLdG82l/vUwng72R4k0PdCZhuaWrSWEN651450o=
-SIZE (Test-Spelling-0.20.tar.gz) = 26839
+SHA256 (Test-Spelling-0.22.tar.gz) = 
Z0YAzTiNH9Y+TaqIDx/LeiXZuFrzZsr9i20hmw5mQMo=
+SIZE (Test-Spelling-0.22.tar.gz) = 27519

Reply via email to