Index: head/devel/creduce/Makefile =================================================================== --- head/devel/creduce/Makefile (revision 500929) +++ head/devel/creduce/Makefile (revision 500930) @@ -1,33 +1,33 @@ # $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 \ p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \ p5-File-Which>=0:sysutils/p5-File-Which \ p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ p5-Sys-CPU>=0:devel/p5-Sys-CPU \ p5-Getopt-Tabular>=0:devel/p5-Getopt-Tabular BROKEN_powerpc64= fails to configure: cannot compile and link test program with selected LLVM 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 .include Index: head/devel/creduce/distinfo =================================================================== --- head/devel/creduce/distinfo (revision 500929) +++ head/devel/creduce/distinfo (revision 500930) @@ -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 Index: head/devel/creduce/pkg-plist =================================================================== --- head/devel/creduce/pkg-plist (revision 500929) +++ head/devel/creduce/pkg-plist (revision 500930) @@ -1,24 +1,26 @@ 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.pm %%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 %%DATADIR%%/perl/pass_ternary.pm %%DATADIR%%/perl/pass_unifdef.pm