Commits

Ryan Schmidt authored 97d14af127b
rtorrent, rtorrent-devel: Require curl's +ares variant

Closes: https://trac.macports.org/ticket/44072
No tags

net/rtorrent/Portfile

Modified
1 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 2
3 3 PortSystem 1.0
4 +PortGroup active_variants 1.1
4 5
5 6 name rtorrent
6 7 conflicts rtorrent-devel
7 8 set real_name rtorrent
8 9 version 0.9.2
9 10 revision 2
10 11 categories net
11 12 platforms darwin
12 13 maintainers nomaintainer
13 14 license {GPL-2+ OpenSSLException}
28 29
29 30 depends_build port:pkgconfig
30 31
31 32 depends_lib port:curl \
32 33 port:libsigcxx2 \
33 34 port:libtorrent \
34 35 port:ncurses \
35 36 path:lib/libssl.dylib:openssl \
36 37 port:zlib
37 38
39 +require_active_variants curl ares
40 +
38 41 configure.args --mandir=${prefix}/share/man \
39 42 --disable-debug \
40 43 --enable-ipv6
41 44
42 45 variant xmlrpc description {Enable XMLRPC interface} {
43 46 configure.args-append --with-xmlrpc-c
44 47 depends_lib-append port:xmlrpc-c
45 48 }
46 49
47 50 livecheck.type regex

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut