Revision: 148945 https://trac.macports.org/changeset/148945 Author: devans@macports.org Date: 2016-05-23 05:31:45 -0700 (Mon, 23 May 2016) Log Message: ----------- libssh2: reformat according to mode line, white space only. Modified Paths: -------------- trunk/dports/devel/libssh2/Portfile Modified: trunk/dports/devel/libssh2/Portfile =================================================================== --- trunk/dports/devel/libssh2/Portfile 2016-05-23 12:22:13 UTC (rev 148944) +++ trunk/dports/devel/libssh2/Portfile 2016-05-23 12:31:45 UTC (rev 148945) @@ -1,46 +1,44 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup archcheck 1.0 -PortGroup muniversal 1.0 +PortSystem 1.0 +PortGroup archcheck 1.0 +PortGroup muniversal 1.0 + +name libssh2 +version 1.4.3 +revision 2 +categories devel net +platforms darwin +maintainers wohner.eu:normen -name libssh2 -version 1.4.3 -revision 2 -categories devel net -platforms darwin -maintainers wohner.eu:normen +description libssh2 is a library implementing the SSH2 protocol +long_description libssh2 is a library implementing the SSH2 protocol as \ + defined by Internet Drafts: SECSH-TRANS(22), \ + SECSH-USERAUTH(25), SECSH-CONNECTION(23), SECSH-ARCH(20), \ + SECSH-FILEXFER(06), SECSH-DHGEX(04), and SECSH-NUMBERS(10). -description libssh2 is a library implementing the SSH2 protocol -long_description libssh2 is a library implementing the SSH2 protocol as \ - defined by Internet Drafts: SECSH-TRANS(22), \ - SECSH-USERAUTH(25), SECSH-CONNECTION(23), SECSH-ARCH(20), \ - SECSH-FILEXFER(06), SECSH-DHGEX(04), and SECSH-NUMBERS(10). +license BSD -license BSD +homepage http://www.libssh2.org/ +master_sites ${homepage}download/ -homepage http://www.libssh2.org/ -master_sites ${homepage}download/ +checksums md5 071004c60c5d6f90354ad1b701013a0b \ + sha1 c27ca83e1ffeeac03be98b6eef54448701e044b0 \ + rmd160 9664d05973f62a3b1716c9a07dcdddf0374a604c -checksums md5 071004c60c5d6f90354ad1b701013a0b \ - sha1 c27ca83e1ffeeac03be98b6eef54448701e044b0 \ - rmd160 9664d05973f62a3b1716c9a07dcdddf0374a604c +depends_lib path:lib/libssl.dylib:openssl port:zlib -depends_lib path:lib/libssl.dylib:openssl port:zlib +archcheck.files lib/libcrypto.dylib \ + lib/libz.dylib -archcheck.files \ - lib/libcrypto.dylib \ - lib/libz.dylib +patchfiles libssh2.pc.patch -patchfiles \ - libssh2.pc.patch - variant debug description {Enable debug mode including tracing support} { configure.args-append \ - --enable-debug + --enable-debug } -livecheck.type regex -livecheck.url http://www.libssh2.org/download -livecheck.regex libssh2-(\\d(?:\\.\\d)+)${extract.suffix} +livecheck.type regex +livecheck.url http://www.libssh2.org/download +livecheck.regex libssh2-(\\d(?:\\.\\d)+)${extract.suffix}