aboutsummaryrefslogtreecommitdiff
path: root/devel/creduce
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-05-23 13:41:48 +0000
committerSteve Wills <swills@FreeBSD.org>2016-05-23 13:41:48 +0000
commitbf0761d61c9e3cca5e0e1459b01729a7ff344b14 (patch)
tree2da17c2911db8f008542478e39bdb37405065802 /devel/creduce
parent4b62ca4fd60be02d7b17c80ad811ffdd8b78929d (diff)
downloadports-bf0761d61c9e3cca5e0e1459b01729a7ff344b14.tar.gz
ports-bf0761d61c9e3cca5e0e1459b01729a7ff344b14.zip
devel/creduce: update to 2.5.0
Notes
Notes: svn path=/head/; revision=415719
Diffstat (limited to 'devel/creduce')
-rw-r--r--devel/creduce/Makefile14
-rw-r--r--devel/creduce/distinfo5
-rw-r--r--devel/creduce/pkg-plist8
3 files changed, 17 insertions, 10 deletions
diff --git a/devel/creduce/Makefile b/devel/creduce/Makefile
index 8269af5b1841..00fac0e64f76 100644
--- a/devel/creduce/Makefile
+++ b/devel/creduce/Makefile
@@ -1,15 +1,15 @@
# $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 \
@@ -21,10 +21,10 @@ RUN_DEPENDS= llvm-config37:devel/llvm37 \
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
diff --git a/devel/creduce/distinfo b/devel/creduce/distinfo
index b0e408c6d259..c54e6d2d97c9 100644
--- a/devel/creduce/distinfo
+++ b/devel/creduce/distinfo
@@ -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
diff --git a/devel/creduce/pkg-plist b/devel/creduce/pkg-plist
index 249bc5978d6e..d2b830762fe5 100644
--- a/devel/creduce/pkg-plist
+++ b/devel/creduce/pkg-plist
@@ -2,17 +2,23 @@ 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