git: 27697b6816a9 - main - devel/ccache*: update compiler links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 21:37:37 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=27697b6816a9ec0562d583308a4c84631f293a24
commit 27697b6816a9ec0562d583308a4c84631f293a24
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-09-06 21:14:33 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-09-06 21:37:20 +0000
devel/ccache*: update compiler links
Approved by: maintainer implicit
---
devel/ccache-memcached/Makefile | 2 +-
devel/ccache/Makefile | 2 +-
devel/ccache/Makefile.compilers | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/devel/ccache-memcached/Makefile b/devel/ccache-memcached/Makefile
index d5b816ca33e4..45ef918c7b78 100644
--- a/devel/ccache-memcached/Makefile
+++ b/devel/ccache-memcached/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ccache
PKGNAMESUFFIX?= -memcached
PORTVERSION= 3.5.dev.20180926
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= LOCAL/bdrewery \
GH
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index c82669c1d8dd..4bf4bbc65eb4 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ccache
PORTVERSION= 3.7.12
-PORTREVISION= 3
+PORTREVISION= 4
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 a8f53df8e677..afcde1523957 100644
--- a/devel/ccache/Makefile.compilers
+++ b/devel/ccache/Makefile.compilers
@@ -12,13 +12,13 @@ CCACHE_COMPILERS+= icc icpc
# ===================== devel/ccache and devel/ccache-memcached ==========
# ========================================================================
-GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7 8 9 10 11 12
+GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7 8 9 10 11 12 13
CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} \
${GNU_COMPILERS:S|^|g++|} \
${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 13 14 -devel
+CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 12 13 14 15 -devel
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} \
${CLANG_COMPILERS:S|^|clang++|} \
${CLANG_COMPILERS:S|^|cpp|}