From owner-svn-ports-all@FreeBSD.ORG Fri Dec 19 10:46:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CF74642; Fri, 19 Dec 2014 10:46:32 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 794431B37; Fri, 19 Dec 2014 10:46:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBJAkWHm069831; Fri, 19 Dec 2014 10:46:32 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBJAkWfd069829; Fri, 19 Dec 2014 10:46:32 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412191046.sBJAkWfd069829@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 19 Dec 2014 10:46:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374940 - head/Mk 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.18-1 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, 19 Dec 2014 10:46:32 -0000 Author: bapt Date: Fri Dec 19 10:46:31 2014 New Revision: 374940 URL: https://svnweb.freebsd.org/changeset/ports/374940 QAT: https://qat.redports.org/buildarchive/r374940/ Log: Berlios is gone and has been mirrored to sourceforge, adapt the BERLIOS site Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri Dec 19 04:56:02 2014 (r374939) +++ head/Mk/bsd.sites.mk Fri Dec 19 10:46:31 2014 (r374940) @@ -104,8 +104,7 @@ MASTER_SITE_APACHE_XML+= \ .if !defined(IGNORE_MASTER_SITE_BERLIOS) MASTER_SITE_BERLIOS+= \ - http://download.berlios.de/%SUBDIR%/ \ - http://download2.berlios.de/%SUBDIR%/ + ${MASTER_SITE_SOURCEFORGE} .endif .if !defined(IGNORE_MASTER_SITE_CENKES) @@ -1523,7 +1522,7 @@ MASTER_SITES_ABBREVS= CPAN:PERL_CPAN \ RG:RUBYGEMS \ RF:RUBYFORGE MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \ - BERLIOS:${PORTNAME:tl} \ + BERLIOS:${PORTNAME:tl}.berlios \ CENKES:myports \ CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} \ CSME:myports \