Ticket #48364: 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.0.5 v
     8github.setup        tatsuhiro-t nghttp2 1.1.0 v
    99categories          www
    1010platforms           darwin
    1111maintainers         gmail.com:mschamschula openmaintainer
     
    1919github.tarball_from releases
    2020use_xz              yes
    2121
    22 checksums           rmd160 922af016d3aed334cc9d8ab731e5cf3d28fa7b76 \
    23                     sha256 8515822015016008ac536de92a7e3652c7dd4f67315ee415f26a30a505f8c821
     22checksums           rmd160 e696abfcd178b657a4670168d0047b5776bbbf5e \
     23                    sha256 7f299484461f8c445bea8ad143761b9736d0b6a1f164d0f9312236e53fab7d0f
    2424
    2525depends_build       port:pkgconfig
    2626
     
    4444                    OPENSSL_CFLAGS=-I${prefix}/include/openssl \
    4545                    OPENSSL_LIBS="-L${prefix}/lib -lcrypto -lssl" \
    4646                    PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error ${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Python"
     47
     48destroot.env        PYTHONPATH=${destroot}/${prefix}/lib/python2.7/site-packages/
     49
     50pre-destroot {
     51    xinstall -d ${destroot}${prefix}/lib/python2.7/site-packages/
     52}