Revision: 148946 https://trac.macports.org/changeset/148946 Author: devans@macports.org Date: 2016-05-23 05:38:58 -0700 (Mon, 23 May 2016) Log Message: ----------- libssh2: update to version 1.7.0, fix nawk configure issue, drop outdated patch (#49826, #49827, maintainer timeout). Modified Paths: -------------- trunk/dports/devel/libssh2/Portfile Removed Paths: ------------- trunk/dports/devel/libssh2/files/ Modified: trunk/dports/devel/libssh2/Portfile =================================================================== --- trunk/dports/devel/libssh2/Portfile 2016-05-23 12:31:45 UTC (rev 148945) +++ trunk/dports/devel/libssh2/Portfile 2016-05-23 12:38:58 UTC (rev 148946) @@ -4,10 +4,9 @@ PortSystem 1.0 PortGroup archcheck 1.0 PortGroup muniversal 1.0 - + name libssh2 -version 1.4.3 -revision 2 +version 1.7.0 categories devel net platforms darwin maintainers wohner.eu:normen @@ -23,16 +22,15 @@ homepage http://www.libssh2.org/ master_sites ${homepage}download/ -checksums md5 071004c60c5d6f90354ad1b701013a0b \ - sha1 c27ca83e1ffeeac03be98b6eef54448701e044b0 \ - rmd160 9664d05973f62a3b1716c9a07dcdddf0374a604c +checksums rmd160 69dd061067e0512e5a08b2d8c4ca6166e22820ba \ + sha256 e4561fd43a50539a8c2ceb37841691baf03ecb7daf043766da1b112e4280d584 depends_lib path:lib/libssl.dylib:openssl port:zlib archcheck.files lib/libcrypto.dylib \ lib/libz.dylib -patchfiles libssh2.pc.patch +configure.args ac_cv_prog_AWK=/usr/bin/awk variant debug description {Enable debug mode including tracing support} { configure.args-append \
participants (1)
-
devans@macports.org