OpenBSD CVS

CVS log for ports/databases/ruby-postgres/Attic/Makefile


[BACK] Up to [local] / ports / databases / ruby-postgres

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24, Sun Jun 30 20:10:41 2013 UTC (10 years, 11 months ago) by jasper
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +1 -1 lines
FILE REMOVED

remove ruby-postgres, which is ruby18-only and has been unmaintained upstream
since 2008. people still using this library should've migrated to ruby-pg
years ago.

ok jeremy@

Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 11 02:52:08 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.22: +1 -4 lines
Diff to previous 1.22 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 21 15:56:42 2012 UTC (11 years, 7 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (unified)

no space at end of maintainer

Revision 1.21 / (download) - annotate - [select for diffs], Sun Sep 23 17:00:49 2012 UTC (11 years, 8 months ago) by jeremy
Branch: MAIN
Changes since 1.20: +5 -2 lines
Diff to previous 1.20 (unified)

Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Sep 16 08:48:05 2011 UTC (12 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (unified)

normalize pkgpath

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 6 04:24:22 2011 UTC (13 years, 4 months ago) by jeremy
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified)

REVISION bump for rbx FLAVOR PLIST change.

OK landry@

Revision 1.18 / (download) - annotate - [select for diffs], Wed Nov 24 21:35:13 2010 UTC (13 years, 6 months ago) by jeremy
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified)

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@

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 15 00:22:54 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (unified)

convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes

Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 8 23:28:53 2010 UTC (13 years, 6 months ago) by jeremy
Branch: MAIN
Changes since 1.15: +2 -3 lines
Diff to previous 1.15 (unified)

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@

Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 26 21:42:14 2010 UTC (13 years, 7 months ago) by jeremy
Branch: MAIN
Changes since 1.14: +4 -7 lines
Diff to previous 1.14 (unified)

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

Revision 1.14 / (download) - annotate - [select for diffs], Tue Sep 28 20:12:16 2010 UTC (13 years, 8 months ago) by jeremy
Branch: MAIN
Changes since 1.13: +1 -3 lines
Diff to previous 1.13 (unified)

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@

Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 23 23:30:49 2010 UTC (13 years, 8 months ago) by jeremy
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (unified)

Take over maintenance of databases/ruby-postgres and devel/ruby-rcov
from Markus.

OK markus@

Revision 1.12 / (download) - annotate - [select for diffs], Thu Sep 23 22:30:25 2010 UTC (13 years, 8 months ago) by jeremy
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (unified)

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@

Revision 1.11 / (download) - annotate - [select for diffs], Mon Aug 10 16:29:23 2009 UTC (14 years, 9 months ago) by msf
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (unified)

respect MODRUBY_LIB_DEPENDS, no plist change

ok bernd@

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 13 20:50:19 2008 UTC (15 years, 10 months ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (unified)

Update to 0.7.9.2008.01.28. This fixes issues with ruby on rails because
of a missing HAVE_PQSERVERVERSION definition.
OK markus@ (maintainer), looks good & ok jasper@

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jun 14 23:43:05 2008 UTC (15 years, 11 months ago) by landry
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

bump PKGNAMEs after lang/ruby module change.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 7 21:28:31 2008 UTC (16 years, 4 months ago) by bernd
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (unified)

Update to ruby-postgres-0.7.9.2008.01.03.

"ok if it works for you" markus@ (MAINTAINER)

Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 15 20:34:03 2007 UTC (16 years, 8 months ago) by simon
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

remove surrounding quotes from COMMENT/BROKEN/PERMIT_*

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 1 11:00:14 2007 UTC (17 years ago) by alek
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

switch to use MASTER_SITE_RUBYFORGE

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 30 23:35:08 2007 UTC (17 years ago) by jcs
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

sync plist with gems update, bump pkgname

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 19 16:52:01 2006 UTC (17 years, 7 months ago) by bernd
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

Regen PLIST with updated ruby-gems. (added ri docs)

Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 23 21:12:24 2006 UTC (17 years, 9 months ago) by sturm
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (unified)

add RUN_DEPENDS on ruby-gems for gems-based ports
bump PKGNAME where necessary

noticed by Ward Wouts <ward at wizeazz.nl> via markus, ok msf

Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 1 22:19:46 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (unified)

more new libspecs.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jun 23 08:12:23 2006 UTC (17 years, 11 months ago) by sturm
Branch: sturm
CVS Tags: sturm_20060623
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Initial import of ruby-postgres 0.7.1

This is the extension library to access a PostgreSQL database from
Ruby. This library works with PostgreSQL 6.4 - 8.1.

from markus

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 23 08:12:23 2006 UTC (17 years, 11 months ago) by sturm
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.