pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql80 Rename the POSTGRESQL_* variabl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f43fb730798d
branches:  trunk
changeset: 497971:f43fb730798d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Aug 08 22:20:34 2005 +0000

description:
Rename the POSTGRESQL_* variables to PGSQL_* to match the naming
convention for other PostgreSQL variables in pkgsrc.

diffstat:

 databases/postgresql80/Makefile.common  |   4 ++--
 databases/postgresql80/Makefile.mirrors |  12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r 4201f569d03b -r f43fb730798d databases/postgresql80/Makefile.common
--- a/databases/postgresql80/Makefile.common    Mon Aug 08 21:43:35 2005 +0000
+++ b/databases/postgresql80/Makefile.common    Mon Aug 08 22:20:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2005/08/05 19:43:44 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2005/08/08 22:20:34 jlam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -13,7 +13,7 @@
 
 DISTNAME?=     postgresql-${DIST_VERS}
 CATEGORIES+=   databases
-MASTER_SITES?=  ${POSTGRESQL_MIRRORS:=source/v${DIST_VERS}/}
+MASTER_SITES?=  ${PGSQL_MIRRORS:=source/v${DIST_VERS}/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER?=   jlam%NetBSD.org@localhost
diff -r 4201f569d03b -r f43fb730798d databases/postgresql80/Makefile.mirrors
--- a/databases/postgresql80/Makefile.mirrors   Mon Aug 08 21:43:35 2005 +0000
+++ b/databases/postgresql80/Makefile.mirrors   Mon Aug 08 22:20:34 2005 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile.mirrors,v 1.1 2005/08/05 19:43:45 jlam Exp $
+# $NetBSD: Makefile.mirrors,v 1.2 2005/08/08 22:20:34 jlam Exp $
 #
 # This Makefile fragment contains the mirror sites for fetching PostgreSQL.
 #
 # To fetch from the nearest mirror, you may need to set
-# POSTGRESQL_MIRRORS_SORT appropriately, e.g.:
+# PGSQL_MIRRORS_SORT appropriately, e.g.:
 #
-#   POSTGRESQL_MIRRORS_SORT=   .at .de
+#   PGSQL_MIRRORS_SORT=        .at .de
 #
 
 ###
 ### This list was last updated on 20050801.
 ###
-POSTGRESQL_MIRRORS=    \
+PGSQL_MIRRORS= \
        ftp://ftp.au.postgresql.org/pub/postgresql/ \
        ftp://ftp2.au.postgresql.org/pub/postgresql/ \
        ftp://ftp.at.postgresql.org/db/www.postgresql.org/pub/ \
@@ -93,9 +93,9 @@
 # Default to fetching from a .us mirror for the sake of the main NetBSD
 # ftp server.
 #
-POSTGRESQL_MIRRORS_SORT?=      .us
+PGSQL_MIRRORS_SORT?=   .us
 
 # Craft a MASTER_SORT_REGEX that understands the location of the country
 # code in the FTP server name for the PostgreSQL mirror sites.
 #
-MASTER_SORT_REGEX+=    ${POSTGRESQL_MIRRORS_SORT:S/./\\./g:C/.*/:\/\/[^[\/]*&\/ :\/\/[^\/]*&\\./}
+MASTER_SORT_REGEX+=    ${PGSQL_MIRRORS_SORT:S/./\\./g:C/.*/:\/\/[^[\/]*&\/ :\/\/[^\/]*&\\./}



Home | Main Index | Thread Index | Old Index