Adds better support for subroutine signatures, plus some segfault fixes. I'm a bit confused about why `make port-lib-depends-check` now says that I no longer need the WANTLIB line, did I miss a change about that someplace?
Other than that, tests all pass, and reverse depends don't have any changes. devel/p5-namespace-autoclean fails tests both with and without these changes. OK? With or without the WANTLIB line? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Sub-Identify/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile 20 Mar 2016 19:56:35 -0000 1.14 +++ Makefile 24 Nov 2016 20:00:16 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.14 2016/03/20 19:56:35 naddy Exp $ COMMENT = retrieve names of code references -DISTNAME = Sub-Identify-0.10 +DISTNAME = Sub-Identify-0.12 CATEGORIES = devel MAINTAINER = Andrew Fresh <[email protected]> @@ -9,10 +9,11 @@ MAINTAINER = Andrew Fresh <afresh1@open # perl PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c perl +WANTLIB += c perl -MODULES = cpan +MODULES = cpan -TEST_DEPENDS = devel/p5-Test-Pod +# Additional dependency to avoid skipping tests +TEST_DEPENDS += devel/p5-Test-Pod .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Sub-Identify/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 4 Jul 2015 22:12:56 -0000 1.4 +++ distinfo 24 Nov 2016 20:00:16 -0000 @@ -1,2 +1,2 @@ -SHA256 (Sub-Identify-0.10.tar.gz) = VVhrnLPA5jtsbe3lqMAK9I3mZDWS6hAP4eYUbh6T7iA= -SIZE (Sub-Identify-0.10.tar.gz) = 52135 +SHA256 (Sub-Identify-0.12.tar.gz) = g7t4WmYRO0qWbbCkGG/R3QeYes2stFArHhVY+Bfd6CU= +SIZE (Sub-Identify-0.12.tar.gz) = 52414
