From owner-svn-ports-all@FreeBSD.ORG Fri Dec 27 14:54:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ED22E44; Fri, 27 Dec 2013 14:54:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 601E4158A; Fri, 27 Dec 2013 14:54:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBREslnK078453; Fri, 27 Dec 2013 14:54:47 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBREsjB9078440; Fri, 27 Dec 2013 14:54:45 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201312271454.rBREsjB9078440@svn.freebsd.org> From: Rene Ladan Date: Fri, 27 Dec 2013 14:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337736 - in head: astro/boinc-astropulse astro/boinc-setiathome-v7 misc/biosfont-demos net/boinc-client net/boinc_curses sysutils/biosfont www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 14:54:47 -0000 Author: rene Date: Fri Dec 27 14:54:45 2013 New Revision: 337736 URL: http://svnweb.freebsd.org/changeset/ports/337736 Log: rene-ladan.nl is offline for now, move distfiles into MASTER_SITE_LOCAL Modified: head/astro/boinc-astropulse/Makefile head/astro/boinc-setiathome-v7/Makefile head/misc/biosfont-demos/Makefile head/net/boinc-client/Makefile head/net/boinc_curses/Makefile head/sysutils/biosfont/Makefile head/www/chromium/Makefile Modified: head/astro/boinc-astropulse/Makefile ============================================================================== --- head/astro/boinc-astropulse/Makefile Fri Dec 27 14:54:08 2013 (r337735) +++ head/astro/boinc-astropulse/Makefile Fri Dec 27 14:54:45 2013 (r337736) @@ -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 Modified: head/astro/boinc-setiathome-v7/Makefile ============================================================================== --- head/astro/boinc-setiathome-v7/Makefile Fri Dec 27 14:54:08 2013 (r337735) +++ head/astro/boinc-setiathome-v7/Makefile Fri Dec 27 14:54:45 2013 (r337736) @@ -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 Modified: head/misc/biosfont-demos/Makefile ============================================================================== --- head/misc/biosfont-demos/Makefile Fri Dec 27 14:54:08 2013 (r337735) +++ head/misc/biosfont-demos/Makefile Fri Dec 27 14:54:45 2013 (r337736) @@ -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 Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Fri Dec 27 14:54:08 2013 (r337735) +++ head/net/boinc-client/Makefile Fri Dec 27 14:54:45 2013 (r337736) @@ -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 Modified: head/net/boinc_curses/Makefile ============================================================================== --- head/net/boinc_curses/Makefile Fri Dec 27 14:54:08 2013 (r337735) +++ head/net/boinc_curses/Makefile Fri Dec 27 14:54:45 2013 (r337736) @@ -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 Modified: head/sysutils/biosfont/Makefile ============================================================================== --- head/sysutils/biosfont/Makefile Fri Dec 27 14:54:08 2013 (r337735) +++ head/sysutils/biosfont/Makefile Fri Dec 27 14:54:45 2013 (r337736) @@ -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 Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Dec 27 14:54:08 2013 (r337735) +++ head/www/chromium/Makefile Fri Dec 27 14:54:45 2013 (r337736) @@ -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