From owner-svn-ports-all@FreeBSD.ORG Sat Oct 11 09:22:54 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 B64706CB; Sat, 11 Oct 2014 09:22:54 +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 A0BE2D63; Sat, 11 Oct 2014 09:22:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9B9MsgO054632; Sat, 11 Oct 2014 09:22:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9B9MqY9054616; Sat, 11 Oct 2014 09:22:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410110922.s9B9MqY9054616@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 11 Oct 2014 09:22:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370629 - in head/devel: arm-gnueabi-binutils i386-linux-binutils mips-binutils mips64-binutils powerpc64-binutils sparc64-binutils sparc64-gcc sparc64-xtoolchain-gcc 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: Sat, 11 Oct 2014 09:22:54 -0000 Author: antoine Date: Sat Oct 11 09:22:51 2014 New Revision: 370629 URL: https://svnweb.freebsd.org/changeset/ports/370629 QAT: https://qat.redports.org/buildarchive/r370629/ Log: Remove trailing / in MASTERDIR Modified: head/devel/arm-gnueabi-binutils/Makefile head/devel/i386-linux-binutils/Makefile head/devel/mips-binutils/Makefile head/devel/mips64-binutils/Makefile head/devel/powerpc64-binutils/Makefile head/devel/sparc64-binutils/Makefile head/devel/sparc64-gcc/Makefile head/devel/sparc64-xtoolchain-gcc/Makefile Modified: head/devel/arm-gnueabi-binutils/Makefile ============================================================================== --- head/devel/arm-gnueabi-binutils/Makefile Sat Oct 11 09:12:17 2014 (r370628) +++ head/devel/arm-gnueabi-binutils/Makefile Sat Oct 11 09:22:51 2014 (r370629) @@ -5,6 +5,6 @@ COMMENT= GNU binutils for arm cross-deve PKGNAMEPREFIX= arm-gnueabi- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Modified: head/devel/i386-linux-binutils/Makefile ============================================================================== --- head/devel/i386-linux-binutils/Makefile Sat Oct 11 09:12:17 2014 (r370628) +++ head/devel/i386-linux-binutils/Makefile Sat Oct 11 09:22:51 2014 (r370629) @@ -6,6 +6,6 @@ PKGNAMEPREFIX= i386-linux- BUTARGET= i386-pc-linux-gnu PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Modified: head/devel/mips-binutils/Makefile ============================================================================== --- head/devel/mips-binutils/Makefile Sat Oct 11 09:12:17 2014 (r370628) +++ head/devel/mips-binutils/Makefile Sat Oct 11 09:22:51 2014 (r370629) @@ -5,6 +5,6 @@ COMMENT= GNU binutils for mips64 cross-d PKGNAMEPREFIX= mips- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Modified: head/devel/mips64-binutils/Makefile ============================================================================== --- head/devel/mips64-binutils/Makefile Sat Oct 11 09:12:17 2014 (r370628) +++ head/devel/mips64-binutils/Makefile Sat Oct 11 09:22:51 2014 (r370629) @@ -5,6 +5,6 @@ COMMENT= GNU binutils for mips64 cross-d PKGNAMEPREFIX= mips64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Modified: head/devel/powerpc64-binutils/Makefile ============================================================================== --- head/devel/powerpc64-binutils/Makefile Sat Oct 11 09:12:17 2014 (r370628) +++ head/devel/powerpc64-binutils/Makefile Sat Oct 11 09:22:51 2014 (r370629) @@ -5,6 +5,6 @@ COMMENT= GNU binutils for powerpc64 cros PKGNAMEPREFIX= powerpc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Modified: head/devel/sparc64-binutils/Makefile ============================================================================== --- head/devel/sparc64-binutils/Makefile Sat Oct 11 09:12:17 2014 (r370628) +++ head/devel/sparc64-binutils/Makefile Sat Oct 11 09:22:51 2014 (r370629) @@ -5,6 +5,6 @@ COMMENT= GNU binutils for sparc64 cross- PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../binutils/ +MASTERDIR= ${.CURDIR}/../binutils .include "${MASTERDIR}/Makefile" Modified: head/devel/sparc64-gcc/Makefile ============================================================================== --- head/devel/sparc64-gcc/Makefile Sat Oct 11 09:12:17 2014 (r370628) +++ head/devel/sparc64-gcc/Makefile Sat Oct 11 09:22:51 2014 (r370629) @@ -3,6 +3,6 @@ PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../powerpc64-gcc/ +MASTERDIR= ${.CURDIR}/../powerpc64-gcc .include "${MASTERDIR}/Makefile" Modified: head/devel/sparc64-xtoolchain-gcc/Makefile ============================================================================== --- head/devel/sparc64-xtoolchain-gcc/Makefile Sat Oct 11 09:12:17 2014 (r370628) +++ head/devel/sparc64-xtoolchain-gcc/Makefile Sat Oct 11 09:22:51 2014 (r370629) @@ -3,6 +3,6 @@ PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist -MASTERDIR= ${.CURDIR}/../powerpc64-xtoolchain-gcc/ +MASTERDIR= ${.CURDIR}/../powerpc64-xtoolchain-gcc .include "${MASTERDIR}/Makefile"