diff options
author | sno <sno@pkgsrc.org> | 2010-03-16 17:31:39 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-16 17:31:39 +0000 |
commit | 9a559431fdf3f3fe00f1ad1c6b88e62746911d81 (patch) | |
tree | 2e5ab24b5f2d39d6f49377c45e58d7bdef88bbe7 /databases/p5-DBD-CSV | |
parent | 23650d43b1888b9825bc39549bfbddd9f5fb780c (diff) | |
download | pkgsrc-9a559431fdf3f3fe00f1ad1c6b88e62746911d81.tar.gz |
Updating databases/p5-DBD-CSV from 0.25nb1 to 0.28
pkgsrc changes:
- Adjust dependencies
Upstream changes:
2010-03-16 0.28 H.Merijn Brand
* Remove t/00_minimumversion.t from distribution
* Dropped YAML spec to 1.0
* Sync up with SQL::Statement 1.25
NOTE: Internals of both modules changed. They will change again for
SQL::Statement 2.0
2010-02-17 0.27 H.Merijn Brand
* Upped copyright to 2010
* Doc-fix typo in link (Detlef Pilzecker)
* Doc-fix small typo's
2009-11-10 0.26 H.Merijn Brand
* Adjustments for windows (RT#50544)
* Mark all non-\w chars illegal in field and table names
* Fix field types after execute (RT#51090, vgdoqd)
* Fix for NULL joins. Requires SQL::Statement 1.23 (RT#43010, JBAZIK)
Diffstat (limited to 'databases/p5-DBD-CSV')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 12 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/distinfo | 8 |
2 files changed, 11 insertions, 9 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index c40bdeae6fe..d9f7b4758e3 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2009/11/01 15:30:39 tnn Exp $ +# $NetBSD: Makefile,v 1.25 2010/03/16 17:31:39 sno Exp $ # -DISTNAME= DBD-CSV-0.25 +DISTNAME= DBD-CSV-0.28 PKGNAME= p5-${DISTNAME:S/_/beta/} -PKGREVISION= 1 +#PKGREVISION= 1 SVR4_PKGNAME= p5dcs CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} @@ -16,8 +16,10 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-SQL-Statement>=1.22:../../databases/p5-SQL-Statement -DEPENDS+= p5-Text-CSV_XS>=0.69:../../textproc/p5-Text-CSV_XS +DEPENDS+= p5-SQL-Statement>=1.25:../../databases/p5-SQL-Statement +DEPENDS+= p5-Text-CSV_XS>=0.71:../../textproc/p5-Text-CSV_XS + +CONFLICTS+= p5-SQL-Statement<=1.23 PERL5_PACKLIST= auto/DBD/CSV/.packlist REPLACE_PERL+= lib/DBD/CSV.pm diff --git a/databases/p5-DBD-CSV/distinfo b/databases/p5-DBD-CSV/distinfo index a8290ae88cb..824dab98ca1 100644 --- a/databases/p5-DBD-CSV/distinfo +++ b/databases/p5-DBD-CSV/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/10/17 14:27:20 sno Exp $ +$NetBSD: distinfo,v 1.10 2010/03/16 17:31:39 sno Exp $ -SHA1 (DBD-CSV-0.25.tgz) = a29888238a3f78bc34afae028265f06383cdac09 -RMD160 (DBD-CSV-0.25.tgz) = 6a6443ef5a487c9f9772926a7d6289b071c9752b -Size (DBD-CSV-0.25.tgz) = 25557 bytes +SHA1 (DBD-CSV-0.28.tgz) = 665f45c48db3af5247afd6daf9686d7a1f797d69 +RMD160 (DBD-CSV-0.28.tgz) = 08491096c82a2375b27fad56df5c81f3b1ccfaa3 +Size (DBD-CSV-0.28.tgz) = 25943 bytes |