pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql74 update the site for hierarchica...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef3e6d90a712
branches:  trunk
changeset: 479093:ef3e6d90a712
user:      recht <recht%pkgsrc.org@localhost>
date:      Wed Aug 04 22:17:33 2004 +0000

description:
update the site for hierarchical query patch

diffstat:

 databases/postgresql74/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eb69bf275b17 -r ef3e6d90a712 databases/postgresql74/Makefile.common
--- a/databases/postgresql74/Makefile.common    Wed Aug 04 21:42:36 2004 +0000
+++ b/databases/postgresql74/Makefile.common    Wed Aug 04 22:17:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/07/24 22:44:12 recht Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/08/04 22:17:33 recht Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -58,7 +58,7 @@
 # Add support for hierarchical queries with Oracle like CONNECT BY syntax.
 # see http://gppl.terminal.ru/README.html for details.
 .if defined(PGSQL_USE_HIER) && !empty(PGSQL_USE_HIER:M[yY][eE][sS])
-PATCH_SITES=           http://gppl.terminal.ru/
+PATCH_SITES=           http://gppl.moonbone.ru/
 PATCHFILES=            hier-Pg7.4-0.5.3.tar.gz
 PATCH_DIST_STRIP=      -p1
 .endif



Home | Main Index | Thread Index | Old Index