diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2011-05-20 13:06:02 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2011-05-20 13:06:02 +0000 |
commit | cb0d61548efa2981e86715030baeee6b36d4a222 (patch) | |
tree | 719d69b3c655410cf8770db9655d74fc77d24c29 /databases/p5-DBD-mysql | |
parent | feac2aab5b7bf6b11ec8e756dc019dae5248a7a7 (diff) |
Notes
Diffstat (limited to 'databases/p5-DBD-mysql')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index b9644aa0af68..778f6da6e5dc 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBD-mysql -PORTVERSION= 4.018 +PORTVERSION= 4.019 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/00$//} MAINTAINER= skv@FreeBSD.org COMMENT?= MySQL driver for the Perl5 Database Interface (DBI) -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-DBI>=1.08:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= ART10 GPLv1 LICENSE_COMB= dual diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo index 34a91f8253f9..0cd9e64b4e04 100644 --- a/databases/p5-DBD-mysql/distinfo +++ b/databases/p5-DBD-mysql/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBD-mysql-4.018.tar.gz) = 60da6aad3ad5877710ebff09a2dc025a6a456d1c223fb6da343a9cfc8e45b364 -SIZE (DBD-mysql-4.018.tar.gz) = 133427 +SHA256 (DBD-mysql-4.019.tar.gz) = a40839a251643bde700b7ee5f69c66c25007d2260a992840e11093b00975951e +SIZE (DBD-mysql-4.019.tar.gz) = 136526 |