Modified: trunk/dports/devel/boost/Portfile (139745 => 139746)
--- trunk/dports/devel/boost/Portfile 2015-08-26 05:15:22 UTC (rev 139745)
+++ trunk/dports/devel/boost/Portfile 2015-08-26 05:35:45 UTC (rev 139746)
@@ -7,6 +7,7 @@
name boost
version 1.59.0
+revision 1
license Boost-1
categories devel
platforms darwin
@@ -44,7 +45,8 @@
patchfiles patch-tools-build-src-engine-build.sh.diff \
patch-tools-build-src-engine-build.jam.diff \
- patch-apple-clang-no-libcxx.diff
+ patch-apple-clang-no-libcxx.diff \
+ patch-log-setup-link.diff
# patch-apple-clang-no-libcxx.diff fixes a clang configuration
# error that occurs on OS X 10.7 and 10.8 due to the assumption
# that if clang is the compiler in use it must be using libc++.