pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-postgresql Update ruby-postgres package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8952e89b28f8
branches:  trunk
changeset: 461140:8952e89b28f8
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Sep 11 14:55:49 2003 +0000

description:
Update ruby-postgres package to 0.7.1.
Convert to use buildlink2.mk for postgress dependency.

===========================================
Mon Jan  6 2003 version 0.7.1

        * async_exec: remove check of PQisBusy.
          patch supplied byd <m_seki%mva.biglobe.ne.jp@localhost>

Wed Oct 16 2002 version 0.7.0

        * rename README.jp -> README.ja.

Thu Oct 10 2002

        * get_notify: bug fix Deletes of unnecessary "free(notify);"
          debian bug report.

Wed Oct  9 2002

        * query: add pgresult_clear.
          patch supplied by "Shirai,Kaoru" <shirai%p1jp.com@localhost>

Sat Sep 28 2002

        * PGconn: add methods escape, quote, escape_bytes.
          patch supplied by MoonWolf <moonwolf%moonwolf.com@localhost>

Tue Aug 20 2002

        * extconf.rb add dir_config('postgres')
          patch supplied by Nate Haggard <nate%wordplace.com@localhost>

Mon Jun  3 2002 version 0.7.0-pre2

        * not to use fe_getauthname().
          patch supplied by Neil Conway <nconway%klamath.dyndns.org@localhost>

Thu May 30 2002 version 0.7.0-pre1

        * Fix to insert_table so that nil values in Ruby are inserted
          back into the database as nulls.
          patch supplied by Jeremy Henty <jeremy%chaos.org.uk@localhost>

        * Fix to insert_table to protect characters that Postgres would
          otherwise interpret specially.
          patch supplied by Jeremy Henty <jeremy%chaos.org.uk@localhost>

Wed Apr 24 2002

        * Removed unused variables.
        * Improve notification code.
        * Add a missing "return Qnil" statement in a function
          declared to return VALUE.
        * Fix an minor error in pgconn_loopen().
          patch supplied by Neil Conway <nconway%klamath.dyndns.org@localhost>

Tue Mar  5 2002

        * fix pglarge_write return.
          patch supplied by Noboru Matui <silicon%mx1.freemail.ne.jp@localhost>

Mon Jan  7 2002

        * refer to POSTGRES_INCLUDE and POSTGTRES_LIB
          environmental variables.
          patch supplied by Neil Conway <nconway%klamath.dyndns.org@localhost>

Sun Dec 16 2001

        * add methods "getisnull".
          patch supplied by Jeremy Henty <jeremy%chaos.org.uk@localhost>

Tue Nov 27 2001

        * convert NULL => nil .
          patch supplied by "Shirai,Kaoru" <shirai%p1jp.com@localhost>

diffstat:

 databases/ruby-postgresql/Makefile |  8 +++-----
 databases/ruby-postgresql/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 0bc69423e60c -r 8952e89b28f8 databases/ruby-postgresql/Makefile
--- a/databases/ruby-postgresql/Makefile        Thu Sep 11 13:13:47 2003 +0000
+++ b/databases/ruby-postgresql/Makefile        Thu Sep 11 14:55:49 2003 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:29:01 grant Exp $
+# $NetBSD: Makefile,v 1.9 2003/09/11 14:55:49 taca Exp $
 
 DISTNAME=              ruby-postgres-${VERSION}
 PKGNAME=               ${RUBY_PKGNAMEPREFIX}postgresql-${VERSION}
-PKGREVISION=           1
 CATEGORIES=            databases
 MASTER_SITES=          http://www.postgresql.jp/interfaces/ruby/archive/
 
@@ -10,9 +9,7 @@
 HOMEPAGE=              http://www.postgresql.jp/interfaces/ruby/
 COMMENT=               Ruby extension for postgresql
 
-DEPENDS+=              postgresql-lib>=7.3.1:../../databases/postgresql-lib
-
-VERSION=               0.6.5
+VERSION=               0.7.1
 DIST_SUBDIR=           ruby
 USE_RUBY_EXTCONF=      yes
 CONFIGURE_ARGS+=       --with-pgsql-include-dir=${PREFIX}/include/postgresql \
@@ -43,5 +40,6 @@
        ${INSTALL_SCRIPT} ${WRKSRC}/sample/$f ${RUBY_EXAMPLESDIR}/postgresql
 .endfor
 
+.include "../../databases/postgresql-lib/buildlink2.mk"
 .include "../../lang/ruby-base/Makefile.common"
 .include "../../mk/bsd.pkg.mk"
diff -r 0bc69423e60c -r 8952e89b28f8 databases/ruby-postgresql/distinfo
--- a/databases/ruby-postgresql/distinfo        Thu Sep 11 13:13:47 2003 +0000
+++ b/databases/ruby-postgresql/distinfo        Thu Sep 11 14:55:49 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2002/01/19 11:03:20 taca Exp $
+$NetBSD: distinfo,v 1.4 2003/09/11 14:55:50 taca Exp $
 
-SHA1 (ruby/ruby-postgres-0.6.5.tar.gz) = bef9a8201143eb1f9bf73c84791a2ef4b0f24cb6
-Size (ruby/ruby-postgres-0.6.5.tar.gz) = 27451 bytes
+SHA1 (ruby/ruby-postgres-0.7.1.tar.gz) = ba3b872511b525f6b5979031ee62bfa265697e9a
+Size (ruby/ruby-postgres-0.7.1.tar.gz) = 29256 bytes



Home | Main Index | Thread Index | Old Index