diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/net/rtorrent/Portfile ./Portfile
old
|
new
|
|
9 | 9 | version 0.9.2 |
10 | 10 | categories net |
11 | 11 | platforms darwin |
12 | | maintainers nomaintainer |
| 12 | maintainers gmail.com:stuartwesterman openmaintainer |
13 | 13 | license {GPL-2+ OpenSSLException} |
14 | 14 | |
15 | 15 | description console-based BitTorrent client |
… |
… |
|
35 | 35 | port:openssl \ |
36 | 36 | port:zlib |
37 | 37 | |
| 38 | configure.compiler macports-gcc-4.9 |
| 39 | |
38 | 40 | configure.args --mandir=${prefix}/share/man \ |
39 | 41 | --disable-debug \ |
40 | 42 | --enable-ipv6 |