Date: Wed, 31 May 2017 18:46:55 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442256 - head/devel/creduce Message-ID: <201705311846.v4VIkt6T084806@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed May 31 18:46:55 2017 New Revision: 442256 URL: https://svnweb.freebsd.org/changeset/ports/442256 Log: devel/creduce: Update to 2.7.0 PR: 219415 Submitted by: dim Modified: head/devel/creduce/Makefile head/devel/creduce/distinfo Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Wed May 31 18:46:09 2017 (r442255) +++ head/devel/creduce/Makefile Wed May 31 18:46:55 2017 (r442256) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= creduce -DISTVERSION= 2.6.0 +DISTVERSION= 2.7.0 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/creduce/ MAINTAINER= swills@FreeBSD.org COMMENT= Produces small test cases -BUILD_DEPENDS= llvm-config39:devel/llvm39 -RUN_DEPENDS= llvm-config39:devel/llvm39 \ +BUILD_DEPENDS= llvm-config40:devel/llvm40 +RUN_DEPENDS= llvm-config40:devel/llvm40 \ topformflat:devel/delta \ astyle:devel/astyle \ p5-Benchmark-Timer>=0:devel/p5-Benchmark-Timer \ @@ -23,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-config39 \ - CC=${LOCALBASE}/bin/clang39 \ - CXX=${LOCALBASE}/bin/clang++39 \ - CPP=${LOCALBASE}/bin/clang-cpp39 +CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config40 \ + CC=${LOCALBASE}/bin/clang40 \ + CXX=${LOCALBASE}/bin/clang++40 \ + CPP=${LOCALBASE}/bin/clang-cpp40 USES= autoreconf gmake libtool perl5 Modified: head/devel/creduce/distinfo ============================================================================== --- head/devel/creduce/distinfo Wed May 31 18:46:09 2017 (r442255) +++ head/devel/creduce/distinfo Wed May 31 18:46:55 2017 (r442256) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493926310 -SHA256 (creduce-2.6.0.tar.gz) = cdacc1046ca3ae2b0777b8f235428e7976b0fb97c2f69979c8accd8d2cc0c55d -SIZE (creduce-2.6.0.tar.gz) = 763886 +TIMESTAMP = 1495283860 +SHA256 (creduce-2.7.0.tar.gz) = 36dca859c97a988e71b1a08e0cbd5849e4da051d248c5e483494194c4a231a41 +SIZE (creduce-2.7.0.tar.gz) = 768832
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705311846.v4VIkt6T084806>