This is a fairly simple bugfix update.  It also removes a patch
accepted upstream.  For a list of changes, see:
https://raw.github.com/ged/ruby-pg/master/History.rdoc

Tested on i386, compiles fine on amd64.  Will be committed later this
week unless I hear objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile    21 Dec 2011 20:01:16 -0000      1.16
+++ Makefile    23 Feb 2012 16:25:36 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      PostgreSQL database interface for ruby
 
-DISTNAME =     pg-0.12.0
+DISTNAME =     pg-0.13.2
 CATEGORIES =   databases
 
 MAINTAINER =   Jeremy Evans <jer...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    21 Dec 2011 20:01:16 -0000      1.8
+++ distinfo    23 Feb 2012 16:25:52 -0000
@@ -1,5 +1,5 @@
-MD5 (pg-0.12.0.gem) = oTJvfnCp9mEzlPeLW1Qv8g==
-RMD160 (pg-0.12.0.gem) = PVCXe6vyMEO+reM3n1CrrKDFacc=
-SHA1 (pg-0.12.0.gem) = KN8LRDLaqQaDIT4ESaHul1tyQKQ=
-SHA256 (pg-0.12.0.gem) = l8tjhgiYYfJZ0DvQkucXqAlEaiMzoX2sT1wtTZOEtAA=
-SIZE (pg-0.12.0.gem) = 107008
+MD5 (pg-0.13.2.gem) = T81wo1C7qbBSxS2vqldlCg==
+RMD160 (pg-0.13.2.gem) = QMiajEqX38vRCyTzCA1kDgC5bG8=
+SHA1 (pg-0.13.2.gem) = Jj+AR++wGNn8TVHw/1sa7XdcV6o=
+SHA256 (pg-0.13.2.gem) = BjZWQ5eAdwpmRVIySUr7VrLB0ZEvb9Cye38XD7yU9Kg=
+SIZE (pg-0.13.2.gem) = 91648
Index: patches/patch-_metadata
===================================================================
RCS file: patches/patch-_metadata
diff -N patches/patch-_metadata
--- patches/patch-_metadata     21 Dec 2011 20:01:16 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-_metadata,v 1.1 2011/12/21 20:01:16 jeremy Exp $
-
-Don't have a runtime dependency on rake-compiler, it isn't needed.
-Similar change made upstream in hg commit af645318f239.
-
---- .metadata.orig     Wed Dec 14 11:13:36 2011
-+++ .metadata  Wed Dec 14 11:14:18 2011
-@@ -59,7 +59,7 @@ dependencies:
-     - - ~>
-       - !ruby/object:Gem::Version
-         version: '0.7'
--  type: :runtime
-+  type: :development
-   prerelease: false
-   version_requirements: *70276294379100
- - !ruby/object:Gem::Dependency
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST   21 Dec 2011 20:01:16 -0000      1.7
+++ pkg/PLIST   14 Feb 2012 16:01:53 -0000
@@ -2,31 +2,32 @@
 ${GEM_LIB}/cache/${DISTNAME}.gem
 ${GEM_LIB}/gems/${DISTNAME}/
 ${GEM_LIB}/gems/${DISTNAME}/.gemtest
-${GEM_LIB}/gems/${DISTNAME}/BSD
+${GEM_LIB}/gems/${DISTNAME}/BSDL
 ${GEM_LIB}/gems/${DISTNAME}/ChangeLog
 ${GEM_LIB}/gems/${DISTNAME}/Contributors.rdoc
