summaryrefslogtreecommitdiff
path: root/databases/ruby-postgres
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-22 20:34:54 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-22 20:34:54 +0000
commit95102deb9af3765d8e10fe135e836ca4412d94d3 (patch)
tree21e049b537d0227d9d44b5028f5e53985042f1ae /databases/ruby-postgres
parent1. In addition to OSVERSION test, check for existence of /usr/lib/libssl.a (diff)
Update to 0.6.3. PostgreSQL 7.1 is officially supported.
Notes
Notes: svn path=/head/; revision=41806
Diffstat (limited to 'databases/ruby-postgres')
-rw-r--r--databases/ruby-postgres/Makefile3
-rw-r--r--databases/ruby-postgres/distinfo2
-rw-r--r--databases/ruby-postgres/files/patch-postgres.c10
-rw-r--r--databases/ruby-postgres/pkg-descr4
4 files changed, 14 insertions, 5 deletions
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 <libpq/libpq-fs.h> /* large-object interface */
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <sys/types.h>
+
+ 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 <matz@ruby-lang.org>
Eiji Matsumoto <usagi@ruby.club.or.jp>
- Noboru Saitou <noborus@mb.kcom.ne.jp> (current maintainer)
+ Noboru Saitou <noborus@zetabits.com> (current maintainer)
WWW: http://webclub.kcom.ne.jp/mb/noborus/ruby/index.html