View | Details | Raw Unified | Return to bug 30805
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 8-18 Link Here
8
PORTNAME=	postgresql
8
PORTNAME=	postgresql
9
PORTVERSION=	7.1.3
9
PORTVERSION=	7.1.3
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
11
MASTER_SITES=	ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ \
12
		ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
12
		ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
13
		ftp://ftp.de.postgresql.org/%SUBDIR%/ \
13
		ftp://ftp.de.postgresql.org/%SUBDIR%/ \
14
		ftp://ftp.digex.net/pub/packages/database/postgresql/%SUBDIR%/ \
14
		ftp://ftp.digex.net/pub/packages/database/postgresql/%SUBDIR%/ \
15
		ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ \
16
		ftp://ftp.chg.ru/pub/databases/postgresql/%SUBDIR%/ \
15
		ftp://ftp.chg.ru/pub/databases/postgresql/%SUBDIR%/ \
17
		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,}
16
		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,}
18
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
17
MASTER_SITE_SUBDIR=	source/v${PORTVERSION}

Return to bug 30805