diff options
author | wen <wen@pkgsrc.org> | 2018-11-24 04:14:05 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-11-24 04:14:05 +0000 |
commit | d2e07e05a010f6f85b04195c750df083ad75ded7 (patch) | |
tree | 3cf3ae35e8931574e7ba3a4b94aad03aa8a5e92d /databases/p5-DBD-mysql/Makefile | |
parent | f3eec9848a7c859bff004e2bc5281a422bfe0e71 (diff) | |
download | pkgsrc-d2e07e05a010f6f85b04195c750df083ad75ded7.tar.gz |
Update to 4.049
Upstream changes:
2018-10-25 Daniƫl van Eeden, Patrick Galbraith,
DBI/DBD community (4.049)
* Fix MariaDB issue #262
* Various fixes for travis builds
* Fix to issue 187: Don't declare enum_type as static
* Fix regex for removing database from DSN again
* Allow to call $sth->mysql_async_ready and $sth->mysql_async_result more times without discarding result state 201
Diffstat (limited to 'databases/p5-DBD-mysql/Makefile')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index d9e560c4516..6489f37b48a 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2018/09/23 09:21:46 wen Exp $ +# $NetBSD: Makefile,v 1.75 2018/11/24 04:14:05 wen Exp $ -DISTNAME= DBD-mysql-4.048 +DISTNAME= DBD-mysql-4.049 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} |