pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-pg Update ruby-pg package to 0.8.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/267cc509ce44
branches:  trunk
changeset: 400321:267cc509ce44
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Oct 17 09:24:13 2009 +0000

description:
Update ruby-pg package to 0.8.0.

* Add LICENSE.


Release Name: ruby-pg-0.8.0

Notes:
This release provides much better support for win32. Big thanks to:
Charlie Savage <cfis [at] savagexi [dot] com>

Also, numerous bug fixes, better support for Ruby 1.9.1, and improved tests.

Changes:
* many windows fixes and improvements (cfis)
* some 1.9 fixes (jdavis, cfis)
* fix headers to work on 1.8 and 1.9 (jdavis)
* fix PGconn#lo_close, bug #24634, thanks to tietew for report (jdavis)
* Fix socket leak on connection error, bug #24920, thanks to
  Andrea Barisani <andrea [at] inversepath [dot] com> and
  Rob Holland <rob [at] inversepath [dot] com> for report (jdavis)

diffstat:

 databases/ruby-pg/Makefile |   5 +++--
 databases/ruby-pg/PLIST    |  24 +++++++++++++++++++++---
 databases/ruby-pg/distinfo |   8 ++++----
 3 files changed, 28 insertions(+), 9 deletions(-)

diffs (72 lines):

diff -r 31280850b18b -r 267cc509ce44 databases/ruby-pg/Makefile
--- a/databases/ruby-pg/Makefile        Sat Oct 17 08:52:54 2009 +0000
+++ b/databases/ruby-pg/Makefile        Sat Oct 17 09:24:13 2009 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2008/10/16 21:48:26 erh Exp $
+# $NetBSD: Makefile,v 1.2 2009/10/17 09:24:13 taca Exp $
 
-DISTNAME=      pg-0.7.9.2008.01.28
+DISTNAME=      pg-0.8.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
 CATEGORIES=    databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://rubyforge.org/projects/ruby-pg/
 COMMENT=       Ruby extension for PostgreSQL
+LICENSE=       gnu-gpl-v2
 
 GEM_BUILD=     gemspec
 CONFIGURE_ARGS=        --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \
diff -r 31280850b18b -r 267cc509ce44 databases/ruby-pg/PLIST
--- a/databases/ruby-pg/PLIST   Sat Oct 17 08:52:54 2009 +0000
+++ b/databases/ruby-pg/PLIST   Sat Oct 17 09:24:13 2009 +0000
@@ -1,15 +1,33 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:43:25 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/10/17 09:24:13 taca Exp $
 ${GEM_HOME}/cache/pg-${PKGVERSION}.gem
-${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/BSD
 ${GEM_LIBDIR}/COPYING.txt
+${GEM_LIBDIR}/ChangeLog
 ${GEM_LIBDIR}/Contributors
 ${GEM_LIBDIR}/GPL
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README
-${GEM_LIBDIR}/ext/extconf.rb
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/doc/postgres.html
+${GEM_LIBDIR}/doc/postgres.jp.html
 ${GEM_LIBDIR}/ext/compat.c
 ${GEM_LIBDIR}/ext/compat.h
+${GEM_LIBDIR}/ext/extconf.rb
+${GEM_LIBDIR}/ext/mingw/Rakefile
+${GEM_LIBDIR}/ext/mingw/build.rake
+${GEM_LIBDIR}/ext/mkrf_config.rb
 ${GEM_LIBDIR}/ext/pg.c
 ${GEM_LIBDIR}/ext/pg.h
+${GEM_LIBDIR}/ext/vc/pg.sln
 ${GEM_LIBDIR}/lib/pg.${RUBY_DLEXT}
+${GEM_LIBDIR}/sample/losample.rb
+${GEM_LIBDIR}/sample/psql.rb
+${GEM_LIBDIR}/sample/psqlHelp.rb
+${GEM_LIBDIR}/sample/test1.rb
+${GEM_LIBDIR}/sample/test2.rb
+${GEM_LIBDIR}/sample/test4.rb
+${GEM_LIBDIR}/spec/data/expected_trace.out
+${GEM_LIBDIR}/spec/data/random_binary_data
+${GEM_LIBDIR}/spec/pgconn_spec.rb
+${GEM_LIBDIR}/spec/pgresult_spec.rb
 ${GEM_HOME}/specifications/pg-${PKGVERSION}.gemspec
diff -r 31280850b18b -r 267cc509ce44 databases/ruby-pg/distinfo
--- a/databases/ruby-pg/distinfo        Sat Oct 17 08:52:54 2009 +0000
+++ b/databases/ruby-pg/distinfo        Sat Oct 17 09:24:13 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2008/10/16 21:48:26 erh Exp $
+$NetBSD: distinfo,v 1.2 2009/10/17 09:24:13 taca Exp $
 
-SHA1 (pg-0.7.9.2008.01.28.gem) = 8fd8c448c30a8330902cbbbb64620d530fb4254e
-RMD160 (pg-0.7.9.2008.01.28.gem) = 5fc2d45e853d9ab900f46e51f76f1967f82ee17c
-Size (pg-0.7.9.2008.01.28.gem) = 36864 bytes
+SHA1 (pg-0.8.0.gem) = a00a560068901f13a01a814f7d98e47f7d494f0a
+RMD160 (pg-0.8.0.gem) = 4d966f6eb01f9341e9bc6adac8f0367798f9cf2c
+Size (pg-0.8.0.gem) = 71680 bytes



Home | Main Index | Thread Index | Old Index