1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Update to 0.6.3. PostgreSQL 7.1 is officially supported.

This commit is contained in:
Akinori MUSHA 2001-04-22 20:34:54 +00:00
parent 34462bb3fa
commit 95102deb9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41806
8 changed files with 28 additions and 10 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (ruby/ruby-postgres-0.6.2.tar.gz) = e9ff53f4e3bb3c3279e09028a1513598
MD5 (ruby/ruby-postgres-0.6.3.tar.gz) = 7083fd87cc25b8544f944bbe35e861f5

View File

@ -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;

View File

@ -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

View File

@ -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}

View File

@ -1 +1 @@
MD5 (ruby/ruby-postgres-0.6.2.tar.gz) = e9ff53f4e3bb3c3279e09028a1513598
MD5 (ruby/ruby-postgres-0.6.3.tar.gz) = 7083fd87cc25b8544f944bbe35e861f5

View File

@ -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;

View File

@ -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