From owner-svn-ports-head@freebsd.org Mon May 23 13:41:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D84EEB464F3; Mon, 23 May 2016 13:41:49 +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 mx1.freebsd.org (Postfix) with ESMTPS id 99ED310B9; Mon, 23 May 2016 13:41:49 +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 u4NDfm4H039952; Mon, 23 May 2016 13:41:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NDfmHX039949; Mon, 23 May 2016 13:41:48 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201605231341.u4NDfmHX039949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 23 May 2016 13:41:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415719 - head/devel/creduce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 23 May 2016 13:41:50 -0000 Author: swills Date: Mon May 23 13:41:48 2016 New Revision: 415719 URL: https://svnweb.freebsd.org/changeset/ports/415719 Log: devel/creduce: update to 2.5.0 Modified: head/devel/creduce/Makefile head/devel/creduce/distinfo head/devel/creduce/pkg-plist Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Mon May 23 12:50:02 2016 (r415718) +++ head/devel/creduce/Makefile Mon May 23 13:41:48 2016 (r415719) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= creduce -DISTVERSION= 2.4.0 +DISTVERSION= 2.5.0 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/creduce/ MAINTAINER= swills@FreeBSD.org COMMENT= Produces small test cases -BUILD_DEPENDS= llvm-config37:devel/llvm37 -RUN_DEPENDS= llvm-config37:devel/llvm37 \ +BUILD_DEPENDS= llvm-config38:devel/llvm38 +RUN_DEPENDS= llvm-config38:devel/llvm38 \ topformflat:devel/delta \ astyle:devel/astyle \ p5-Benchmark-Timer>=0:devel/p5-Benchmark-Timer \ @@ -21,10 +21,10 @@ RUN_DEPENDS= llvm-config37:devel/llvm37 GNU_CONFIGURE= yes CONFIGURE_FLAGS= --with-llvm=${LOCALBASE} -CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config37 \ - CC=${LOCALBASE}/bin/clang37 \ - CXX=${LOCALBASE}/bin/clang++37 \ - CPP=${LOCALBASE}/bin/clang-cpp37 +CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config38 \ + CC=${LOCALBASE}/bin/clang38 \ + CXX=${LOCALBASE}/bin/clang++38 \ + CPP=${LOCALBASE}/bin/clang-cpp38 USES= autoreconf gmake libtool perl5 Modified: head/devel/creduce/distinfo ============================================================================== --- head/devel/creduce/distinfo Mon May 23 12:50:02 2016 (r415718) +++ head/devel/creduce/distinfo Mon May 23 13:41:48 2016 (r415719) @@ -1,2 +1,3 @@ -SHA256 (creduce-2.4.0.tar.gz) = 0b4c5184b7bdc369a476c0eb4d41f1618f66e82d7ebeafa9492c0355ce63ed35 -SIZE (creduce-2.4.0.tar.gz) = 677706 +TIMESTAMP = 1463921303 +SHA256 (creduce-2.5.0.tar.gz) = 2dcd784e1d27df60f4ea1d92c4c556c02da4152db353d544dce8b7813fa443e4 +SIZE (creduce-2.5.0.tar.gz) = 742516 Modified: head/devel/creduce/pkg-plist ============================================================================== --- head/devel/creduce/pkg-plist Mon May 23 12:50:02 2016 (r415718) +++ head/devel/creduce/pkg-plist Mon May 23 13:41:48 2016 (r415719) @@ -2,17 +2,23 @@ bin/creduce libexec/clang_delta libexec/clex libexec/strlex +libexec/topformflat +libexec/unifdef %%DATADIR%%/perl/creduce_config.pm %%DATADIR%%/perl/creduce_regexes.pm %%DATADIR%%/perl/creduce_utils.pm %%DATADIR%%/perl/pass_balanced.pm %%DATADIR%%/perl/pass_blank.pm -%%DATADIR%%/perl/pass_clang_binsrch.pm %%DATADIR%%/perl/pass_clang.pm +%%DATADIR%%/perl/pass_clang_binsrch.pm %%DATADIR%%/perl/pass_clex.pm +%%DATADIR%%/perl/pass_comments.pm +%%DATADIR%%/perl/pass_include_includes.pm +%%DATADIR%%/perl/pass_includes.pm %%DATADIR%%/perl/pass_indent.pm %%DATADIR%%/perl/pass_ints.pm %%DATADIR%%/perl/pass_lines.pm %%DATADIR%%/perl/pass_peep.pm %%DATADIR%%/perl/pass_special.pm %%DATADIR%%/perl/pass_ternary.pm +%%DATADIR%%/perl/pass_unifdef.pm