diff --git a/devel/folly/Portfile b/devel/folly/Portfile
index 24767144e1..cc0aded7c4 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup github 1.0 |
5 | 5 | PortGroup cxx11 1.0 |
6 | 6 | |
7 | | github.setup facebook folly 2016.08.22.00 v |
8 | | revision 3 |
| 7 | github.setup facebook folly 2017.03.20.00 v |
9 | 8 | categories devel |
10 | 9 | platforms darwin |
11 | 10 | license Apache-2 |
… |
… |
maintainers sean openmaintainer |
15 | 14 | description An open-source C++ library developed and used at Facebook. |
16 | 15 | long_description ${description} |
17 | 16 | |
18 | | checksums rmd160 eae22943df01420f1e524a8d288b4d43ff1d3542 \ |
19 | | sha256 fad4cc85dc7d20c62672ec438b38e852e6e58119d519a1607c678e71edef47eb |
| 17 | checksums rmd160 5dc40b05e7c9852001546e9f5e9737e26b197494 \ |
| 18 | sha256 8e58e5841890bcd999971663754f4f1c064acf0acb2c2efaddbd4488d2497f95 |
20 | 19 | |
21 | 20 | use_autoreconf yes |
22 | 21 | |
23 | 22 | worksrcdir ${worksrcdir}/folly |
24 | 23 | |
25 | | # can remove after next version is released |
26 | | patch.pre_args -p2 |
27 | | patchfiles-append patch-alloc.diff \ |
28 | | patch-malloc.diff \ |
29 | | patch-reference.diff |
30 | | |
31 | 24 | # needed for ax_boost and friends |
32 | 25 | depends_build-append \ |
33 | 26 | port:autoconf-archive \ |