diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-23 03:21:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-23 03:21:17 +0000 |
commit | 045d3e8b7aae0457b6cd8c50574990a08c68a9b3 (patch) | |
tree | cd21cf2998a037ae4c3d09508b000196baca844d | |
parent | 05d3b8e55c284f6283a8937b548ffc26bd71a8e2 (diff) | |
download | ports-045d3e8b7aae0457b6cd8c50574990a08c68a9b3.tar.gz ports-045d3e8b7aae0457b6cd8c50574990a08c68a9b3.zip |
Notes
-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; |