summaryrefslogtreecommitdiff
path: root/databases
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
commite43a1bc75f12f632de40378baae1e3da1c5c01b3 (patch)
tree388bcad4a79141d95aa7f63a8c8d3f2f83671449 /databases
parent482d6b8ea8b2b0294268600f043dbfbc4ca87c08 (diff)
downloadpkgsrc-e43a1bc75f12f632de40378baae1e3da1c5c01b3.tar.gz
update the site for hierarchical query patch
Diffstat (limited to 'databases')
-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