From owner-svn-ports-head@freebsd.org Sat Jun 17 02:57:31 2017 Return-Path: Delivered-To: svn-ports-head@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 F39ECD90FF1; Sat, 17 Jun 2017 02:57:30 +0000 (UTC) (envelope-from bdrewery@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 C216C7ACBB; Sat, 17 Jun 2017 02:57:30 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5H2vTDH005873; Sat, 17 Jun 2017 02:57:29 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5H2vTqQ005872; Sat, 17 Jun 2017 02:57:29 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201706170257.v5H2vTqQ005872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 17 Jun 2017 02:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443722 - head/devel/creduce 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.23 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: Sat, 17 Jun 2017 02:57:31 -0000 Author: bdrewery Date: Sat Jun 17 02:57:29 2017 New Revision: 443722 URL: https://svnweb.freebsd.org/changeset/ports/443722 Log: Fix wrong PKGNAME dependency. Spotted by: Poudriere With hat: portmgr Modified: head/devel/creduce/Makefile Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Fri Jun 16 19:46:04 2017 (r443721) +++ head/devel/creduce/Makefile Sat Jun 17 02:57:29 2017 (r443722) @@ -2,6 +2,7 @@ PORTNAME= creduce DISTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/creduce/ @@ -16,7 +17,7 @@ RUN_DEPENDS= llvm-config40:devel/llvm40 \ p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \ p5-File-Which>=0:sysutils/p5-File-Which \ p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ - devel/p5-Sys-Cpu>=0:devel/p5-Sys-Cpu \ + p5-Sys-CPU>=0:devel/p5-Sys-Cpu \ p5-Getopt-Tabular>=0:devel/p5-Getopt-Tabular BROKEN_powerpc64= fails to configure: cannot compile and link test program with selected LLVM