ok On 17/04/20 19:46 -0700, Andrew Hewus Fresh wrote: > This brings p5-DBD-SQLite up to date, reverse dependency test results > are the same before and after and all tests for the module pass. > > Full change list here, but it's mostly minor bugfixes and compatibility > with newer SQLite versions, still behind what we have in-tree. > > https://metacpan.org/changes/distribution/DBD-SQLite > > Comments, OK? > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/databases/p5-DBD-SQLite/Makefile,v > retrieving revision 1.43 > diff -u -p -r1.43 Makefile > --- Makefile 3 Feb 2020 05:35:06 -0000 1.43 > +++ Makefile 13 Apr 2020 19:07:51 -0000 > @@ -1,22 +1,20 @@ > # $OpenBSD: Makefile,v 1.43 2020/02/03 05:35:06 rsadowski Exp $ > > COMMENT= SQLite drivers for the Perl DBI > - > MODULES= cpan > -DISTNAME= DBD-SQLite-1.50 > +DISTNAME= DBD-SQLite-1.64 > CATEGORIES= databases > EPOCH= 0 > -REVISION= 2 > > MAINTAINER= Robert Nagy <[email protected]> > > -# artistic > +# Perl > PERMIT_PACKAGE= Yes > > WANTLIB += c perl sqlite3 > > BUILD_DEPENDS = databases/p5-DBI>=1.57 > -RUN_DEPENDS = databases/p5-DBI>=1.57 > +RUN_DEPENDS = ${BUILD_DEPENDS} > LIB_DEPENDS = databases/sqlite3 > > CONFIGURE_ARGS= SQLITE_LOCATION=${LOCALBASE} > Index: distinfo > =================================================================== > RCS file: /cvs/ports/databases/p5-DBD-SQLite/distinfo,v > retrieving revision 1.17 > diff -u -p -r1.17 distinfo > --- distinfo 1 Mar 2016 22:09:13 -0000 1.17 > +++ distinfo 13 Apr 2020 19:07:51 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (DBD-SQLite-1.50.tar.gz) = > OsUTq3OUT9fUtnLh/ohdxSK2Np049Gpo5n4ARb8VnOE= > -SIZE (DBD-SQLite-1.50.tar.gz) = 2023829 > +SHA256 (DBD-SQLite-1.64.tar.gz) = > 9K6Pe1CEIwVWaq3ZD3v9EqnjK2xgOpscFSnnPrgq/wE= > +SIZE (DBD-SQLite-1.64.tar.gz) = 2416842 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/databases/p5-DBD-SQLite/pkg/PLIST,v > retrieving revision 1.8 > diff -u -p -r1.8 PLIST > --- pkg/PLIST 1 Mar 2016 22:09:13 -0000 1.8 > +++ pkg/PLIST 13 Apr 2020 19:07:51 -0000 > @@ -4,13 +4,14 @@ ${P5ARCH}/DBD/SQLite.pm > ${P5ARCH}/DBD/SQLite/Constants.pm > ${P5ARCH}/DBD/SQLite/Cookbook.pod > ${P5ARCH}/DBD/SQLite/Fulltext_search.pod > +${P5ARCH}/DBD/SQLite/GetInfo.pm > ${P5ARCH}/DBD/SQLite/VirtualTable/ > ${P5ARCH}/DBD/SQLite/VirtualTable.pm > ${P5ARCH}/DBD/SQLite/VirtualTable/FileContent.pm > ${P5ARCH}/DBD/SQLite/VirtualTable/PerlData.pm > ${P5ARCH}/auto/DBD/ > ${P5ARCH}/auto/DBD/SQLite/ > -${P5ARCH}/auto/DBD/SQLite/SQLite.so > +@so ${P5ARCH}/auto/DBD/SQLite/SQLite.so > @man man/man3p/DBD::SQLite.3p > @man man/man3p/DBD::SQLite::Constants.3p > @man man/man3p/DBD::SQLite::Cookbook.3p
-- Regards, Robert Nagy
