Index: head/devel/creduce/Makefile =================================================================== --- head/devel/creduce/Makefile (revision 415718) +++ head/devel/creduce/Makefile (revision 415719) @@ -1,38 +1,38 @@ # $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 \ p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \ p5-File-Which>=0:sysutils/p5-File-Which \ p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ devel/p5-Sys-Cpu>=0:devel/p5-Sys-Cpu \ p5-Getopt-Tabular>=0:devel/p5-Getopt-Tabular 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 .include .if ${OSVERSION} < 1000000 CONFIGURE_ENV+= CPPFLAGS="-stdlib=libstdc++ -I${LOCALBASE}/lib/gcc48/include/c++/ -I${LOCALBASE}/lib/gcc48/include/ -I${LOCALBASE}/lib/gcc48/include/c++/${ARCH:C/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}/ -L${LOCALBASE}/lib -L${LOCALBASE}/lib/gcc48" \ LDFLAGS="-L/usr/local/lib/gcc48 -lstdc++" .endif .include Index: head/devel/creduce/distinfo =================================================================== --- head/devel/creduce/distinfo (revision 415718) +++ head/devel/creduce/distinfo (revision 415719) @@ -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 Index: head/devel/creduce/pkg-plist =================================================================== --- head/devel/creduce/pkg-plist (revision 415718) +++ head/devel/creduce/pkg-plist (revision 415719) @@ -1,18 +1,24 @@ 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