diff options
author | sf <sf@FreeBSD.org> | 2001-09-24 22:54:42 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-09-24 22:54:42 +0000 |
commit | 70d665bc2c22abf647e4349abe37dafa995f78da (patch) | |
tree | 51d222f2a466186570e731b3eb0c612e32e7b408 /databases/postgresql7 | |
parent | 1bb95327ab51a3bfd251f4fdc35ef4ca9365332f (diff) | |
download | FreeBSD-ports-70d665bc2c22abf647e4349abe37dafa995f78da.zip FreeBSD-ports-70d665bc2c22abf647e4349abe37dafa995f78da.tar.gz |
retire problematic MASTER_SITES.
PR: 30805
Submitted by: maintainer
Diffstat (limited to 'databases/postgresql7')
-rw-r--r-- | databases/postgresql7/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql7/Makefile b/databases/postgresql7/Makefile index b68a951..540afe4 100644 --- a/databases/postgresql7/Makefile +++ b/databases/postgresql7/Makefile @@ -8,11 +8,10 @@ PORTNAME= postgresql PORTVERSION= 7.1.3 CATEGORIES= databases -MASTER_SITES= ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ \ ftp://ftp.de.postgresql.org/%SUBDIR%/ \ ftp://ftp.digex.net/pub/packages/database/postgresql/%SUBDIR%/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/databases/postgresql/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/db/postgresql/&,} MASTER_SITE_SUBDIR= source/v${PORTVERSION} |