Date: Mon, 6 May 2019 20:36:35 +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: r500930 - head/devel/creduce Message-ID: <201905062036.x46KaafG047068@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon May 6 20:36:35 2019 New Revision: 500930 URL: https://svnweb.freebsd.org/changeset/ports/500930 Log: devel/creduce: update to 2.9.0 Modified: head/devel/creduce/Makefile (contents, props changed) head/devel/creduce/distinfo (contents, props changed) head/devel/creduce/pkg-plist (contents, props changed) Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Mon May 6 20:27:18 2019 (r500929) +++ head/devel/creduce/Makefile Mon May 6 20:36:35 2019 (r500930) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= creduce -DISTVERSION= 2.8.0 +DISTVERSION= 2.9.0 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/creduce/ MAINTAINER= swills@FreeBSD.org COMMENT= Produces small test cases -BUILD_DEPENDS= llvm-config60:devel/llvm60 -RUN_DEPENDS= llvm-config60:devel/llvm60 \ +BUILD_DEPENDS= llvm-config70:devel/llvm70 +RUN_DEPENDS= llvm-config70:devel/llvm70 \ 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-config60 \ - CC=${LOCALBASE}/bin/clang60 \ - CXX=${LOCALBASE}/bin/clang++60 \ - CPP=${LOCALBASE}/bin/clang-cpp60 +CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config70 \ + CC=${LOCALBASE}/bin/clang70 \ + CXX=${LOCALBASE}/bin/clang++70 \ + CPP=${LOCALBASE}/bin/clang-cpp70 USES= autoreconf gmake libtool perl5 Modified: head/devel/creduce/distinfo ============================================================================== --- head/devel/creduce/distinfo Mon May 6 20:27:18 2019 (r500929) +++ head/devel/creduce/distinfo Mon May 6 20:36:35 2019 (r500930) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531155975 -SHA256 (creduce-2.8.0.tar.gz) = 77f622453a7fc52aa061a89aed457f23ab538b12270df0a2a79b6957fd381def -SIZE (creduce-2.8.0.tar.gz) = 774668 +TIMESTAMP = 1557157076 +SHA256 (creduce-2.9.0.tar.gz) = 1ca9e0398c2947c390df4a17eae0151cad6e047377ae3f91812cc2f0c01f03ad +SIZE (creduce-2.9.0.tar.gz) = 777444 Modified: head/devel/creduce/pkg-plist ============================================================================== --- head/devel/creduce/pkg-plist Mon May 6 20:27:18 2019 (r500929) +++ head/devel/creduce/pkg-plist Mon May 6 20:36:35 2019 (r500930) @@ -13,10 +13,12 @@ libexec/unifdef %%DATADIR%%/perl/pass_clang_binsrch.pm %%DATADIR%%/perl/pass_clex.pm %%DATADIR%%/perl/pass_comments.pm +%%DATADIR%%/perl/pass_ifs.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_line_markers.pm %%DATADIR%%/perl/pass_lines.pm %%DATADIR%%/perl/pass_peep.pm %%DATADIR%%/perl/pass_special.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905062036.x46KaafG047068>