Update to 4.020
Changes: http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.020/ChangeLog Feature safe: yes
This commit is contained in:
parent
9f27d6fc77
commit
2676b395c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293695
2 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= DBD-mysql
|
||||
PORTVERSION= 4.019
|
||||
PORTVERSION= 4.020
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,12 +15,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/00$//}
|
|||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT?= MySQL driver for the Perl5 Database Interface (DBI)
|
||||
|
||||
BUILD_DEPENDS= p5-DBI>=1.08:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-DBI>=1.08:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
CONFLICTS?= p5-Mysql-modules-[0-9]* p5-DBD-mysql[45][0-9]-[0-9]*
|
||||
|
||||
USE_MYSQL= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (DBD-mysql-4.019.tar.gz) = a40839a251643bde700b7ee5f69c66c25007d2260a992840e11093b00975951e
|
||||
SIZE (DBD-mysql-4.019.tar.gz) = 136526
|
||||
SHA256 (DBD-mysql-4.020.tar.gz) = 9299f39f3903d3e0afa6440401f88329a057834817684aa699a507dad6a993e7
|
||||
SIZE (DBD-mysql-4.020.tar.gz) = 137736
|
||||
|
|
Loading…
Reference in a new issue