Ticket #47142: vpnc-openconnect-utun_Portfile.diff

File vpnc-openconnect-utun_Portfile.diff, 1.2 KB (added by Mathias.Laurin+macports.org@…, 9 years ago)

remove tuntaposx dep for openconnect and vpnc

  • net/openconnect/Portfile

    diff --git a/net/openconnect/Portfile b/net/openconnect/Portfile
    index f2d7935..97ae460 100644
    a b depends_lib port:libxml2 \ 
    2424                    port:lz4 \
    2525                    port:zlib \
    2626                    port:gettext \
    27                     port:tuntaposx \
    2827                    port:libproxy \
    2928                    port:vpnc
    3029
  • net/vpnc/Portfile

    diff --git a/net/vpnc/Portfile b/net/vpnc/Portfile
    index ddde32d..47a58df 100644
    a b  
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           github 1.0
    56
    67name                vpnc
    78version             0.5.3
    8 revision            1
     9revision            2
     10github.setup        breiter ${name} ${version}
    911categories          net
    1012maintainers         nomaintainer
    1113license             GPL-2+
    checksums sha1 321527194e937371c83b5e7c38e46fca4f109304 \ 
    2830
    2931depends_lib         port:libgcrypt \
    3032                    port:libgpg-error
    31 depends_run         port:tuntaposx
    3233
    3334patchfiles          patch-config.c patch-sysdep.h
    3435post-patch { reinplace "s|__ETCDIR__|${prefix}/etc|g" ${worksrcpath}/config.c }