Commit Graph

49 Commits

Author SHA1 Message Date
jeremy 63643e9971 Update to sqlite 1.6.4
Drop now unneeded dependencies on mini_portile2 and mocha.
2023-09-01 09:56:21 +00:00
jeremy 3fb563c5a8 Update to ruby sqlite3 1.5.4
Upstream changed to using an embedded SQLite by default.  Use
--enable-system-libraries to use the system SQLite. Add a build
dependency on ruby-mini_portile2, and add a patch so it isn't
needed at runtime.
2022-11-25 00:19:52 +00:00
naddy 7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
jeremy 81dc9fcb46 Update to ruby-sqlite3 1.4.2 2020-02-03 19:03:27 +00:00
jeremy a414c7185a Update to sqlite3 1.4.1 2019-11-12 06:40:37 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
jeremy 800b1bbdd6 Update to sqlite3 1.4.0
Drop patches for supporting old rubinius.

Fix tests on ruby 2.6.
2019-03-28 04:33:30 +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 d0cb69b1ef Update HOMEPAGE so it doesn't reference Rubyforge
Rubyforge went away years ago.
2017-11-20 20:57:17 +00:00
jeremy b22911f416 Update to sqlite3 1.3.13. 2017-11-04 15:45:57 +00:00
jeremy 1e3602eefd Update to ruby-sqlite3 1.3.12 2016-11-04 21:30:37 +00:00
sthen 564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
jeremy 81b4ef7fd4 Update to sqlite3 1.3.10 2015-07-25 22:56:14 +00:00
jeremy e07f7c31e7 Remove MODRUBY_ICONV_DEPENDS. ruby 1.8 specific ports can hard code
the dependency, more modern ports don't need it.

OK ajacoutot@
2015-07-18 21:07:40 +00:00
jeremy aa3fa6c794 Remove unnecessary dependency on ruby-json.
The json library is shipped with ruby 1.9+, and these ports support the
json library that comes with ruby.  While here, remove some
MODRUBY_ICONV_DEPENDS as those only are necessary on ruby 1.8.

OK jasper@
2015-07-18 15:46:11 +00:00
jeremy 063f5913f5 Update to sqlite3 1.3.9. 2014-07-09 17:13:26 +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 30d25ffd7f Update to ruby-sqlite3 1.3.8 2013-10-26 23:48:05 +00:00
espie 3f680606a7 PERMIT_* / REGRESS->TEST sweep 2013-03-11 02:52:04 +00:00
jeremy d5ff03f6a2 Update to ruby-sqlite3 1.3.7. 2013-01-14 23:25:08 +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 e7d0106f4d Update ruby-sqlite3 to 1.3.6. Add a patch so it continues to work on
rubinius.
2012-06-29 16:40:31 +00:00
espie 4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
jeremy 52d164f284 Update to 1.3.5.
OK dcoppa@
2012-01-22 00:53:30 +00:00
espie 61199a1dbc normalize pkgpath 2011-09-16 08:48:01 +00:00
jeremy 4c1cb9eb6f Update to version 1.3.4. Take maintainership. Update regress
tests.
2011-09-07 16:02:40 +00:00
jeremy 9ac9c31a4e Bump version to 1.3.3. Add a few more regress depends so that regress
works on ruby 1.8.

OK landry@
2011-03-14 17:45:50 +00:00
jeremy 4f9664ab00 REVISION bump for rbx FLAVOR PLIST change.
OK landry@
2011-01-06 04:24:22 +00:00
espie 9139a53b56 newer depends with >= 2010-11-26 07:18:59 +00:00
jeremy a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
espie 9de7d94549 a few depends I missed 2010-11-15 12:44:20 +00:00
espie c3228e20f8 fix typo 2010-11-13 11:53:16 +00:00
jeremy f7c6eaff83 Update ruby-sqlite3 to 1.3.1 and update PLIST for ruby.port.mk
changes.

OK landry@
2010-11-08 23:35:15 +00:00
jeremy 3f82f36bc5 Use CONFIGURE_STYLE = ruby gem ext to clean things up.
Remove BUILD_DEPENDS on swig, since it doesn't actually
depend on it.

ok landry, phessler, sthen
2010-10-26 21:17:49 +00:00
jeremy 82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00
jeremy d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
bernd f51f9ca090 Remove myself from MAINTAINER and bump. 2009-11-09 17:09:22 +00:00
msf a86dd8f468 respect MODRUBY_LIB_DEPENDS, no plist change, no bump
ok bernd@
2009-08-10 15:21:59 +00:00
bernd 6e81804257 Update to ruby-sqlite3-1.2.4. 2008-09-28 15:58:55 +00:00
landry f2f496cfa8 bump PKGNAMEs after lang/ruby module change. 2008-06-14 23:43:05 +00:00
bernd b184937981 Update to ruby-sqlite3-1.2.2. 2008-06-05 07:37:47 +00:00
simon cc00442a1a remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-15 20:34:00 +00:00
alek ca4674cd8c switch to use MASTER_SITE_RUBYFORGE 2007-06-01 11:00:14 +00:00
jcs 69af47a171 sync plist with gems update, bump pkgname 2007-05-30 23:35:08 +00:00
espie 470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
bernd b5fbd83179 Update to ruby-sqlite3-1.2.1. 2007-02-11 10:55:37 +00:00
bernd 74a7776b6e Initial import of ruby-sqlite3-1.1.0.
This module allows Ruby programs to interface with the SQLite3 database engine.
2006-10-20 15:34:34 +00:00