Simple update to sequel_pg 1.6.3. Contains a single bugfix:

* Make streaming support not swallow errors when rows are not retrieved

Tested on amd64 and i386.  Will probably be committing within the next
few weeks.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-sequel_pg/Makefile,v
retrieving revision 1.17
diff -N -u -p Makefile
--- Makefile    7 Nov 2012 19:05:14 -0000       1.17
+++ Makefile    20 Dec 2012 18:19:32 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      faster SELECTs when using ruby-sequel with ruby-pg
 
-DISTNAME =     sequel_pg-1.6.1
+DISTNAME =     sequel_pg-1.6.3
 CATEGORIES =   databases
 
 MAINTAINER =   Jeremy Evans <jer...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-sequel_pg/distinfo,v
retrieving revision 1.8
diff -N -u -p distinfo
--- distinfo    7 Nov 2012 19:05:14 -0000       1.8
+++ distinfo    20 Dec 2012 18:19:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (sequel_pg-1.6.1.gem) = StpB1fYm8T9U21bmsxqv4cnFt+1JIg383njPPXU4D2s=
-SIZE (sequel_pg-1.6.1.gem) = 16896
+SHA256 (sequel_pg-1.6.3.gem) = 9a8hw10hhDPpxfOSxp27Lwl6Ej2y8r/ZMGyWL01Vg4M=
+SIZE (sequel_pg-1.6.3.gem) = 16896

Reply via email to