From owner-svn-ports-all@FreeBSD.ORG Sun Nov 24 13:36:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DC62524; Sun, 24 Nov 2013 13:36:03 +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 F19992147; Sun, 24 Nov 2013 13:36:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAODa2Os007737; Sun, 24 Nov 2013 13:36:02 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAODa2sU007736; Sun, 24 Nov 2013 13:36:02 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201311241336.rAODa2sU007736@svn.freebsd.org> From: Tijl Coosemans Date: Sun, 24 Nov 2013 13:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334725 - 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.16 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: Sun, 24 Nov 2013 13:36:03 -0000 Author: tijl Date: Sun Nov 24 13:36:02 2013 New Revision: 334725 URL: http://svnweb.freebsd.org/changeset/ports/334725 Log: Typo in MASTER_SITE_APACHE. Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sun Nov 24 13:34:50 2013 (r334724) +++ head/Mk/bsd.sites.mk Sun Nov 24 13:36:02 2013 (r334725) @@ -65,7 +65,7 @@ MASTER_SITE_APACHE+= \ http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%/ \ http://apache.mirror.uber.com.au/%SUBDIR%/ \ http://apache.spd.co.il/%SUBDIR%/ \ - http://ftp.mirrorservice.org/sites/ftp.apache.org/%SUBDIR/ \ + http://ftp.mirrorservice.org/sites/ftp.apache.org/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/%SUBDIR%/ \ ftp://mir1.ovh.net/ftp.apache.org/dist/%SUBDIR%/ \ ftp://ftp.forthnet.gr/pub/www/apache/%SUBDIR%/ \