diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2021-07-12 19:18:54 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2021-07-12 19:26:01 +0000 |
commit | eca98ea12a2a4fdb1f3bc74bf1733a8def083006 (patch) | |
tree | e30d4dd5976147a06be94f5d5ffa8dbe3fc67f60 | |
parent | 9710ff2ef43720ef9a18220d869f04e3af3df8b4 (diff) | |
download | ports-eca98ea12a2a4fdb1f3bc74bf1733a8def083006.tar.gz ports-eca98ea12a2a4fdb1f3bc74bf1733a8def083006.zip |
-rw-r--r-- | devel/ccache/Makefile | 3 | ||||
-rw-r--r-- | devel/ccache/distinfo | 6 | ||||
-rw-r--r-- | 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@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@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@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),@echo " AR $@") - $(Q)$(AR) cr $@ $(zlib_objs) |