svn commit: r474300 - head/devel/creduce

Steve Wills swills at FreeBSD.org
Mon Jul 9 20:17:17 UTC 2018


Author: swills
Date: Mon Jul  9 20:17:16 2018
New Revision: 474300
URL: https://svnweb.freebsd.org/changeset/ports/474300

Log:
  devel/creduce: update to 2.8.0

Modified:
  head/devel/creduce/Makefile   (contents, props changed)
  head/devel/creduce/distinfo   (contents, props changed)

Modified: head/devel/creduce/Makefile
==============================================================================
--- head/devel/creduce/Makefile	Mon Jul  9 19:48:44 2018	(r474299)
+++ head/devel/creduce/Makefile	Mon Jul  9 20:17:16 2018	(r474300)
@@ -1,16 +1,15 @@
 # $FreeBSD$
 
 PORTNAME=	creduce
-DISTVERSION=	2.7.0
-PORTREVISION=	2
+DISTVERSION=	2.8.0
 CATEGORIES=	devel
 MASTER_SITES=	http://embed.cs.utah.edu/creduce/
 
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Produces small test cases
 
-BUILD_DEPENDS=	llvm-config40:devel/llvm40
-RUN_DEPENDS=	llvm-config40:devel/llvm40 \
+BUILD_DEPENDS=	llvm-config60:devel/llvm60
+RUN_DEPENDS=	llvm-config60:devel/llvm60 \
 		topformflat:devel/delta \
 		astyle:devel/astyle \
 		p5-Benchmark-Timer>=0:devel/p5-Benchmark-Timer \
@@ -24,10 +23,10 @@ BROKEN_powerpc64=	fails to configure: cannot compile a
 
 GNU_CONFIGURE=	yes
 CONFIGURE_FLAGS=	--with-llvm=${LOCALBASE}
-CONFIGURE_ENV=	LLVM_CONFIG=${LOCALBASE}/bin/llvm-config40 \
-		CC=${LOCALBASE}/bin/clang40 \
-		CXX=${LOCALBASE}/bin/clang++40 \
-		CPP=${LOCALBASE}/bin/clang-cpp40
+CONFIGURE_ENV=	LLVM_CONFIG=${LOCALBASE}/bin/llvm-config60 \
+		CC=${LOCALBASE}/bin/clang60 \
+		CXX=${LOCALBASE}/bin/clang++60 \
+		CPP=${LOCALBASE}/bin/clang-cpp60
 
 USES=		autoreconf gmake libtool perl5
 

Modified: head/devel/creduce/distinfo
==============================================================================
--- head/devel/creduce/distinfo	Mon Jul  9 19:48:44 2018	(r474299)
+++ head/devel/creduce/distinfo	Mon Jul  9 20:17:16 2018	(r474300)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495283860
-SHA256 (creduce-2.7.0.tar.gz) = 36dca859c97a988e71b1a08e0cbd5849e4da051d248c5e483494194c4a231a41
-SIZE (creduce-2.7.0.tar.gz) = 768832
+TIMESTAMP = 1531155975
+SHA256 (creduce-2.8.0.tar.gz) = 77f622453a7fc52aa061a89aed457f23ab538b12270df0a2a79b6957fd381def
+SIZE (creduce-2.8.0.tar.gz) = 774668


More information about the svn-ports-all mailing list