diff options
author | knu <knu@FreeBSD.org> | 2001-04-23 11:21:17 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-04-23 11:21:17 +0800 |
commit | fc120d5b76342f1f8e5264b8efd7af33642b8158 (patch) | |
tree | 563ca8b3023016d8b0f2a38aee907159d8f1657c /databases | |
parent | 3e388a9b143503b8dce4a03f48def44503368333 (diff) | |
download | freebsd-ports-gnome-fc120d5b76342f1f8e5264b8efd7af33642b8158.tar.gz freebsd-ports-gnome-fc120d5b76342f1f8e5264b8efd7af33642b8158.tar.zst freebsd-ports-gnome-fc120d5b76342f1f8e5264b8efd7af33642b8158.zip |
Update to 0.6.4.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-postgres/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-postgres/distinfo | 2 | ||||
-rw-r--r-- | databases/ruby-postgres/files/patch-postgres.c | 10 | ||||
-rw-r--r-- | databases/rubygem-postgres/Makefile | 2 | ||||
-rw-r--r-- | databases/rubygem-postgres/distinfo | 2 | ||||
-rw-r--r-- | databases/rubygem-postgres/files/patch-postgres.c | 10 |
6 files changed, 4 insertions, 24 deletions
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile index 8d9970539231..4183ad131abf 100644 --- a/databases/ruby-postgres/Makefile +++ b/databases/ruby-postgres/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postgres -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 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 15320ca495c4..5e5680016ba7 100644 --- a/databases/ruby-postgres/distinfo +++ b/databases/ruby-postgres/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-postgres-0.6.3.tar.gz) = 7083fd87cc25b8544f944bbe35e861f5 +MD5 (ruby/ruby-postgres-0.6.4.tar.gz) = f8701814af994042622d423e7d40961c diff --git a/databases/ruby-postgres/files/patch-postgres.c b/databases/ruby-postgres/files/patch-postgres.c deleted file mode 100644 index 5b1ef22bd5e5..000000000000 --- a/databases/ruby-postgres/files/patch-postgres.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile index 8d9970539231..4183ad131abf 100644 --- a/databases/rubygem-postgres/Makefile +++ b/databases/rubygem-postgres/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postgres -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 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 15320ca495c4..5e5680016ba7 100644 --- a/databases/rubygem-postgres/distinfo +++ b/databases/rubygem-postgres/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-postgres-0.6.3.tar.gz) = 7083fd87cc25b8544f944bbe35e861f5 +MD5 (ruby/ruby-postgres-0.6.4.tar.gz) = f8701814af994042622d423e7d40961c diff --git a/databases/rubygem-postgres/files/patch-postgres.c b/databases/rubygem-postgres/files/patch-postgres.c deleted file mode 100644 index 5b1ef22bd5e5..000000000000 --- a/databases/rubygem-postgres/files/patch-postgres.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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; |