From 95102deb9af3765d8e10fe135e836ca4412d94d3 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 22 Apr 2001 20:34:54 +0000 Subject: Update to 0.6.3. PostgreSQL 7.1 is officially supported. --- databases/ruby-postgres/Makefile | 3 +-- databases/ruby-postgres/distinfo | 2 +- databases/ruby-postgres/files/patch-postgres.c | 10 ++++++++++ databases/ruby-postgres/pkg-descr | 4 ++-- databases/rubygem-postgres/Makefile | 3 +-- databases/rubygem-postgres/distinfo | 2 +- databases/rubygem-postgres/files/patch-postgres.c | 10 ++++++++++ databases/rubygem-postgres/pkg-descr | 4 ++-- 8 files changed, 28 insertions(+), 10 deletions(-) create mode 100644 databases/ruby-postgres/files/patch-postgres.c create mode 100644 databases/rubygem-postgres/files/patch-postgres.c (limited to 'databases') diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile index 5338e8e85ee1..8d9970539231 100644 --- a/databases/ruby-postgres/Makefile +++ b/databases/ruby-postgres/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postgres -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.6.3 CATEGORIES= databases ruby MASTER_SITES= http://webclub.kcom.ne.jp/mb/noborus/ruby/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/databases/ruby-postgres/distinfo b/databases/ruby-postgres/distinfo index ea4209822dac..15320ca495c4 100644 --- a/databases/ruby-postgres/distinfo +++ b/databases/ruby-postgres/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-postgres-0.6.2.tar.gz) = e9ff53f4e3bb3c3279e09028a1513598 +MD5 (ruby/ruby-postgres-0.6.3.tar.gz) = 7083fd87cc25b8544f944bbe35e861f5 diff --git a/databases/ruby-postgres/files/patch-postgres.c b/databases/ruby-postgres/files/patch-postgres.c new file mode 100644 index 000000000000..5b1ef22bd5e5 --- /dev/null +++ b/databases/ruby-postgres/files/patch-postgres.c @@ -0,0 +1,10 @@ +--- postgres.c.orig Sun Mar 18 20:58:14 2001 ++++ postgres.c Mon Apr 23 05:29:22 2001 +@@ -19,6 +19,7 @@ + #include /* large-object interface */ + #include + #include ++#include + + static VALUE rb_cPGconn; + static VALUE rb_cPGresult; diff --git a/databases/ruby-postgres/pkg-descr b/databases/ruby-postgres/pkg-descr index 61c7591ddf18..07e7f5c2d86e 100644 --- a/databases/ruby-postgres/pkg-descr +++ b/databases/ruby-postgres/pkg-descr @@ -1,7 +1,7 @@ This is an extention module to access PostgreSQL database from Ruby. -This library works with PostgreSQL 6.4/6.5 and 7.0. +This library works with PostgreSQL 6.4/6.5 and 7.0/7.1. Authors: Yukihiro Matsumoto Eiji Matsumoto - Noboru Saitou (current maintainer) + Noboru Saitou (current maintainer) WWW: http://webclub.kcom.ne.jp/mb/noborus/ruby/index.html diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile index 5338e8e85ee1..8d9970539231 100644 --- a/databases/rubygem-postgres/Makefile +++ b/databases/rubygem-postgres/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postgres -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.6.3 CATEGORIES= databases ruby MASTER_SITES= http://webclub.kcom.ne.jp/mb/noborus/ruby/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/databases/rubygem-postgres/distinfo b/databases/rubygem-postgres/distinfo index ea4209822dac..15320ca495c4 100644 --- a/databases/rubygem-postgres/distinfo +++ b/databases/rubygem-postgres/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-postgres-0.6.2.tar.gz) = e9ff53f4e3bb3c3279e09028a1513598 +MD5 (ruby/ruby-postgres-0.6.3.tar.gz) = 7083fd87cc25b8544f944bbe35e861f5 diff --git a/databases/rubygem-postgres/files/patch-postgres.c b/databases/rubygem-postgres/files/patch-postgres.c new file mode 100644 index 000000000000..5b1ef22bd5e5 --- /dev/null +++ b/databases/rubygem-postgres/files/patch-postgres.c @@ -0,0 +1,10 @@ +--- postgres.c.orig Sun Mar 18 20:58:14 2001 ++++ postgres.c Mon Apr 23 05:29:22 2001 +@@ -19,6 +19,7 @@ + #include /* large-object interface */ + #include + #include ++#include + + static VALUE rb_cPGconn; + static VALUE rb_cPGresult; diff --git a/databases/rubygem-postgres/pkg-descr b/databases/rubygem-postgres/pkg-descr index 61c7591ddf18..07e7f5c2d86e 100644 --- a/databases/rubygem-postgres/pkg-descr +++ b/databases/rubygem-postgres/pkg-descr @@ -1,7 +1,7 @@ This is an extention module to access PostgreSQL database from Ruby. -This library works with PostgreSQL 6.4/6.5 and 7.0. +This library works with PostgreSQL 6.4/6.5 and 7.0/7.1. Authors: Yukihiro Matsumoto Eiji Matsumoto - Noboru Saitou (current maintainer) + Noboru Saitou (current maintainer) WWW: http://webclub.kcom.ne.jp/mb/noborus/ruby/index.html -- cgit v1.2.3