Ticket #54214: folly-2017.03.20.00.diff

File folly-2017.03.20.00.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 7 years ago)
  • devel/folly/Portfile

    diff --git a/devel/folly/Portfile b/devel/folly/Portfile
    index 24767144e1..cc0aded7c4 100644
    a b PortSystem 1.0 
    44PortGroup           github 1.0
    55PortGroup           cxx11 1.0
    66
    7 github.setup        facebook folly 2016.08.22.00 v
    8 revision            3
     7github.setup        facebook folly 2017.03.20.00 v
    98categories          devel
    109platforms           darwin
    1110license             Apache-2
    maintainers sean openmaintainer 
    1514description         An open-source C++ library developed and used at Facebook.
    1615long_description    ${description}
    1716
    18 checksums           rmd160  eae22943df01420f1e524a8d288b4d43ff1d3542 \
    19                     sha256  fad4cc85dc7d20c62672ec438b38e852e6e58119d519a1607c678e71edef47eb
     17checksums           rmd160  5dc40b05e7c9852001546e9f5e9737e26b197494 \
     18                    sha256  8e58e5841890bcd999971663754f4f1c064acf0acb2c2efaddbd4488d2497f95
    2019
    2120use_autoreconf      yes
    2221
    2322worksrcdir          ${worksrcdir}/folly
    2423
    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 
    3124# needed for ax_boost and friends
    3225depends_build-append \
    3326                    port:autoconf-archive \