diff --git a/net/openconnect/Portfile b/net/openconnect/Portfile
index f2d7935..97ae460 100644
a
|
b
|
depends_lib port:libxml2 \ |
24 | 24 | port:lz4 \ |
25 | 25 | port:zlib \ |
26 | 26 | port:gettext \ |
27 | | port:tuntaposx \ |
28 | 27 | port:libproxy \ |
29 | 28 | port:vpnc |
30 | 29 | |
diff --git a/net/vpnc/Portfile b/net/vpnc/Portfile
index ddde32d..47a58df 100644
a
|
b
|
|
2 | 2 | # $Id$ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
| 5 | PortGroup github 1.0 |
5 | 6 | |
6 | 7 | name vpnc |
7 | 8 | version 0.5.3 |
8 | | revision 1 |
| 9 | revision 2 |
| 10 | github.setup breiter ${name} ${version} |
9 | 11 | categories net |
10 | 12 | maintainers nomaintainer |
11 | 13 | license GPL-2+ |
… |
… |
checksums sha1 321527194e937371c83b5e7c38e46fca4f109304 \ |
28 | 30 | |
29 | 31 | depends_lib port:libgcrypt \ |
30 | 32 | port:libgpg-error |
31 | | depends_run port:tuntaposx |
32 | 33 | |
33 | 34 | patchfiles patch-config.c patch-sysdep.h |
34 | 35 | post-patch { reinplace "s|__ETCDIR__|${prefix}/etc|g" ${worksrcpath}/config.c } |