diff options
author | girgen <girgen@FreeBSD.org> | 2005-07-22 03:48:20 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2005-07-22 03:48:20 +0800 |
commit | 0a3d1aa06cb98d5e0620eb0fc582791cfbff62f8 (patch) | |
tree | 15ea7c50c3f8919de178fd9137012665935a0c99 | |
parent | 9d9f2a4f5ceebc4c5aa0335f236cd68948707044 (diff) | |
download | freebsd-ports-gnome-0a3d1aa06cb98d5e0620eb0fc582791cfbff62f8.tar.gz freebsd-ports-gnome-0a3d1aa06cb98d5e0620eb0fc582791cfbff62f8.tar.zst freebsd-ports-gnome-0a3d1aa06cb98d5e0620eb0fc582791cfbff62f8.zip |
The gborg.postgresql.org distributions exist on the main postgresql
ftp stites, so let's use them
-rw-r--r-- | databases/p5-Pg/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql-libpq++/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql-libpqxx30/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index dc4bbeed2bb8..7704ffd9a6cc 100644 --- a/databases/p5-Pg/Makefile +++ b/databases/p5-Pg/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 2.1.1 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= databases perl5 -MASTER_SITES= ftp://gborg.postgresql.org/pub/pgperl/stable/ +MASTER_SITES= ${MASTER_SITE_PGSQL} +MASTER_SITE_SUBDIR= projects/gborg/pgperl/stable PKGNAMEPREFIX= p5- DIST_SUBDIR= postgresql diff --git a/databases/postgresql-libpq++/Makefile b/databases/postgresql-libpq++/Makefile index 2e395adab12d..deb566acafc0 100644 --- a/databases/postgresql-libpq++/Makefile +++ b/databases/postgresql-libpq++/Makefile @@ -9,7 +9,8 @@ PORTNAME= libpq++ PORTVERSION= 4.0 PORTREVISION= 3 CATEGORIES= databases -MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqpp/stable/ +MASTER_SITES= ${MASTER_SITE_PGSQL} +MASTER_SITE_SUBDIR= projects/gborg/libpqpp/stable PKGNAMEPREFIX= postgresql- DIST_SUBDIR= postgresql diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index 9a231a313052..43f1a5dab1be 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -8,7 +8,8 @@ PORTNAME= libpqxx PORTVERSION= 2.5.5 CATEGORIES= databases -MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/ +MASTER_SITES= ${MASTER_SITE_PGSQL} +MASTER_SITE_SUBDIR= projects/gborg/libpqxx/stable PKGNAMEPREFIX= postgresql- DIST_SUBDIR= postgresql diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index 9a231a313052..43f1a5dab1be 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/Makefile @@ -8,7 +8,8 @@ PORTNAME= libpqxx PORTVERSION= 2.5.5 CATEGORIES= databases -MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/ +MASTER_SITES= ${MASTER_SITE_PGSQL} +MASTER_SITE_SUBDIR= projects/gborg/libpqxx/stable PKGNAMEPREFIX= postgresql- DIST_SUBDIR= postgresql diff --git a/databases/postgresql-libpqxx30/Makefile b/databases/postgresql-libpqxx30/Makefile index 9a231a313052..43f1a5dab1be 100644 --- a/databases/postgresql-libpqxx30/Makefile +++ b/databases/postgresql-libpqxx30/Makefile @@ -8,7 +8,8 @@ PORTNAME= libpqxx PORTVERSION= 2.5.5 CATEGORIES= databases -MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/ +MASTER_SITES= ${MASTER_SITE_PGSQL} +MASTER_SITE_SUBDIR= projects/gborg/libpqxx/stable PKGNAMEPREFIX= postgresql- DIST_SUBDIR= postgresql |