Commit Graph

33 Commits

Author SHA1 Message Date
jeremy
e3612160b9 Update to sequel_pg 1.6.14 2016-01-19 17:31:15 +00:00
jeremy
62b835449c Update to sequel_pg 1.6.13 2015-07-15 22:01:22 +00:00
jeremy
34b54b318e Update to sequel_pg 1.6.12 2015-03-23 20:38:36 +00:00
jeremy
1d0fcf7052 Update to sequel_pg gem version 1.6.11 2014-11-26 17:45:06 +00:00
jeremy
5d9177d66d Update to sequel_pg 1.6.10, add HOMEPAGE. 2014-07-12 15:42:25 +00:00
jeremy
236745b227 Update to sequel_pg 1.6.9. 2014-07-09 17:14:11 +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
e79a176be2 Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius
gem directory when upgrading rubinius from 1.2.4 to 2.1.1.
2013-10-26 23:55:34 +00:00
jeremy
37c1cff885 Update to sequel_pg-1.6.8. 2013-10-15 02:27:46 +00:00
jeremy
88faa5f0ec Update to sequel_pg 1.6.7. Add correct version constraint to ruby-pg
dependency.
2013-07-15 01:46:50 +00:00
jeremy
330080c9c8 Update to sequel_pg 1.6.5. 2013-05-07 23:41:23 +00:00
espie
3f680606a7 PERMIT_* / REGRESS->TEST sweep 2013-03-11 02:52:04 +00:00
jeremy
b4aa133c5b Update to sequel_pg 1.6.4. 2013-01-14 21:43:23 +00:00
jeremy
b52e74b175 Update to sequel_pg 1.6.3. 2013-01-09 17:41:40 +00:00
jeremy
56c806cdf4 Update to sequel_pg 1.6.1. 2012-11-07 19:05:14 +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
fc7fdfe67f Update to sequel_pg 1.5.0. 2012-07-12 21:00:57 +00:00
jeremy
3593386850 Update to ruby-sequel_pg 1.3.0. 2012-04-06 19:23:37 +00:00
jeremy
519df994a4 Update to sequel_pg 1.2.0. 2011-11-12 17:15:32 +00:00
espie
61199a1dbc normalize pkgpath 2011-09-16 08:48:01 +00:00
jeremy
1547341bf4 Update to version 1.1.1. 2011-09-07 16:53:03 +00:00
jeremy
7f7d2cc5fe Update to 1.1.0. 2011-06-03 17:26:30 +00:00
jeremy
ab7ce99e65 Bump version to 1.0.2.
OK ajacoutot@
2011-03-18 23:05:44 +00:00
jeremy
4f9664ab00 REVISION bump for rbx FLAVOR PLIST change.
OK landry@
2011-01-06 04:24:22 +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
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
jeremy
006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00
jeremy
a5d8a54476 Depend on ruby-sequel and ruby-pg so you can build without them already
installed.  Didn't build without them before, so no bump.

ok landry
2010-10-07 15:06:08 +00:00
jeremy
e2a2af7540 Lowercase COMMENT and bump REVISION. No cookie for me.
OK ajacoutot@
2010-10-05 22:21:35 +00:00
jeremy
e936f8c3a2 sequel_pg overwrites the inner loop of the databases/ruby-sequel
postgres adapter row fetching code with a C version. The C version is
significantly faster (2-6x) than the pure ruby version that Sequel uses
by default.

OK landry@
2010-10-05 19:09:06 +00:00