pkgsrc/databases/ruby-mysql2/Makefile
taca bda7da4c8d Update ruby-mysql2 to 0.4.6.
0.4.6						2017/5/4


New Features

  None.

Bugfixes

* Mysql2::Error: This connection is still waiting for a result, try again once
  you have the result (#772)
* Handle being terminated while reading query result (#811 )
* Fix segfault on SIGINT race condition (#816, #813)
* Better error messages when the connection options have errors (#831)

Changes

* Use bool instead of my_bool which has been removed since MySQL 8.0.1 (#840,
  #838)
* Reminder for Mac users to install xcode-select (#832)
* Update Travis CI and AppVeyor matrix (#820, #819, #812)
* Update Travis CI for MySQL 8.0 tests (#818, #817)
2017-06-04 15:01:32 +00:00

14 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.15 2017/06/04 15:01:32 taca Exp $
#
DISTNAME= mysql2-0.4.6
CATEGORIES= databases ruby
MAINTAINER= taca@NetBSD.org
HOMEPAGE= https://github.com/brianmario/mysql2/
COMMENT= Simple, fast Mysql library for Ruby, binding to libmysql
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"