devel/creduce: Update to 2.6.0
While here, update to use llvm39. PR: 219073 Submitted by: dim
This commit is contained in:
parent
fef9dbc26c
commit
8549af2a20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440200
@ -1,15 +1,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= creduce
|
||||
DISTVERSION= 2.5.0
|
||||
DISTVERSION= 2.6.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://embed.cs.utah.edu/creduce/
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= Produces small test cases
|
||||
|
||||
BUILD_DEPENDS= llvm-config38:devel/llvm38
|
||||
RUN_DEPENDS= llvm-config38:devel/llvm38 \
|
||||
BUILD_DEPENDS= llvm-config39:devel/llvm39
|
||||
RUN_DEPENDS= llvm-config39:devel/llvm39 \
|
||||
topformflat:devel/delta \
|
||||
astyle:devel/astyle \
|
||||
p5-Benchmark-Timer>=0:devel/p5-Benchmark-Timer \
|
||||
@ -21,10 +21,10 @@ RUN_DEPENDS= llvm-config38:devel/llvm38 \
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_FLAGS= --with-llvm=${LOCALBASE}
|
||||
CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config38 \
|
||||
CC=${LOCALBASE}/bin/clang38 \
|
||||
CXX=${LOCALBASE}/bin/clang++38 \
|
||||
CPP=${LOCALBASE}/bin/clang-cpp38
|
||||
CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config39 \
|
||||
CC=${LOCALBASE}/bin/clang39 \
|
||||
CXX=${LOCALBASE}/bin/clang++39 \
|
||||
CPP=${LOCALBASE}/bin/clang-cpp39
|
||||
|
||||
USES= autoreconf gmake libtool perl5
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1463921303
|
||||
SHA256 (creduce-2.5.0.tar.gz) = 2dcd784e1d27df60f4ea1d92c4c556c02da4152db353d544dce8b7813fa443e4
|
||||
SIZE (creduce-2.5.0.tar.gz) = 742516
|
||||
TIMESTAMP = 1493926310
|
||||
SHA256 (creduce-2.6.0.tar.gz) = cdacc1046ca3ae2b0777b8f235428e7976b0fb97c2f69979c8accd8d2cc0c55d
|
||||
SIZE (creduce-2.6.0.tar.gz) = 763886
|
||||
|
Loading…
Reference in New Issue
Block a user