aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2010-07-20 22:44:13 +0800
committerkuriyama <kuriyama@FreeBSD.org>2010-07-20 22:44:13 +0800
commit14f9175467cfc2ef88d3ebaeebfb1e758e8e41ff (patch)
tree121b9b94d0ccc08cea29a22d92d17c47f5d6f066 /databases
parent86f6599c521de3c356939ada71e797004631bd89 (diff)
downloadfreebsd-ports-gnome-14f9175467cfc2ef88d3ebaeebfb1e758e8e41ff.tar.gz
freebsd-ports-gnome-14f9175467cfc2ef88d3ebaeebfb1e758e8e41ff.tar.zst
freebsd-ports-gnome-14f9175467cfc2ef88d3ebaeebfb1e758e8e41ff.zip
- Chase upgrade of pgsql (patch update should be automated...).
Diffstat (limited to 'databases')
-rw-r--r--databases/pg_filedump/Makefile6
-rw-r--r--databases/pg_filedump/distinfo6
-rw-r--r--databases/pg_filedump/files/patch-Makefile2
3 files changed, 7 insertions, 7 deletions
diff --git a/databases/pg_filedump/Makefile b/databases/pg_filedump/Makefile
index 4902f3a03aad..5ef4a2b98881 100644
--- a/databases/pg_filedump/Makefile
+++ b/databases/pg_filedump/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pg_filedump
-PORTVERSION= 8.3
+PORTVERSION= 8.4
CATEGORIES= databases
MASTER_SITES= http://sources.redhat.com/rhdb/tools/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -16,9 +16,9 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Utility to format PostgreSQL heap, index, etc into human-readable form
BUILD_DEPENDS= \
- ${NONEXISTENT}:${PORTSDIR}/databases/postgresql83-client:patch
+ ${NONEXISTENT}:${PORTSDIR}/databases/postgresql84-client:patch
-BROKEN= does not build
+WRKSRC= ${WRKDIR}/${PORTNAME}-8.4.0
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pg_filedump ${PREFIX}/bin
diff --git a/databases/pg_filedump/distinfo b/databases/pg_filedump/distinfo
index eb43d770e152..f1215854966c 100644
--- a/databases/pg_filedump/distinfo
+++ b/databases/pg_filedump/distinfo
@@ -1,3 +1,3 @@
-MD5 (pg_filedump-8.3.tar) = d4e6cf9a221e4790b3a4a3ca27276fa0
-SHA256 (pg_filedump-8.3.tar) = aa0a38043f10531109ff64138d5f5717d9d076685b84c4e41b5a0be40f70e014
-SIZE (pg_filedump-8.3.tar) = 71680
+MD5 (pg_filedump-8.4.tar) = fc7d8960adfcb642eb4db5aa39632380
+SHA256 (pg_filedump-8.4.tar) = 75f6607cc78942683bda0967ebe72b7d411e5ba06b2dcd645d0eee2930e6595a
+SIZE (pg_filedump-8.4.tar) = 71680
diff --git a/databases/pg_filedump/files/patch-Makefile b/databases/pg_filedump/files/patch-Makefile
index 69647139869f..417ec3dbff4a 100644
--- a/databases/pg_filedump/files/patch-Makefile
+++ b/databases/pg_filedump/files/patch-Makefile
@@ -9,7 +9,7 @@
# PGSQL MUST POINT TO pgsql SOURCE DIRECTORY
-PGSQL=../../../../postgres/pgsql
-+PGSQL=../../../postgresql83-client/work/postgresql-8.3.9
++PGSQL=../../../postgresql84-client/work/postgresql-8.4.4
CRC_SRC=${PGSQL}/src/backend/utils/hash
CRC_INCLUDE=${PGSQL}/src