Bugfixes and speed improvements, plus makes portroach happy. https://metacpan.org/changes/distribution/SQL-Statement
Reverse dependency tests all pass with old and new. This requires the new port of devel/p5-Math-Base-Convert for tests. I am considering making the new TEST_DEPENDS on Math::Base::Convert instead a RUN_DEPENDS even though it only effects SQL::Statement::Functions::SQL_FUNCTION_CONV which apparently isn't used frequently. OK with or without the change? Index: Makefile =================================================================== RCS file: /cvs/ports/databases/p5-SQL-Statement/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile 14 May 2014 14:23:43 -0000 1.16 +++ Makefile 21 Jul 2015 05:39:37 -0000 @@ -1,9 +1,9 @@ # $OpenBSD: Makefile,v 1.16 2014/05/14 14:23:43 afresh1 Exp $ -COMMENT = sql parsing and processing +COMMENT = SQL parsing and processing engine MODULES = cpan -DISTNAME = SQL-Statement-1.405 +DISTNAME = SQL-Statement-1.407 CATEGORIES = databases MAINTAINER = Andrew Fresh <afre...@openbsd.org> @@ -12,11 +12,11 @@ MAINTAINER = Andrew Fresh <afresh1@openb PERMIT_PACKAGE_CDROM = Yes RUN_DEPENDS = devel/p5-Clone>=0.30 \ + devel/p5-Module-Runtime \ devel/p5-Params-Util>=1.00 -# Optional depends to avoid skipping tests -TEST_DEPENDS += devel/p5-Test-Pod>=1.00 \ - devel/p5-Test-Pod-Coverage>=1.00 +TEST_DEPENDS = devel/p5-Math-Base-Convert \ + devel/p5-Test-Deep .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/databases/p5-SQL-Statement/distinfo,v retrieving revision 1.9 diff -u -p -r1.9 distinfo --- distinfo 14 May 2014 14:23:43 -0000 1.9 +++ distinfo 21 Jul 2015 05:39:37 -0000 @@ -1,2 +1,2 @@ -SHA256 (SQL-Statement-1.405.tar.gz) = I5CUtvGMNtF0p6mqc8E8uvn+yD1o3OWiImphILtnMCY= -SIZE (SQL-Statement-1.405.tar.gz) = 138703 +SHA256 (SQL-Statement-1.407.tar.gz) = 9uDIK5JKnrmDrRVhyti90Q9Q/vl+U2lulIrhZ70ztNA= +SIZE (SQL-Statement-1.407.tar.gz) = 137336