git: eca98ea12a2a - main - devel/ccache: Bump to 3.7.12

Bryan Drewery bdrewery at FreeBSD.org
Mon Jul 12 19:26:04 UTC 2021


The branch main has been updated by bdrewery:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eca98ea12a2a4fdb1f3bc74bf1733a8def083006

commit eca98ea12a2a4fdb1f3bc74bf1733a8def083006
Author:     Bryan Drewery <bdrewery at FreeBSD.org>
AuthorDate: 2021-07-12 19:18:54 +0000
Commit:     Bryan Drewery <bdrewery at FreeBSD.org>
CommitDate: 2021-07-12 19:26:01 +0000

    devel/ccache: Bump to 3.7.12
    
    - Some unneeded gmake features are stripped from the Makefile.in to
      avoid a dependency.
    - This is the last no-dependency ccache. The 4.0 branch requires at
      least CMake which breaks WITH_CCACHE_BUILD handling.  Work is in
      progress to resolve that.
---
 devel/ccache/Makefile                | 3 +--
 devel/ccache/distinfo                | 6 +++---
 devel/ccache/files/patch-Makefile.in | 9 +++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index 4da908163cfd..1abf46c4dfb9 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -1,8 +1,7 @@
 # Created by: Dominic Marks <d.marks at student.umist.ac.uk>
 
 PORTNAME=	ccache
-PORTVERSION=	3.7.1
-PORTREVISION=	1
+PORTVERSION=	3.7.12
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \
 		LOCAL/bdrewery
diff --git a/devel/ccache/distinfo b/devel/ccache/distinfo
index 75a7222fef87..152f387e9a28 100644
--- a/devel/ccache/distinfo
+++ b/devel/ccache/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558214189
-SHA256 (ccache-3.7.1.tar.gz) = e562fcdbe766406b6fe4bf97ce5c001d2be8a17465f33bcddefc9499bbb057d8
-SIZE (ccache-3.7.1.tar.gz) = 498581
+TIMESTAMP = 1626116189
+SHA256 (ccache-3.7.12.tar.gz) = d2abe88d4c283ce960e233583061127b156ffb027c6da3cf10770fc0c7244194
+SIZE (ccache-3.7.12.tar.gz) = 506948
diff --git a/devel/ccache/files/patch-Makefile.in b/devel/ccache/files/patch-Makefile.in
index 458f388c93ed..995f4173c5ce 100644
--- a/devel/ccache/files/patch-Makefile.in
+++ b/devel/ccache/files/patch-Makefile.in
@@ -1,13 +1,14 @@
---- Makefile.in.orig	2019-05-20 14:04:00 UTC
-+++ Makefile.in
-@@ -126,10 +126,6 @@ install: ccache$(EXEEXT) @disable_man at ccache.1
+--- Makefile.in.orig	2020-10-01 05:21:40.000000000 -0700
++++ Makefile.in	2021-07-12 12:12:03.914717000 -0700
+@@ -125,11 +125,5 @@ install: ccache$(EXEEXT) @disable_man at ccache.1
  clean:
  	rm -rf $(files_to_clean)
  
+-$(non_3pp_objs) $(test_objs): CFLAGS += @more_warnings@
+-
 -src/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@
 -$(zlib_objs): CPPFLAGS += -include config.h
 -$(zlib_objs): CFLAGS += @no_implicit_fallthrough_warning@
 -
  src/zlib/libz.a: $(zlib_objs)
  	$(if $(quiet), at echo "  AR       $@")
- 	$(Q)$(AR) cr $@ $(zlib_objs)


More information about the dev-commits-ports-main mailing list