summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrecht <recht>2004-08-04 22:17:33 +0000
committerrecht <recht>2004-08-04 22:17:33 +0000
commitdd69bad21a37b2884de1793491ab5841fbcbdab6 (patch)
tree388bcad4a79141d95aa7f63a8c8d3f2f83671449 /databases
parented57a1c171c9e96ac09ad1677352e20704051e0f (diff)
downloadpkgsrc-dd69bad21a37b2884de1793491ab5841fbcbdab6.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