Simple version bump, our only patch was accepted upstream.

Tested on amd64 and i386.  Looking for OKs.

Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    6 Jan 2011 04:24:22 -0000       1.11
+++ Makefile    20 Jan 2011 02:17:42 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =      PostgreSQL database interface for ruby
 
-DISTNAME =     pg-0.10.0
-REVISION =     0
+DISTNAME =     pg-0.10.1
 CATEGORIES =   databases
 
 MAINTAINER =   Jeremy Evans <jer...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    20 Dec 2010 17:31:08 -0000      1.5
+++ distinfo    20 Jan 2011 02:18:08 -0000
@@ -1,5 +1,5 @@
-MD5 (pg-0.10.0.gem) = QECW72/dic1MFpqSp8qCaw==
-RMD160 (pg-0.10.0.gem) = J1uzoXOpUvbZ2BEhYl2ZWUClPpk=
-SHA1 (pg-0.10.0.gem) = C5AxGHr0KyzoQWgApVPGAuFadcE=
-SHA256 (pg-0.10.0.gem) = jokeqmJ2m249UlRbh8wn8KdjV+zI3XhFmb4pf+caoxk=
-SIZE (pg-0.10.0.gem) = 113152
+MD5 (pg-0.10.1.gem) = ua+6coFG0GSfne1HObxWwg==
+RMD160 (pg-0.10.1.gem) = te9BxkNXxKkrOReWR/oEuQpUm00=
+SHA1 (pg-0.10.1.gem) = N8lwhyNRKClqMOickpSqMr/51tY=
+SHA256 (pg-0.10.1.gem) = rx5x6+FbtO4XvEKiIQQPrhXdr2FZL3uAEN9go4rKtZc=
+SIZE (pg-0.10.1.gem) = 113664
Index: patches/patch-ext_pg_c
===================================================================
RCS file: patches/patch-ext_pg_c
diff -N patches/patch-ext_pg_c
--- patches/patch-ext_pg_c      20 Dec 2010 17:31:08 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-ext_pg_c,v 1.1 2010/12/20 17:31:08 jeremy Exp $
-
-rb_yield_splat is not yet supported by rubinius, this is functionally
-equivalent. Upstream fixed the issue in 9e11be78bfe4.
-
---- ext/pg.c.orig      Thu Dec  2 09:10:21 2010
-+++ ext/pg.c   Thu Dec  2 09:12:32 2010
-@@ -2172,7 +2172,7 @@ pgconn_wait_for_notify(int argc, VALUE *argv, VALUE se
-       PQfreemem( notification );
- 
-       if ( rb_block_given_p() )
--              rb_yield_splat( rb_ary_new3(2, relname, be_pid) );
-+              rb_yield_values(2, relname, be_pid);
- 
-       return relname;
- }

Reply via email to