diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-05-14 19:38:43 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-05-14 19:38:43 +0800 |
commit | 8fd931d2bf4667133d1c1d00d8bbfba81ef28d2a (patch) | |
tree | f30291b8b39419ba6a3570279d3a001fcfef8a09 | |
parent | 1555f6d129fa701e242dd9210e7a360651c71ae7 (diff) | |
download | freebsd-ports-gnome-8fd931d2bf4667133d1c1d00d8bbfba81ef28d2a.tar.gz freebsd-ports-gnome-8fd931d2bf4667133d1c1d00d8bbfba81ef28d2a.tar.zst freebsd-ports-gnome-8fd931d2bf4667133d1c1d00d8bbfba81ef28d2a.zip |
devel/creduce: update to 2.10.0
-rw-r--r-- | devel/creduce/Makefile | 14 | ||||
-rw-r--r-- | devel/creduce/distinfo | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/devel/creduce/Makefile b/devel/creduce/Makefile index 35dd41b8d871..a7694c13221a 100644 --- a/devel/creduce/Makefile +++ b/devel/creduce/Makefile @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= creduce -DISTVERSION= 2.9.0 +DISTVERSION= 2.10.0 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/creduce/ MAINTAINER= swills@FreeBSD.org COMMENT= Produces small test cases -BUILD_DEPENDS= llvm-config70:devel/llvm70 -RUN_DEPENDS= llvm-config70:devel/llvm70 \ +BUILD_DEPENDS= llvm-config80:devel/llvm80 +RUN_DEPENDS= llvm-config80:devel/llvm80 \ 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-config70 \ - CC=${LOCALBASE}/bin/clang70 \ - CXX=${LOCALBASE}/bin/clang++70 \ - CPP=${LOCALBASE}/bin/clang-cpp70 +CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config80 \ + CC=${LOCALBASE}/bin/clang80 \ + CXX=${LOCALBASE}/bin/clang++80 \ + CPP=${LOCALBASE}/bin/clang-cpp80 USES= autoreconf gmake libtool perl5 diff --git a/devel/creduce/distinfo b/devel/creduce/distinfo index 28ec2cda4653..4ca76a867b2d 100644 --- a/devel/creduce/distinfo +++ b/devel/creduce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1557157076 -SHA256 (creduce-2.9.0.tar.gz) = 1ca9e0398c2947c390df4a17eae0151cad6e047377ae3f91812cc2f0c01f03ad -SIZE (creduce-2.9.0.tar.gz) = 777444 +TIMESTAMP = 1557826720 +SHA256 (creduce-2.10.0.tar.gz) = db1c0f123967f24d620b040cebd53001bf3dcf03e400f78556a2ff2e11fea063 +SIZE (creduce-2.10.0.tar.gz) = 779318 |