diff options
author | clsung <clsung@FreeBSD.org> | 2007-09-22 03:55:58 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-09-22 03:55:58 +0000 |
commit | 3b831b345e4e6d72aae8809e576c17f35f8757cf (patch) | |
tree | 3bf387247afc2990c67d0adcebef34ddf444e4d8 /databases/p5-DBD-SQLite | |
parent | c60baebf78ee5c412f3e3f61c5171172a42a2dc6 (diff) | |
download | FreeBSD-ports-3b831b345e4e6d72aae8809e576c17f35f8757cf.zip FreeBSD-ports-3b831b345e4e6d72aae8809e576c17f35f8757cf.tar.gz |
- Update to 1.14
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 03f2209..b72330c 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -6,20 +6,19 @@ # PORTNAME= DBD-SQLite -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBD +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= Provides access to SQLite3 databases through the DBI # We use sqlite3's own library & headers since it is more recent # than the bundled version and has an incompatible DB file format. # In this way we can be sure DBD::SQLite can interoperate with # databases/sqlite3. -BUILD_DEPENDS= sqlite3>=3.3.3:${PORTSDIR}/databases/sqlite3 \ +BUILD_DEPENDS= sqlite3>=3.4.1:${PORTSDIR}/databases/sqlite3 \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index 17e5115..5422fa9 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,3 +1,3 @@ -MD5 (DBD-SQLite-1.13.tar.gz) = d33e584f435d464a55946f58d4d4b9e2 -SHA256 (DBD-SQLite-1.13.tar.gz) = 7298060b241260af0b495840aec358bd27b0b2bf2e0b6bcf1dbc0743229ee412 -SIZE (DBD-SQLite-1.13.tar.gz) = 582465 +MD5 (DBD-SQLite-1.14.tar.gz) = 78a89cc8fd46bb2a5d537433dcccc8e6 +SHA256 (DBD-SQLite-1.14.tar.gz) = 44189d373a77eeb8a5353e0cd88bff04dde6e611678abdc6834c80d35d2f0d07 +SIZE (DBD-SQLite-1.14.tar.gz) = 703380 |