diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-11-08 20:32:53 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-11-08 20:32:53 +0800 |
commit | 5d611813f180b777c3a12df5c2135e31fc6f4c01 (patch) | |
tree | f80f8dd32f90305c86d0bf728b6b9d45bcb7f3fa /devel/ccache | |
parent | c29baa2b8767cd8d971f4ebd2ac6f17c41c78710 (diff) | |
download | freebsd-ports-gnome-5d611813f180b777c3a12df5c2135e31fc6f4c01.tar.gz freebsd-ports-gnome-5d611813f180b777c3a12df5c2135e31fc6f4c01.tar.zst freebsd-ports-gnome-5d611813f180b777c3a12df5c2135e31fc6f4c01.zip |
Update to 3.1.1
Excerpt from the ChangeLog:
* ccache now falls back to preprocessor mode when a non-regular include file
(device, socket, etc) has been detected so that potential hanging due to
blocking reads is avoided.
* CRC errors are now detected when decompressing compressed files in the
cache.
* Fixed potential object file corruption race on NFS.
* Minor documentation corrections.
* Fixed configure detection of ar.
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/Makefile | 2 | ||||
-rw-r--r-- | devel/ccache/distinfo | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 0f305186fd1d..b7295a217c24 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ccache -PORTVERSION= 3.1 +PORTVERSION= 3.1.1 CATEGORIES= devel MASTER_SITES= http://samba.org/ftp/ccache/ CRITICAL diff --git a/devel/ccache/distinfo b/devel/ccache/distinfo index b047ae598085..e565a5d99979 100644 --- a/devel/ccache/distinfo +++ b/devel/ccache/distinfo @@ -1,3 +1,2 @@ -MD5 (ccache-3.1.tar.gz) = fb5e321d82dbb438347289f24ce6e46c -SHA256 (ccache-3.1.tar.gz) = d6ad5624cc2d5b9636068624060b0b1e5eed9b8571bcd8a193dab85bfa8df596 -SIZE (ccache-3.1.tar.gz) = 322960 +SHA256 (ccache-3.1.1.tar.gz) = eb0b37e25ecfdf1262e0da7fc5f01d986923589803c230dcb7213ecbead3aed1 +SIZE (ccache-3.1.1.tar.gz) = 324042 |