diff options
author | nork <nork@FreeBSD.org> | 2004-10-13 00:10:31 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-10-13 00:10:31 +0800 |
commit | 93c03970926225714423448e961a5f3eb6359c6a (patch) | |
tree | d2c7f12246bc6c2e8f18bbf5131240d7bc505dc6 /databases | |
parent | 3bff4fe6af1964e6b90ebee9c2802af7d6364054 (diff) | |
download | freebsd-ports-gnome-93c03970926225714423448e961a5f3eb6359c6a.tar.gz freebsd-ports-gnome-93c03970926225714423448e961a5f3eb6359c6a.tar.zst freebsd-ports-gnome-93c03970926225714423448e961a5f3eb6359c6a.zip |
Update to 1.06 (Based on SQLite 3.0.7).
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/pkg-descr | 8 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/pkg-plist | 14 |
4 files changed, 16 insertions, 16 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 24afada953df..ceb340c574d0 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= DBD-SQLite2 -PORTVERSION= 0.33 +PORTNAME= DBD-SQLite +PORTVERSION= 1.06 PORTREVISION= 0 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -18,7 +18,7 @@ COMMENT= Provides access to SQLite2 databases through the DBI PERL_CONFIGURE= yes -MAN3= DBD::SQLite2.3 +MAN3= DBD::SQLite.3 .include <bsd.port.pre.mk> diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index ff20764a3709..d4c861c90540 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,2 +1,2 @@ -MD5 (DBD-SQLite2-0.33.tar.gz) = babd83fd5eb9ba7560ad4bab4c76c0eb -SIZE (DBD-SQLite2-0.33.tar.gz) = 363277 +MD5 (DBD-SQLite-1.06.tar.gz) = c52c35b10cc8e7c4a376b3ffd85566fa +SIZE (DBD-SQLite-1.06.tar.gz) = 422819 diff --git a/databases/p5-DBD-SQLite/pkg-descr b/databases/p5-DBD-SQLite/pkg-descr index 4fca15965e42..67516ef45351 100644 --- a/databases/p5-DBD-SQLite/pkg-descr +++ b/databases/p5-DBD-SQLite/pkg-descr @@ -1,12 +1,12 @@ -DBD::SQLite2 -============ +DBD::SQLite +=========== SQLite is a small fast embedded SQL database engine. -DBD::SQLite2 embeds that database engine into a DBD driver, so if +DBD::SQLite embeds that database engine into a DBD driver, so if you want a relational database for your project, but don't want to install a large RDBMS system like MySQL or PostgreSQL, then -DBD::SQLite2 may be just what you need. +DBD::SQLite may be just what you need. It supports quite a lot of features, such as transactions (atomic commit and rollback), indexes, DBA-free operation, a large subset diff --git a/databases/p5-DBD-SQLite/pkg-plist b/databases/p5-DBD-SQLite/pkg-plist index 7cda5ab0da53..f679c6b3357a 100644 --- a/databases/p5-DBD-SQLite/pkg-plist +++ b/databases/p5-DBD-SQLite/pkg-plist @@ -1,7 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/DBD/SQLite2.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite2/SQLite2.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite2/SQLite2.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite2/.packlist -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite2 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/DBD 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/DBD/SQLite.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLite 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/DBD 2>/dev/null || true |