aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--astro/boinc-astropulse/Makefile4
-rw-r--r--astro/boinc-setiathome-v7/Makefile4
-rw-r--r--misc/biosfont-demos/Makefile4
-rw-r--r--net/boinc-client/Makefile4
-rw-r--r--net/boinc_curses/Makefile4
-rw-r--r--sysutils/biosfont/Makefile4
-rw-r--r--www/chromium/Makefile3
7 files changed, 20 insertions, 7 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile
index a1ba095c624..bb3a2a2e695 100644
--- a/astro/boinc-astropulse/Makefile
+++ b/astro/boinc-astropulse/Makefile
@@ -5,8 +5,10 @@ PORTNAME= boinc-astropulse
PORTVERSION= 6.01
PORTREVISION= 6
CATEGORIES= astro
-MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+#MASTER_SITES+= ftp://rene-ladan.nl/pub/distfiles/
DISTNAME= astropulse-svn-1702 # modified archive, see leftout in top directory
+MASTER_SITE_SUBDIR=rene
MAINTAINER= rene@FreeBSD.org
COMMENT= Astropulse for BOINC
diff --git a/astro/boinc-setiathome-v7/Makefile b/astro/boinc-setiathome-v7/Makefile
index 463b2a72830..29f35f04e82 100644
--- a/astro/boinc-setiathome-v7/Makefile
+++ b/astro/boinc-setiathome-v7/Makefile
@@ -5,8 +5,10 @@ PORTNAME= boinc-setiathome-v7
PORTVERSION= 7.00
PORTREVISION= 2
CATEGORIES= astro
-MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+#MASTER_SITES+= ftp://rene-ladan.nl/pub/distfiles/
DISTNAME= setiathome-svn-1924 # modified archive, see leftout in top directory
+MASTER_SITE_SUBDIR=rene
MAINTAINER= rene@FreeBSD.org
COMMENT= Setiathome Enhanced for BOINC
diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile
index e8f75b0ea9a..84e0916ec2d 100644
--- a/misc/biosfont-demos/Makefile
+++ b/misc/biosfont-demos/Makefile
@@ -5,7 +5,9 @@ PORTNAME= biosfont-demos
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= misc
-MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+#MASTER_SITES+= ftp://rene-ladan.nl/pub/distfiles/
+MASTER_SITE_SUBDIR=rene
MAINTAINER= rene@FreeBSD.org
COMMENT= Demos for the biosfont kernel module
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index 95fc7cc1edb..40c55b919f8 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -4,7 +4,9 @@
PORTNAME= boinc-client
PORTVERSION= 7.2.33
CATEGORIES= net
-MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+#MASTER_SITES+= ftp://rene-ladan.nl/pub/distfiles/
+MASTER_SITE_SUBDIR=rene
MAINTAINER= rene@FreeBSD.org
COMMENT= Berkeley Open Infrastructure for Network Computing client
diff --git a/net/boinc_curses/Makefile b/net/boinc_curses/Makefile
index c2dd150d9ba..e3028fa9b67 100644
--- a/net/boinc_curses/Makefile
+++ b/net/boinc_curses/Makefile
@@ -5,7 +5,9 @@ PORTNAME= boinc_curses
PORTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= net
-MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
+ http://www.oook.cz/bsd/boinc_curses/
+MASTER_SITE_SUBDIR=rene
MAINTAINER= rene@FreeBSD.org
COMMENT= Console, ncurses based monitor and manager for BOINC
diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile
index bacaa6ded72..b924d6903ff 100644
--- a/sysutils/biosfont/Makefile
+++ b/sysutils/biosfont/Makefile
@@ -4,7 +4,9 @@
PORTNAME= biosfont
PORTVERSION= 1.2.1
CATEGORIES= sysutils
-MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+#MASTER_SITES+= ftp://rene-ladan.nl/pub/distfiles/
+MASTER_SITE_SUBDIR=rene
MAINTAINER= rene@FreeBSD.org
COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index b3055d51626..346a3d1bdf4 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -9,8 +9,9 @@ DISTVERSION= 31.0.1650.63
CATEGORIES= www
MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/:testdata \
http://download.goodking.org/downloads/:browser \
- ftp://rene-ladan.nl/pub/distfiles/:browser \
+ ${MASTER_SITE_LOCAL}:browser \
http://files.etoilebsd.net/goodking/:browser
+MASTER_SITE_SUBDIR=rene
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:browser
MAINTAINER= chromium@FreeBSD.org