From owner-svn-ports-head@FreeBSD.ORG Fri Jan 10 00:14:16 2014 Return-Path: Delivered-To: svn-ports-head@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 96FBC92; Fri, 10 Jan 2014 00:14:16 +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 8342A1ED0; Fri, 10 Jan 2014 00:14:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0A0EG7T010348; Fri, 10 Jan 2014 00:14:16 GMT (envelope-from db@svn.freebsd.org) Received: (from db@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0A0EGHM010346; Fri, 10 Jan 2014 00:14:16 GMT (envelope-from db@svn.freebsd.org) Message-Id: <201401100014.s0A0EGHM010346@svn.freebsd.org> From: Diane Bruce Date: Fri, 10 Jan 2014 00:14:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339304 - in head/devel/zpu-binutils: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2014 00:14:16 -0000 Author: db Date: Fri Jan 10 00:14:15 2014 New Revision: 339304 URL: http://svnweb.freebsd.org/changeset/ports/339304 Log: - Unbreak - remove unnecessary file from files Deleted: head/devel/zpu-binutils/files/configure.sh Modified: head/devel/zpu-binutils/Makefile head/devel/zpu-binutils/pkg-plist Modified: head/devel/zpu-binutils/Makefile ============================================================================== --- head/devel/zpu-binutils/Makefile Thu Jan 9 23:52:04 2014 (r339303) +++ head/devel/zpu-binutils/Makefile Fri Jan 10 00:14:15 2014 (r339304) @@ -18,7 +18,6 @@ MANDIRS= ${PREFIX}/zpu/man USES= gettext gmake INFO= zpu/as zpu/bfd zpu/binutils zpu/configure zpu/ld zpu/standards -INFO_PATH= PREFIX/info/zpu post-patch: @${REINPLACE_CMD} -e 's/%%CC%%/${CC}/' ${WRKSRC}/build.sh Modified: head/devel/zpu-binutils/pkg-plist ============================================================================== --- head/devel/zpu-binutils/pkg-plist Thu Jan 9 23:52:04 2014 (r339303) +++ head/devel/zpu-binutils/pkg-plist Fri Jan 10 00:14:15 2014 (r339304) @@ -111,4 +111,3 @@ zpu/bin/zpu-elf-addr2line @dirrmtry zpu/lib @dirrmtry zpu/bin @dirrmtry zpu -@dirrmtry info/zpu