devel/creduce: update to 2.9.0

This commit is contained in:
Steve Wills 2019-05-06 20:36:35 +00:00
parent f672fd2539
commit 08dd534362
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500930
3 changed files with 12 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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