Ticket #48532: Portfile-nghttp2.diff

File Portfile-nghttp2.diff, 1.3 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    55PortGroup           cxx11 1.0
    66PortGroup           github 1.0
    77
    8 github.setup        tatsuhiro-t nghttp2 1.1.2 v
     8github.setup        tatsuhiro-t nghttp2 1.2.0 v
    99set PythonVersion   2.7
    1010categories          www
    1111platforms           darwin
     
    2020github.tarball_from releases
    2121use_xz              yes
    2222
    23 checksums           rmd160 863f176b35b6b1ec7f2d77eea40383650b030606 \
    24                     sha256 8bd4a1dde16bf82fbacfe26ba48f22f6758c2d38202e7a956e0d070372699237
     23checksums           rmd160 d27b7f725f1a1d5d5f4c60bb0a710fe4b82aed74 \
     24                    sha256 9e4a419c835b6cfa08ff9743f823638d32d8516aa3abfc86598272d173bc558f
    2525
    2626depends_build       port:pkgconfig
    2727
     
    4747                    PYTHON=${prefix}/bin/python${PythonVersion} \
    4848                    PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error ${frameworks_dir}/Python.framework/Versions/${PythonVersion}/Python"
    4949
    50 #   Patch to deal with https://github.com/tatsuhiro-t/nghttp2/issues/303
    51 #   Remove once this is fixed upstream.
    52 patchfiles          patch-python-Makefile.in.diff
    53 
    5450destroot.env        PYTHONPATH=${destroot}${prefix}/lib/python2.7/site-packages/
    5551
    5652pre-destroot {