pkgsrc/databases/p5-DBI/Makefile
rhaen b273bc4ae1 - Updated to 1.623
ChangeLog
Fixed RT#64330 - ping wipes out errstr (Martin J. Evans).
Fixed RT#75868 - DBD::Proxy shouldn't call connected() on the server.
Fixed RT#80474 - segfault in DESTROY with threads.
Fixed RT#81516 - Test failures due to hash randomisation in perl 5.17.6
  thanks to Jens Rehsack and H.Merijn Brand and feedback on IRC
Fixed RT#81724 - Handle copy-on-write scalars (sprout)
Fixed unused variable / self-assignment compiler warnings.
Fixed default table_info in DBI::DBD::SqlEngine which passed NAMES
  attribute instead of NAME to DBD::Sponge RT72343 (Martin J. Evans)

Corrected a spelling error thanks to Chris Sanders.
Corrected typo in DBI->installed_versions docs RT#78825
  thanks to Jan Dubois.

Refactored table meta information management from DBD::File into
  DBI::DBD::SqlEngine (H.Merijn Brand, Jens Rehsack)
Pevent undefined f_dir being used in opendir (H.Merijn Brand)

Added logic to force destruction of children before parents
  during global destruction. See RT#75614.
Added DBD::File Plugin-Support for table names and data sources
  (Jens Rehsack, #dbi Team)
Added new tests to 08keeperr for RT#64330
  thanks to Kenichi Ishigaki.
Added extra internal handle type check, RT#79952
  thanks to Reini Urban.
Added cubrid_ registered prefix for DBD::cubrid, RT#78453

Removed internal _not_impl method (Martin J. Evans).

NOTE: The "old-style" DBD::DBM attributes 'dbm_ext' and 'dbm_lockfile'
  have been deprecated for several years and their use will now generate
  a warning.
2013-01-26 20:01:54 +00:00

20 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.57 2013/01/26 20:01:54 rhaen Exp $
DISTNAME= DBI-1.623
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://dbi.perl.org/
COMMENT= The database-independent Perl database access API
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c
PERL5_PACKLIST= auto/DBI/.packlist
REPLACE_PERL= dbixs_rev.pl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"