Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2017 02:57:29 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443722 - head/devel/creduce
Message-ID:  <201706170257.v5H2vTqQ005872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706170257.v5H2vTqQ005872>