IABSD.fr/ports/databases/p5-DBD-SQLite/Makefile

Branch :


Log

Author Commit Date CI Message
880de1aa 2010-10-18 17:06:05 USE_GROFF=Yes
33fe97df 2010-09-24 15:23:05 bump
6b499755 2010-08-22 16:55:48 update DBD::SQLite to 1.29, ok robert@ (maintainer)
93c093b8 2009-05-12 23:26:26 update to version 1.25 tested by bernd@ in a bulk build, thanks! early test and late reminder by landry@
076fd8c7 2009-01-24 17:42:22 Fix "closing dbh with active statement handles" issue caused by prepared statements which weren't finalized by $dbh->disconnect(). Since version 3.6.0 of sqlite one can use the new sqlite3_next_stmt() function to get all open statements and call sqlite3_finalize() on them. This patch implements that behaviour. Problem brought to my attention again by bernd@ at p2k8 and i had it in my tree since then without any issues. Testing and ok by bernd@ and pea@, thanks! Bug filed upstream at http://rt.cpan.org/Public/Bug/Display.html?id=40383
50256c7c 2008-10-02 20:34:39 bump SHARED_ONLY ports so they get updated and work with the new perl feedback and ok sthen@
4cc335a4 2007-09-29 19:09:38 Once you bump v, you can *never* go back. robert, simon, bad...
46463668 2007-09-21 21:33:26 update to version 1.14 and remove duplicate category ok robert@ (maintainer)
376085b0 2007-09-15 22:27:38 remove surrounding quotes from COMMENT/BROKEN/PERMIT_*
190127f3 2007-05-15 09:37:58 fix segfault, okay robert@