-${GEM_LIB}/gems/${DISTNAME}/GPL
 ${GEM_LIB}/gems/${DISTNAME}/History.rdoc
 ${GEM_LIB}/gems/${DISTNAME}/LICENSE
 ${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
-${GEM_LIB}/gems/${DISTNAME}/README.OS_X.rdoc
+${GEM_LIB}/gems/${DISTNAME}/POSTGRES
+${GEM_LIB}/gems/${DISTNAME}/README-OS_X.rdoc
+${GEM_LIB}/gems/${DISTNAME}/README-Windows.rdoc
 ${GEM_LIB}/gems/${DISTNAME}/README.ja.rdoc
 ${GEM_LIB}/gems/${DISTNAME}/README.rdoc
-${GEM_LIB}/gems/${DISTNAME}/README.windows.rdoc
 ${GEM_LIB}/gems/${DISTNAME}/Rakefile
 ${GEM_LIB}/gems/${DISTNAME}/Rakefile.cross
 ${GEM_LIB}/gems/${DISTNAME}/ext/
 ${GEM_LIB}/gems/${DISTNAME}/ext/Makefile
-${GEM_LIB}/gems/${DISTNAME}/ext/compat.c
-${GEM_LIB}/gems/${DISTNAME}/ext/compat.h
-${GEM_LIB}/gems/${DISTNAME}/ext/compat.o
 ${GEM_LIB}/gems/${DISTNAME}/ext/extconf.h
 ${GEM_LIB}/gems/${DISTNAME}/ext/extconf.rb
 ${GEM_LIB}/gems/${DISTNAME}/ext/mkmf.log
 ${GEM_LIB}/gems/${DISTNAME}/ext/pg.c
 ${GEM_LIB}/gems/${DISTNAME}/ext/pg.h
 ${GEM_LIB}/gems/${DISTNAME}/ext/pg.o
+${GEM_LIB}/gems/${DISTNAME}/ext/pg_connection.c
+${GEM_LIB}/gems/${DISTNAME}/ext/pg_connection.o
 ${GEM_LIB}/gems/${DISTNAME}/ext/pg_ext.so
+${GEM_LIB}/gems/${DISTNAME}/ext/pg_result.c
+${GEM_LIB}/gems/${DISTNAME}/ext/pg_result.o
 ${GEM_LIB}/gems/${DISTNAME}/ext/vc/
 ${GEM_LIB}/gems/${DISTNAME}/ext/vc/pg.sln
 ${GEM_LIB}/gems/${DISTNAME}/ext/vc/pg_18/
@@ -34,23 +35,22 @@ ${GEM_LIB}/gems/${DISTNAME}/ext/vc/pg_18
 ${GEM_LIB}/gems/${DISTNAME}/ext/vc/pg_19/
 ${GEM_LIB}/gems/${DISTNAME}/ext/vc/pg_19/pg_19.vcproj
 ${GEM_LIB}/gems/${DISTNAME}/lib/
+${GEM_LIB}/gems/${DISTNAME}/lib/pg/
 ${GEM_LIB}/gems/${DISTNAME}/lib/pg.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/pg/connection.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/pg/constants.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/pg/exceptions.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/pg/result.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/pg_ext.so
-${GEM_LIB}/gems/${DISTNAME}/misc/
-${GEM_LIB}/gems/${DISTNAME}/misc/openssl-pg-segfault.rb
 ${GEM_LIB}/gems/${DISTNAME}/sample/
 ${GEM_LIB}/gems/${DISTNAME}/sample/async_api.rb
 ${GEM_LIB}/gems/${DISTNAME}/sample/async_copyto.rb
+${GEM_LIB}/gems/${DISTNAME}/sample/async_mixed.rb
 ${GEM_LIB}/gems/${DISTNAME}/sample/copyfrom.rb
 ${GEM_LIB}/gems/${DISTNAME}/sample/copyto.rb
 ${GEM_LIB}/gems/${DISTNAME}/sample/cursor.rb
 ${GEM_LIB}/gems/${DISTNAME}/sample/losample.rb
 ${GEM_LIB}/gems/${DISTNAME}/sample/notify_wait.rb
-${GEM_LIB}/gems/${DISTNAME}/sample/psql.rb
-${GEM_LIB}/gems/${DISTNAME}/sample/psqlHelp.rb
-${GEM_LIB}/gems/${DISTNAME}/sample/test1.rb
-${GEM_LIB}/gems/${DISTNAME}/sample/test2.rb
-${GEM_LIB}/gems/${DISTNAME}/sample/test4.rb
 ${GEM_LIB}/gems/${DISTNAME}/sample/test_binary_values.rb
 ${GEM_LIB}/gems/${DISTNAME}/spec/
 ${GEM_LIB}/gems/${DISTNAME}/spec/data/
@@ -58,7 +58,8 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/data/ex
 ${GEM_LIB}/gems/${DISTNAME}/spec/data/random_binary_data
 ${GEM_LIB}/gems/${DISTNAME}/spec/lib/
 ${GEM_LIB}/gems/${DISTNAME}/spec/lib/helpers.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/m17n_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/pgconn_spec.rb
-${GEM_LIB}/gems/${DISTNAME}/spec/pgresult_spec.rb
+${GEM_LIB}/gems/${DISTNAME}/spec/pg/
+${GEM_LIB}/gems/${DISTNAME}/spec/pg/connection_spec.rb
+${GEM_LIB}/gems/${DISTNAME}/spec/pg/result_spec.rb
+${GEM_LIB}/gems/${DISTNAME}/spec/pg_spec.rb
 ${GEM_LIB}/specifications/${DISTNAME}.gemspec

Reply via email to