diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-09-22 03:55:58 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-09-22 03:55:58 +0000 |
commit | 18408986efac957de234fc9021c4ae1f1f1ef76f (patch) | |
tree | 2d3ae71aa7fd3986828168ba27238f2bb6fd56df /databases/p5-DBD-SQLite | |
parent | 384b784aa2846fc1637bf1d72ec3666e8dc0f8b5 (diff) | |
download | ports-18408986efac957de234fc9021c4ae1f1f1ef76f.tar.gz ports-18408986efac957de234fc9021c4ae1f1f1ef76f.zip |
Notes
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 03f22093c8fe..b72330cda02b 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 17e51159c348..5422fa9f5d7a 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 |