summaryrefslogtreecommitdiff
path: root/databases/rubygem-postgres
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-23 03:21:17 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-23 03:21:17 +0000
commit045d3e8b7aae0457b6cd8c50574990a08c68a9b3 (patch)
treecd21cf2998a037ae4c3d09508b000196baca844d /databases/rubygem-postgres
parentChage MASTER_SITES to http://xml.apache.org/dist/fop/recent/. (diff)
Update to 0.6.4.
Notes
Notes: svn path=/head/; revision=41813
Diffstat (limited to 'databases/rubygem-postgres')
-rw-r--r--databases/rubygem-postgres/Makefile2
-rw-r--r--databases/rubygem-postgres/distinfo2
-rw-r--r--databases/rubygem-postgres/files/patch-postgres.c10
3 files changed, 2 insertions, 12 deletions
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;