On 2018/02/28 10:09, Solene Rapenne wrote: > Update p5-DBI from 1.633 to 1.640, it pass all the tests using make test > > Changelog : https://metacpan.org/changes/distribution/DBI > > Notable changes : FAQ module removed and Mem module added.
Here's an update to 1.641, I'm going to put this into a bulk build. afresh1, do you have any concerns? Index: Makefile =================================================================== RCS file: /cvs/ports/databases/p5-DBI/Makefile,v retrieving revision 1.65 diff -u -p -r1.65 Makefile --- Makefile 25 Nov 2017 13:27:48 -0000 1.65 +++ Makefile 24 Apr 2018 10:00:47 -0000 @@ -3,7 +3,7 @@ COMMENT = unified perl interface for database access MODULES = cpan -DISTNAME = DBI-1.633 +DISTNAME = DBI-1.641 FIX_EXTRACT_PERMISSIONS = Yes CATEGORIES = databases Index: distinfo =================================================================== RCS file: /cvs/ports/databases/p5-DBI/distinfo,v retrieving revision 1.27 diff -u -p -r1.27 distinfo --- distinfo 19 Jan 2015 07:14:29 -0000 1.27 +++ distinfo 24 Apr 2018 10:00:47 -0000 @@ -1,2 +1,2 @@ -SHA256 (DBI-1.633.tar.gz) = 4sG63Mn2cr8xYws27NIw9+sE2/BV5tr37e7Q6evPXuc= -SIZE (DBI-1.633.tar.gz) = 592307 +SHA256 (DBI-1.641.tar.gz) = VQnlMs3Q49ke2lUFeN6qwp4vAIoStkV26MJhu5LowsE= +SIZE (DBI-1.641.tar.gz) = 603947 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/p5-DBI/pkg/PLIST,v retrieving revision 1.34 diff -u -p -r1.34 PLIST --- pkg/PLIST 19 Jan 2015 07:14:29 -0000 1.34 +++ pkg/PLIST 24 Apr 2018 10:00:48 -0000 @@ -25,6 +25,7 @@ ${P5ARCH}/DBD/Gofer/Transport/corostream ${P5ARCH}/DBD/Gofer/Transport/null.pm ${P5ARCH}/DBD/Gofer/Transport/pipeone.pm ${P5ARCH}/DBD/Gofer/Transport/stream.pm +${P5ARCH}/DBD/Mem.pm ${P5ARCH}/DBD/NullP.pm ${P5ARCH}/DBD/Proxy.pm ${P5ARCH}/DBD/Sponge.pm @@ -44,7 +45,6 @@ ${P5ARCH}/DBI/DBD/SqlEngine/ ${P5ARCH}/DBI/DBD/SqlEngine.pm ${P5ARCH}/DBI/DBD/SqlEngine/Developers.pod ${P5ARCH}/DBI/DBD/SqlEngine/HowTo.pod -${P5ARCH}/DBI/FAQ.pm ${P5ARCH}/DBI/Gofer/ ${P5ARCH}/DBI/Gofer/Execute.pm ${P5ARCH}/DBI/Gofer/Request.pm @@ -103,6 +103,7 @@ ${P5ARCH}/dbixs_rev.pl @man man/man3p/DBD::Gofer::Transport::null.3p @man man/man3p/DBD::Gofer::Transport::pipeone.3p @man man/man3p/DBD::Gofer::Transport::stream.3p +@man man/man3p/DBD::Mem.3p @man man/man3p/DBD::Proxy.3p @man man/man3p/DBD::Sponge.3p @man man/man3p/DBI.3p @@ -115,7 +116,6 @@ ${P5ARCH}/dbixs_rev.pl @man man/man3p/DBI::DBD::SqlEngine.3p @man man/man3p/DBI::DBD::SqlEngine::Developers.3p @man man/man3p/DBI::DBD::SqlEngine::HowTo.3p -@man man/man3p/DBI::FAQ.3p @man man/man3p/DBI::Gofer::Execute.3p @man man/man3p/DBI::Gofer::Request.3p @man man/man3p/DBI::Gofer::Response.3p