svn commit: r443722 - head/devel/creduce

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 17 02:57:31 UTC 2017


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


More information about the svn-ports-all mailing list