devel/ccache*: Update compiler links

PR:	        259691
Submitted by:	Volodymyr Kostyrko
This commit is contained in:
Bryan Drewery 2022-03-03 12:08:56 -08:00
parent 418bb1fbd2
commit ca31110809
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= ccache
PKGNAMESUFFIX?= -memcached
PORTVERSION= 3.5.dev.20180926
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= LOCAL/bdrewery \
GH

View file

@ -2,7 +2,7 @@
PORTNAME= ccache
PORTVERSION= 3.7.12
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \
LOCAL/bdrewery

View file

@ -18,7 +18,7 @@ CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} \
${GNU_COMPILERS:S|^|cpp|}
.if ${PORT_OPTIONS:MCLANGLINK}
CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 12 -devel
CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 12 13 14 -devel
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} \
${CLANG_COMPILERS:S|^|clang++|} \
${CLANG_COMPILERS:S|^|cpp|}