diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-26 03:34:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-26 03:34:08 +0800 |
commit | 987dd7900db515da885c40ae6353cec3ca5b2ff3 (patch) | |
tree | 808a0a69f1e5ffaedc2908c7b8eb543b920bee4d /databases | |
parent | 931846b24f6230601fdd0f5c10d8cab924f2acc5 (diff) | |
download | freebsd-ports-graphics-987dd7900db515da885c40ae6353cec3ca5b2ff3.tar.gz freebsd-ports-graphics-987dd7900db515da885c40ae6353cec3ca5b2ff3.tar.zst freebsd-ports-graphics-987dd7900db515da885c40ae6353cec3ca5b2ff3.zip |
- Update to 1.42
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index bee0ffd8d6e..6b09b0ac0f5 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-SQLite -PORTVERSION= 1.40 +PORTVERSION= 1.42 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ISHIGAKI @@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index 84cc493e0f5..cdeddefc221 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBD-SQLite-1.40.tar.gz) = 21fb65e740b6265512c82232b4ad8f75c19ac84c216830112656274eb8e375fb -SIZE (DBD-SQLite-1.40.tar.gz) = 1571899 +SHA256 (DBD-SQLite-1.42.tar.gz) = ab3b653c1ab4dd316f06be40b49ccc612e9670c40b34654353e837c4b464a993 +SIZE (DBD-SQLite-1.42.tar.gz) = 1629815 |