Fri Jun 17 14:01:52 2011 UTC ()
Update ruby-pg package to 0.11.0.

230[tip]   24aa7899c696   2011-04-18 16:51 -0700   ged
  Move connection-parameter parsing into Ruby, and make option-handling more

229:228,222   b477174160c8   2011-03-30 06:13 -0700   ged
  Automated merge with ssh://bitbucket.org/larskanis/ruby-pg

228   cc3a7476465c   2011-03-15 13:21 +0100   kanis
  Update cross compilation tasks to use Ruby 1.8.7 instead of 1.8.6, since pg.gem requires at least 1.8.7 to get installed

227   b90f74cb11a5   2011-03-12 21:40 +0100   kanis
  Update readme for cross compile

226   780650f201e3   2011-03-12 21:38 +0100   kanis
  Use RUBY_CC_VERSION from command line, if set

225   31089d6c9dde   2011-03-11 22:14 +0100   kanis
  update PG and OpenSSL version for cross compile

224   dfe3e7c1ea27   2011-03-11 21:58 +0100   kanis
  always run "make libpq.a" for cross compilation

223:221   06e17573b133   2011-03-11 21:54 +0100   kanis
  re-add required libs for cross compilation

222   56098b479a23   2011-03-30 05:52 -0700   ged
  Comment the WIN32 console FD stuff so I remember what it does.

221   1baa7a8e673e   2011-02-23 14:11 -0800   ged
  Whitespace/line-ending fixes

220:217,219   fb7d22101adf   2011-02-23 11:40 -0800   ged
  Merged with 1c3a1ca9f0cd

219   1c3a1ca9f0cd   2011-01-22 04:41 +0800   ghazel
  for windows support, duplicate the sockets from libpq and create temporary CRT fds

218:214   c3f163bf1ecd   2011-01-22 22:11 -0800   ged
  Pulling fixes for Windows from ghazel on Github

217   18f413081e0c   2011-02-10 16:19 -0800   ged
  Bump minor version.


(taca)
diff -r1.6 -r1.7 pkgsrc/databases/ruby-pg/Makefile
diff -r1.4 -r1.5 pkgsrc/databases/ruby-pg/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/databases/ruby-pg/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/ruby-pg/Makefile 2011/02/21 16:01:12 1.6
+++ pkgsrc/databases/ruby-pg/Makefile 2011/06/17 14:01:52 1.7
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2011/02/21 16:01:12 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2011/06/17 14:01:52 taca Exp $
2 2
3DISTNAME= pg-0.10.0 3DISTNAME= pg-0.11.0
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
5PKGREVISION= 1 
6CATEGORIES= databases 5CATEGORIES= databases
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://bitbucket.org/ged/ruby-pg/ 8HOMEPAGE= http://bitbucket.org/ged/ruby-pg/
10COMMENT= Ruby extension for PostgreSQL 9COMMENT= Ruby extension for PostgreSQL
11LICENSE= gnu-gpl-v2 OR ruby-license 10LICENSE= gnu-gpl-v2 OR ruby-license
12 11
13GEM_CLEANBUILD= .require_paths ext/* 12GEM_CLEANBUILD= .require_paths ext/*
14CONFIGURE_ARGS= --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \ 13CONFIGURE_ARGS= --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \
15 --with-pgsql-lib-dir=${PGSQL_PREFIX}/lib 14 --with-pgsql-lib-dir=${PGSQL_PREFIX}/lib
16 15
17.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
18.include "../../mk/pgsql.buildlink3.mk" 17.include "../../mk/pgsql.buildlink3.mk"

cvs diff -r1.4 -r1.5 pkgsrc/databases/ruby-pg/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/ruby-pg/distinfo 2010/12/04 03:45:23 1.4
+++ pkgsrc/databases/ruby-pg/distinfo 2011/06/17 14:01:52 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2010/12/04 03:45:23 taca Exp $ 1$NetBSD: distinfo,v 1.5 2011/06/17 14:01:52 taca Exp $
2 2
3SHA1 (pg-0.10.0.gem) = 0b9031187af42b2ce8416800a553c602e15a75c1 3SHA1 (pg-0.11.0.gem) = d5aba27392dbfc0dd24ec39ce008b5c9daef3091
4RMD160 (pg-0.10.0.gem) = 275bb3a173a952f6d9d81121625d995940a53e99 4RMD160 (pg-0.11.0.gem) = 17ce2b76b3cf83416fbc7cfb327c3848acc5716b
5Size (pg-0.10.0.gem) = 113152 bytes 5Size (pg-0.11.0.gem) = 115200 bytes