diff --git a/devel/creduce/Makefile b/devel/creduce/Makefile index 6906dbb97575..35dd41b8d871 100644 --- a/devel/creduce/Makefile +++ b/devel/creduce/Makefile @@ -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 and link test program with 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 diff --git a/devel/creduce/distinfo b/devel/creduce/distinfo index b8dd6fb639f0..28ec2cda4653 100644 --- a/devel/creduce/distinfo +++ b/devel/creduce/distinfo @@ -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 diff --git a/devel/creduce/pkg-plist b/devel/creduce/pkg-plist index d2b830762fe5..cd3b49ea4c40 100644 --- a/devel/creduce/pkg-plist +++ b/devel/creduce/pkg-plist @@ -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