Commit Graph

52 Commits

Author SHA1 Message Date
jeremy da860c9e5a Update to sequel_pg 1.17.2
Only change is this will allow building when using the C23 standard.
2025-03-14 19:15:47 +00:00
jeremy 904e58122f Update to sequel_pg 1.17.0 2022-10-05 18:37:48 +00:00
jeremy 9842cf89af Update to sequel_pg 1.16.0 2022-08-16 23:09:16 +00:00
jeremy f2378894f6 Update to sequel_pg 1.15.0 2022-03-18 20:48:04 +00:00
naddy 7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
jeremy 0456184e42 Update to sequel_pg 1.14.0 2020-09-22 16:25:55 +00:00
jeremy 62b8b888ec Update to sequel_pg 1.12.5 2020-03-23 15:28:39 +00:00
jeremy f261f5c457 Update to sequel_pg 1.12.4 2020-01-02 23:06:59 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
jeremy 4ee2064992 Update to sequel_pg 1.12.1 2019-05-31 18:42:25 +00:00
jeremy 5f79f2f3cb Update to sequel_pg 1.12.0 2019-03-01 14:30:45 +00:00
jeremy b6157b62fc Update to sequel_pg 1.11.0 2018-07-09 23:52:09 +00:00
jeremy bf06986031 Update to sequel_pg 1.9.0 2018-06-13 22:34:42 +00:00
jeremy 9b220ae5ca Update to sequel_pg 1.8.1 2018-01-16 01:43:37 +00:00
jeremy 3edad9759a Update to sequel_pg 1.8.0 2017-10-23 21:39:57 +00:00
jeremy b24cfcbc26 Update to sequel_pg 1.7.1. 2017-09-02 21:39:09 +00:00
jeremy 5db8da2491 Bump ruby gem ext ports after change to PLISTs
This does not include all ruby gem ext ports, but the remaining ones have
updates that will be committed separately.
2016-11-04 21:26:37 +00:00
jeremy fad3629661 Update to sequel_pg 1.6.17 2016-04-29 22:13:13 +00:00
jeremy 9c36744aa2 Update to sequel_pg 1.6.16 2016-04-14 16:57:24 +00:00
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