Ticket #48896: Portfile-nghttp2.diff
File Portfile-nghttp2.diff, 1.1 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 5 5 PortGroup cxx11 1.0 6 6 PortGroup github 1.0 7 7 8 github.setup tatsuhiro-t nghttp2 1.3. 1v8 github.setup tatsuhiro-t nghttp2 1.3.2 v 9 9 set PythonVersion 2.7 10 10 set PythonBranch [join [lrange [split ${PythonVersion} .] 0 1] ""] 11 11 categories www … … 21 21 github.tarball_from releases 22 22 use_xz yes 23 23 24 checksums rmd160 07f3a86b6aa640a63653b726509148696108ad2a\25 sha256 2497ac04c04168cacab77626cf0d67a673ecec74b367a7619d911ff6add0e24e24 checksums rmd160 825aaf3ccb18421bccb4b2d7055a286952fcbb03 \ 25 sha256 3188f46a7f1de852d65a3d34c0c60f69f870c49555944ef1b1fc7df6ce9f02a8 26 26 27 27 depends_build port:pkgconfig 28 28 … … 36 36 port:python${PythonBranch} \ 37 37 port:zlib 38 38 39 patchfiles patch-src-shrpx.cc.diff40 41 39 configure.args --disable-silent-rules \ 42 40 --disable-threads 43 41