diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-28 09:24:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-28 09:24:09 +0000 |
commit | 912376b0c603ca726c6f6e74ade0dcfc22c4d8a2 (patch) | |
tree | a62600c505439f3a9bde54cea60abf64cd15979c /databases/p5-DBD-SQLite/Makefile | |
parent | 25dbbaf11a5415e4ea5608cdcf6d16be1e7b45c0 (diff) | |
download | pkgsrc-912376b0c603ca726c6f6e74ade0dcfc22c4d8a2.tar.gz |
Update to 1.40:
1.40 Sun 28 Jul 2013
- NetBSD also doesn't like the _XOPEN_SOURCE hack (ISHIGAKI)
- Resolved #86080: PATCH: statistics_info support (DDICK)
Diffstat (limited to 'databases/p5-DBD-SQLite/Makefile')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 774ab0513d9..9e2d716d4c9 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2013/10/19 09:07:01 adam Exp $ +# $NetBSD: Makefile,v 1.40 2014/01/28 09:24:09 wiz Exp $ -DISTNAME= DBD-SQLite-1.39 +DISTNAME= DBD-SQLite-1.40 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5dsl CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} |