Commit Graph

32 Commits

Author SHA1 Message Date
jeremy
d8d79def5c Update to mysql2 0.5.4
Drop local patches, no longer needed.
2022-06-03 22:55:42 +00:00
jeremy
5b64efc9cf Avoid tainted string function deprecation warnings, and allow eventual
building and running without warnings on Ruby 3.2.

OK tb@
2022-04-25 16:04:21 +00:00
sthen
48de8415e0 sync WANTLIB 2022-03-31 13:58:00 +00:00
naddy
7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
jeremy
3e674e9695 Update to mysql2 0.5.3 2020-02-03 19:03:03 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
jeremy
38947db972 Update to mysql2 0.5.2 2018-07-26 21:33:46 +00:00
jeremy
9c37b1b669 Add OpenBSD comment to rubygems-ext.PLIST
Bump ruby gem ext ports as this changes the package.

Requested by espie@
2018-06-13 22:26:52 +00:00
jeremy
a207b2c8e5 Update to mysql2-0.4.9 2017-11-13 22:44:53 +00:00
jeremy
0885a87eb0 Update to mysql2 0.4.5 2016-11-04 21:29:27 +00:00
jeremy
a273e26370 Update to mysql2 0.4.4 2016-05-05 22:46:27 +00:00
jeremy
629895decc Update to mysql2 0.3.18 2015-04-16 20:34:29 +00:00
jeremy
1344c70382 Update to mysql2 gem version 0.3.17 2014-11-26 17:43:06 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
jeremy
d9cf206394 Update to mysql2 0.3.16. 2014-07-09 17:13:07 +00:00
jeremy
7aa034e95f Bump ruby gem ext ports after change to WANTLIB in ruby.port.mk 2014-01-15 02:13:57 +00:00
jeremy
dca4d5c9a8 Remove extension source directory from package so that ruby21 FLAVOR
packages.
2014-01-11 22:51:01 +00:00
jeremy
56f6f80bf4 Update to ruby-mysql2 0.3.13 2013-10-26 23:48:40 +00:00
naddy
2394f51acd move http://github.com and http://bitbucket.org to https
suggested by bentley@
2013-08-07 21:57:40 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
0b77cf86a5 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
2013-05-25 00:33:09 +00:00
espie
3f680606a7 PERMIT_* / REGRESS->TEST sweep 2013-03-11 02:52:04 +00:00
jeremy
fce8bfc4d3 Revision bump ruby C extension ports after addition of pthread to
WANTLIB.

OK sthen@
2013-01-09 17:38:52 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
jeremy
c605411221 Update to ruby-mysql2 0.3.11. 2012-06-07 15:34:20 +00:00
jeremy
2e08f19f0b Update to 0.3.10, since the ActiveRecord adapter moved from this gem
to the activerecord gem in ActiveRecord 3.1 and mysql2 0.3.
2011-12-13 18:06:20 +00:00
jeremy
9c4d2b3822 Remove .require_paths from PLISTs from gems that used to use
them.  After recent updates to the ruby interpreters, these
files are no longer created.
2011-11-09 00:17:37 +00:00
espie
61199a1dbc normalize pkgpath 2011-09-16 08:48:01 +00:00
jeremy
5a883ad8ca Update version to 0.2.7. Add patch to use the standard mysqlclient
library instead of the threaded one, as the threaded one would not
work correctly on ruby 1.8.
2011-04-14 17:23:32 +00:00
jeremy
4f9664ab00 REVISION bump for rbx FLAVOR PLIST change.
OK landry@
2011-01-06 04:24:22 +00:00
jeremy
1c5550fb81 Clean up regression code in some ruby database ports, adding
NO_REGRESS and REGRESS_IS_INTERACTIVE when appropriate, and
comments for some broken regression tests.

Prompted and OK ajacoutot@
2010-12-21 17:10:58 +00:00
jeremy
e5881d646a Import ruby-mysql2 0.2.6
The Mysql2 gem is meant to serve the extremely common use-case of
connecting, querying and iterating on results. Some database libraries
out there serve as direct 1:1 mappings of the already complex C APIs
available. This one is not.
2010-12-20 18:00:52 +00:00