Ticket #26436: libssh2-1.2.4-to-1.2.7.diff

File libssh2-1.2.4-to-1.2.7.diff, 1.3 KB (added by jon.hermansen@…, 14 years ago)
  • ports/devel/libssh2/Portfile

    old new  
    1 # $Id: Portfile 70156 2010-07-30 21:30:26Z ryandesign@macports.org $
     1# -*- 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
     2# $Id$
    23
    34PortSystem 1.0
    45PortGroup  archcheck 1.0
    56PortGroup  muniversal 1.0
    67
    78name              libssh2
    8 version           1.2.4
    9 revision        1
     9version           1.2.7
    1010categories        devel net
    1111platforms         darwin
    1212maintainers       pmq openmaintainer
    long_description libssh2 is a library i 
    2020license           BSD
    2121
    2222homepage          http://www.libssh2.org/
    23 master_sites      ${homepage}download/ sourceforge
     23master_sites      ${homepage}download/
    2424
    25 checksums     md5     4d65a66d5f232e5bb1d05b311e43d46d \
    26               sha1    dcc8a0b1352114b10db20bf895ecb9e7272de094 \
    27               rmd160  1ef203bd7399be1ef0f312cc4317edf766a0dc7f
     25checksums     md5     a5d78344886f1282e4008c09bf568076 \
     26              sha1    271dd411015cd3656886541c6650a4471458669e \
     27              rmd160  cb438958a77df0e194ac83499dfdd78ff4524b0b
    2828
    2929depends_lib       port:openssl port:zlib
    3030