From owner-svn-ports-head@freebsd.org Tue May 14 11:38:45 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0A1A158AB89; Tue, 14 May 2019 11:38:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36D9069CE2; Tue, 14 May 2019 11:38:44 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0A582079F; Tue, 14 May 2019 11:38:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4EBchCL091446; Tue, 14 May 2019 11:38:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4EBchYA091445; Tue, 14 May 2019 11:38:43 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905141138.x4EBchYA091445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 14 May 2019 11:38:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501649 - head/devel/creduce X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/creduce X-SVN-Commit-Revision: 501649 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 36D9069CE2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 14 May 2019 11:38:45 -0000 Author: swills Date: Tue May 14 11:38:43 2019 New Revision: 501649 URL: https://svnweb.freebsd.org/changeset/ports/501649 Log: devel/creduce: update to 2.10.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 Tue May 14 11:32:23 2019 (r501648) +++ head/devel/creduce/Makefile Tue May 14 11:38:43 2019 (r501649) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= creduce -DISTVERSION= 2.9.0 +DISTVERSION= 2.10.0 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/creduce/ MAINTAINER= swills@FreeBSD.org COMMENT= Produces small test cases -BUILD_DEPENDS= llvm-config70:devel/llvm70 -RUN_DEPENDS= llvm-config70:devel/llvm70 \ +BUILD_DEPENDS= llvm-config80:devel/llvm80 +RUN_DEPENDS= llvm-config80:devel/llvm80 \ 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-config70 \ - CC=${LOCALBASE}/bin/clang70 \ - CXX=${LOCALBASE}/bin/clang++70 \ - CPP=${LOCALBASE}/bin/clang-cpp70 +CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config80 \ + CC=${LOCALBASE}/bin/clang80 \ + CXX=${LOCALBASE}/bin/clang++80 \ + CPP=${LOCALBASE}/bin/clang-cpp80 USES= autoreconf gmake libtool perl5 Modified: head/devel/creduce/distinfo ============================================================================== --- head/devel/creduce/distinfo Tue May 14 11:32:23 2019 (r501648) +++ head/devel/creduce/distinfo Tue May 14 11:38:43 2019 (r501649) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557157076 -SHA256 (creduce-2.9.0.tar.gz) = 1ca9e0398c2947c390df4a17eae0151cad6e047377ae3f91812cc2f0c01f03ad -SIZE (creduce-2.9.0.tar.gz) = 777444 +TIMESTAMP = 1557826720 +SHA256 (creduce-2.10.0.tar.gz) = db1c0f123967f24d620b040cebd53001bf3dcf03e400f78556a2ff2e11fea063 +SIZE (creduce-2.10.0.tar.gz) = 779318