svn commit: r546803 - head/devel/distcc
Tobias C. Berner
tcberner at FreeBSD.org
Fri Aug 28 19:15:48 UTC 2020
Author: tcberner
Date: Fri Aug 28 19:15:47 2020
New Revision: 546803
URL: https://svnweb.freebsd.org/changeset/ports/546803
Log:
devel/distcc: fix build on recent current
Obtained from: https://github.com/distcc/distcc/commit/307f6cfe58ff3fb7e4b3ef1044a5dfc2006f95f5
Modified:
head/devel/distcc/Makefile
head/devel/distcc/distinfo
Modified: head/devel/distcc/Makefile
==============================================================================
--- head/devel/distcc/Makefile Fri Aug 28 19:13:42 2020 (r546802)
+++ head/devel/distcc/Makefile Fri Aug 28 19:15:47 2020 (r546803)
@@ -8,6 +8,9 @@ DISTVERSION= 3.3.3
PORTREVISION= 2
CATEGORIES= devel
+PATCH_SITES= https://github.com/distcc/distcc/commit/
+PATCHFILES= 307f6cfe58ff3fb7e4b3ef1044a5dfc2006f95f5.patch:-p1
+
MAINTAINER= ports at FreeBSD.org
COMMENT= Distribute compilation of C(++) code across machines on a network
Modified: head/devel/distcc/distinfo
==============================================================================
--- head/devel/distcc/distinfo Fri Aug 28 19:13:42 2020 (r546802)
+++ head/devel/distcc/distinfo Fri Aug 28 19:15:47 2020 (r546803)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1597859002
+TIMESTAMP = 1598642085
SHA256 (distcc-distcc-v3.3.3_GH0.tar.gz) = b7f37d314704fbaf006d747514ff6e4d0d722102ef7d2aea132f97cf170f5169
SIZE (distcc-distcc-v3.3.3_GH0.tar.gz) = 1000021
+SHA256 (307f6cfe58ff3fb7e4b3ef1044a5dfc2006f95f5.patch) = bdb625de75400a79f873f323691fb980bbbe5373b24300e055edd475c6c23144
+SIZE (307f6cfe58ff3fb7e4b3ef1044a5dfc2006f95f5.patch) = 1378
More information about the svn-ports-all
mailing list