Here is an update for File::Which (that i forgot to submit earlier).

Upstream changes (pretty much nothing for us [0]):

- undocumented documentation improvements (and private tests added)
- add support for msys2, and internally use IS_WIN instead
  of IS_DOS for DOS/Windows style operating systems

Port-wise it's a simple update, i've just dropped TEST_DEPENDS, as 
it's not needed since 1.16.

Testing:

- 'make test' passes
- There are 12 consumers that i've tested [1] and found no new
  failures due to that update. 

Comments/feedback are welcome!

Charlène.


[0] https://metacpan.org/source/PLICEASE/File-Which-1.23/Changes
[1] http://0x0.st/zTLh.tgz


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/p5-File-Which/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile    4 May 2016 15:28:24 -0000       1.13
+++ Makefile    7 May 2019 21:45:09 -0000
@@ -1,14 +1,15 @@
 # $OpenBSD: Makefile,v 1.13 2016/05/04 15:28:24 nigel Exp $
 
 COMMENT=               portable implementation of 'which' in Perl
+
 MODULES=               cpan
 PKG_ARCH=              *
-DISTNAME =             File-Which-1.21
+
+DISTNAME =             File-Which-1.23
+
 CATEGORIES=            sysutils
 
 # Artistic/GPL
 PERMIT_PACKAGE_CDROM=  Yes
-
-TEST_DEPENDS =         devel/p5-Test-Script>=1.05
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/p5-File-Which/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    4 May 2016 15:28:24 -0000       1.8
+++ distinfo    7 May 2019 21:45:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (File-Which-1.21.tar.gz) = ne9fEDFr/ZROVrf4olAb4dRMKIMlMJRiqpNF40CFS8w=
-SIZE (File-Which-1.21.tar.gz) = 21456
+SHA256 (File-Which-1.23.tar.gz) = t53CJEstl7bycWf8O3eZ72GheQQPOr12zh4KOwvE4Hg=
+SIZE (File-Which-1.23.tar.gz) = 23293

Reply via email to