Ticket #31237: Portfile.patch

File Portfile.patch, 2.3 KB (added by florian@…, 13 years ago)

portfile patch

  • /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/openconnect/Portfile

    old new  
    44PortSystem          1.0
    55
    66name                openconnect
    7 version             2.26
     7version             3.12
    88categories          net
    9 platforms           macosx
     9platforms           darwin
    1010maintainers         nomaintainer
    1111license             LPGL-2.1
    1212
    1313description         OpenConnect is a client for Cisco's AnyConnect SSL VPN
    14 long_description    ${description}, which is supported by IOS 12.4(9)T or \
    15                     later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 \
    16                     Series and Cisco 7301 Routers.
     14long_description    ${description}, which is supported by the ASA5500 Series, \
     15                    by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, \
     16                    2800, 3800, 7200 Series and Cisco 7301 Routers, and \
     17                    probably others.
    1718
    1819homepage            http://www.infradead.org/openconnect/
    1920
    2021depends_lib         port:libxml2 \
    2122                    port:zlib \
    2223                    port:openssl \
    23                     port:tuntaposx \
    24                     port:gconf
     24                    port:tuntaposx
    2525
    26 master_sites        ftp://ftp.infradead.org/pub/openconnect/ freebsd
     26master_sites        ftp://ftp.infradead.org/pub/openconnect/
    2727
    28 checksums           sha1    190b7c74e76d898eb907d63e85a7bb15ee665654 \
    29                     rmd160  7a075e73950666b3c955ef8c6d7f91a116c7c967
    30 
    31 patchfiles          patch-Makefile.diff
    32 
    33 use_configure       no
    34 
    35 build.args          CC="${configure.cc} ${configure.cc_archflags}" \
    36                     RPM_OPT_FLAGS="${configure.optflags}" \
    37                     PREFIX=${prefix}
    38 
    39 destroot.args       PREFIX=${prefix}
     28checksums           sha1    0a6334ecde71e8320af8756ccddf5029ad5baea8 \
     29                    rmd160  61dc1683112350628e37ff4b4f19c82869bb1390
    4030
    4131post-destroot {
    4232    set docdir ${destroot}${prefix}/share/doc/${name}
     
    4434    xinstall -m 644 -W ${worksrcpath} \
    4535        AUTHORS \
    4636        COPYING.LGPL \
    47         README.DTLS \
    48         README.SecurID \
    4937        TODO \
    5038        ${docdir}
    5139}