From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 08:20:19 2014 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 099CDF18; Thu, 27 Feb 2014 08:20:19 +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 CDBC5179C; Thu, 27 Feb 2014 08:20:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1R8KIh1014221; Thu, 27 Feb 2014 08:20:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1R8KI1B014220; Thu, 27 Feb 2014 08:20:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402270820.s1R8KI1B014220@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 27 Feb 2014 08:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346246 - 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.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: Thu, 27 Feb 2014 08:20:19 -0000 Author: sunpoet Date: Thu Feb 27 08:20:18 2014 New Revision: 346246 URL: http://svnweb.freebsd.org/changeset/ports/346246 QAT: https://qat.redports.org/buildarchive/r346246/ Log: - Use only one single space before trailing backslash Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Feb 27 08:12:41 2014 (r346245) +++ head/Mk/bsd.sites.mk Thu Feb 27 08:20:18 2014 (r346246) @@ -520,7 +520,7 @@ MASTER_SITE_GENTOO+= \ .if defined(USE_GITHUB) .if defined(GH_TAGNAME) && ${GH_TAGNAME} == master IGNORE?= Using master as GH_TAGNAME is invalid. \ - Must use a tag or commit hash so the upstream does\ + Must use a tag or commit hash so the upstream does \ not "reroll" as soon as the branch is updated .endif MASTER_SITE_GITHUB+= https://codeload.github.com/%SUBDIR% \ @@ -790,7 +790,7 @@ MASTER_SITE_MOZILLA_EXTENDED+= \ .endif .if !defined(IGNORE_MASTER_SITE_MPLAYERHQ) -MASTER_SITE_MPLAYERHQ+= \ +MASTER_SITE_MPLAYERHQ+= \ http://www.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www1.mplayerhq.hu/MPlayer/%SUBDIR%/ \ http://www2.mplayerhq.hu/MPlayer/%SUBDIR%/ \ @@ -832,7 +832,7 @@ MASTER_SITE_NETBSD+= \ ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.iastate.edu/pub/netbsd/packages/distfiles/%SUBDIR%/ \ ftp://ftp.plig.net/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ - ftp://ftp.proxad.net/mirrors/ftp.netbsd.org/packages/distfiles/%SUBDIR%/\ + ftp://ftp.proxad.net/mirrors/ftp.netbsd.org/packages/distfiles/%SUBDIR%/ \ ftp://ftp.unina.it/pub/Unix/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.uninett.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://sunsite.uio.no/bsd/unix/NetBSD/packages/distfiles/%SUBDIR%/ \ @@ -1214,7 +1214,7 @@ MASTER_SITE_SUNSITE+= \ .endif .if !defined(IGNORE_MASTER_SITE_SUSE) -MASTER_SITE_SUSE+= \ +MASTER_SITE_SUSE+= \ http://mirrors.usc.edu/pub/linux/distributions/suse/%SUBDIR%/ \ http://mirror.usu.edu/mirrors/suse/%SUBDIR%/ \ ftp://mirror.mcs.anl.gov/pub/suse/%SUBDIR%/ \ @@ -1314,7 +1314,7 @@ MASTER_SITE_THEMES+= \ # Derived from: https://www.torproject.org/getinvolved/mirrors.html.en .if !defined(IGNORE_MASTER_SITE_TOR) -MASTER_SITE_TOR+= \ +MASTER_SITE_TOR+= \ https://www.torproject.org/dist/%SUBDIR%/ \ https://archive.torproject.org/tor-package-archive/%SUBDIR%/ \ ftp://ftp.bit.nl/mirror/tor/%SUBDIR%/ \ @@ -1507,8 +1507,7 @@ MASTER_SITES_ABBREVS= CPAN:PERL_CPAN \ SFJP:SOURCEFORGE_JP \ RG:RUBYGEMS \ RF:RUBYFORGE -MASTER_SITES_SUBDIRS= \ - APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \ +MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \ BERLIOS:${PORTNAME:L} \ CENKES:myports \ CHEESESHOP:source/${DISTNAME:C/(.).*/\1/}/${DISTNAME:C/(.*)-[0-9].*/\1/} \