git: ca3111080984 - main - devel/ccache*: Update compiler links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Mar 2022 20:09:38 UTC
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca3111080984981a56c3196f31f0ca16af3f62b3 commit ca3111080984981a56c3196f31f0ca16af3f62b3 Author: Bryan Drewery <bdrewery@FreeBSD.org> AuthorDate: 2022-03-03 20:08:56 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2022-03-03 20:08:56 +0000 devel/ccache*: Update compiler links PR: 259691 Submitted by: Volodymyr Kostyrko --- devel/ccache-memcached/Makefile | 2 +- devel/ccache/Makefile | 2 +- devel/ccache/Makefile.compilers | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/ccache-memcached/Makefile b/devel/ccache-memcached/Makefile index 5b179b3b74df..5362dfac28f7 100644 --- a/devel/ccache-memcached/Makefile +++ b/devel/ccache-memcached/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccache PKGNAMESUFFIX?= -memcached PORTVERSION= 3.5.dev.20180926 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= LOCAL/bdrewery \ GH diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index f5f6a9c1af72..e4b9a6f3d7fc 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -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 diff --git a/devel/ccache/Makefile.compilers b/devel/ccache/Makefile.compilers index f8d26ed711e2..a8f53df8e677 100644 --- a/devel/ccache/Makefile.compilers +++ b/devel/ccache/Makefile.compilers @@ -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|}