From owner-svn-ports-all@freebsd.org Sun May 22 17:47:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E64B4547F; Sun, 22 May 2016 17:47:20 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 53EC511C0; Sun, 22 May 2016 17:47:20 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4MHlJgO068201; Sun, 22 May 2016 17:47:19 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MHlJJb068200; Sun, 22 May 2016 17:47:19 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201605221747.u4MHlJJb068200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sun, 22 May 2016 17:47:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415645 - head/sysutils/ipmitool 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.22 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, 22 May 2016 17:47:20 -0000 Author: sbruno Date: Sun May 22 17:47:19 2016 New Revision: 415645 URL: https://svnweb.freebsd.org/changeset/ports/415645 Log: Do not pull in gcc, this was a leftover from debugging builds on 9.x Submitted by: Terry Kennedy Modified: head/sysutils/ipmitool/Makefile Modified: head/sysutils/ipmitool/Makefile ============================================================================== --- head/sysutils/ipmitool/Makefile Sun May 22 17:27:35 2016 (r415644) +++ head/sysutils/ipmitool/Makefile Sun May 22 17:47:19 2016 (r415645) @@ -3,6 +3,7 @@ PORTNAME= ipmitool PORTVERSION= 1.8.17 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF @@ -13,7 +14,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:bzip2 gmake readline -USE_GCC= yes CPE_VENDOR= sun USE_OPENSSL= yes GNU_CONFIGURE= yes