use MASTER_SITE_PGSQL

This commit is contained in:
jdolecek 2006-04-08 19:14:06 +00:00
parent cfa333fcd7
commit 4846704f27
2 changed files with 14 additions and 14 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.17 2006/04/06 06:21:42 reed Exp $
# $NetBSD: Makefile.common,v 1.18 2006/04/08 19:16:36 jdolecek Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@ -11,12 +11,12 @@
DISTNAME?= postgresql-${DIST_VERS}
CATEGORIES+= databases
MASTER_SITES?= http://www.postgresql.org/ftpsite/source/v${DIST_VERS}/ \
ftp://ftp.postgresql.org/pub/source/v${DIST_VERS}/ \
ftp://ftp.de.postgresql.org/mirror/postgresql/source/v${DIST_VERS}/ \
ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/source/v${DIST_VERS}/ \
ftp://ftp.sunsite.auc.dk/mirrors/postgresql/source/v${DIST_VERS}/ \
ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/source/v${DIST_VERS}/
MASTER_SITES?= ${MASTER_SITE_PGSQL:=source/v${DIST_VERS}/}
# 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+= ${MASTER_SORT:S/./\\./g:C/.*/:\/\/[^[\/]*&\/ :\/\/[^\/]*&\\./}
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE?= http://www.postgresql.org/

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.33 2006/04/06 06:21:42 reed Exp $
# $NetBSD: Makefile.common,v 1.34 2006/04/08 19:14:06 jdolecek Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@ -11,12 +11,12 @@
DISTNAME?= postgresql-${DIST_VERS}
CATEGORIES+= databases
MASTER_SITES?= \
ftp://ftp.de.postgresql.org/mirror/postgresql/source/v${DIST_VERS}/ \
ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/source/v${DIST_VERS}/ \
ftp://ftp.sunsite.auc.dk/mirrors/postgresql/source/v${DIST_VERS}/ \
ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/source/v${DIST_VERS}/ \
ftp://ftp.postgresql.org/pub/source/v${DIST_VERS}/
MASTER_SITES?= ${MASTER_SITE_PGSQL:=source/v${DIST_VERS}/}
# 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+= ${MASTER_SORT:S/./\\./g:C/.*/:\/\/[^[\/]*&\/ :\/\/[^\/]*&\\./}
EXTRACT_SUFX= .tar.bz2