[138681] trunk/dports/www/nghttp2/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jul 15 19:58:25 PDT 2015


Revision: 138681
          https://trac.macports.org/changeset/138681
Author:   ryandesign at macports.org
Date:     2015-07-15 19:58:25 -0700 (Wed, 15 Jul 2015)
Log Message:
-----------
nghttp2: update to 1.1.0 (#48364; maintainer)

Modified Paths:
--------------
    trunk/dports/www/nghttp2/Portfile

Modified: trunk/dports/www/nghttp2/Portfile
===================================================================
--- trunk/dports/www/nghttp2/Portfile	2015-07-16 02:00:01 UTC (rev 138680)
+++ trunk/dports/www/nghttp2/Portfile	2015-07-16 02:58:25 UTC (rev 138681)
@@ -5,7 +5,7 @@
 PortGroup           cxx11 1.0
 PortGroup           github 1.0
 
-github.setup        tatsuhiro-t nghttp2 1.0.5 v
+github.setup        tatsuhiro-t nghttp2 1.1.0 v
 categories          www
 platforms           darwin
 maintainers         gmail.com:mschamschula openmaintainer
@@ -19,8 +19,8 @@
 github.tarball_from releases
 use_xz              yes
 
-checksums           rmd160 922af016d3aed334cc9d8ab731e5cf3d28fa7b76 \
-                    sha256 8515822015016008ac536de92a7e3652c7dd4f67315ee415f26a30a505f8c821
+checksums           rmd160 e696abfcd178b657a4670168d0047b5776bbbf5e \
+                    sha256 7f299484461f8c445bea8ad143761b9736d0b6a1f164d0f9312236e53fab7d0f
 
 depends_build       port:pkgconfig
 
@@ -43,4 +43,10 @@
                     LIBEVENT_OPENSSL_LIBS="-L${prefix}/lib -levent -levent_openssl" \
                     OPENSSL_CFLAGS=-I${prefix}/include/openssl \
                     OPENSSL_LIBS="-L${prefix}/lib -lcrypto -lssl" \
-                    PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error ${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Python"
+                    PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error ${frameworks_dir}/Python.framework/Versions/2.7/Python"
+
+destroot.env        PYTHONPATH=${destroot}${prefix}/lib/python2.7/site-packages/
+
+pre-destroot {
+    xinstall -d ${destroot}${prefix}/lib/python2.7/site-packages/
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150715/a95f7d6d/attachment.html>


More information about the macports-changes mailing list