summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-08-04 22:17:33 +0000
committerrecht <recht@pkgsrc.org>2004-08-04 22:17:33 +0000
commit27a4c5a71bcfe20dde1faa4227623d0455d2aace (patch)
tree388bcad4a79141d95aa7f63a8c8d3f2f83671449
parent553d0a2db1c4f35d356bfa141856b0e5ef125355 (diff)
downloadpkgsrc-27a4c5a71bcfe20dde1faa4227623d0455d2aace.tar.gz
update the site for hierarchical query patch
-rw-r--r--databases/postgresql74/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common
index 744f8c18b5e..a89ca92b0ae 100644
--- a/databases/postgresql74/Makefile.common
+++ b/databases/postgresql74/Makefile.common
@@ -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 @@ SUBST_SED.pkglocaledir2= -e 's|\( localedir[ :]*=\).*|\1${_PKGLOCALEDIR}|'
# 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