[90300] trunk/dports/net/libtorrent-rasterbar/Portfile
Revision: 90300 http://trac.macports.org/changeset/90300 Author: jmr@macports.org Date: 2012-03-01 08:30:16 -0800 (Thu, 01 Mar 2012) Log Message: ----------- libtorrent-rasterbar: add error_logging variant (#28716), correct license Modified Paths: -------------- trunk/dports/net/libtorrent-rasterbar/Portfile Modified: trunk/dports/net/libtorrent-rasterbar/Portfile =================================================================== --- trunk/dports/net/libtorrent-rasterbar/Portfile 2012-03-01 16:11:19 UTC (rev 90299) +++ trunk/dports/net/libtorrent-rasterbar/Portfile 2012-03-01 16:30:16 UTC (rev 90300) @@ -6,7 +6,7 @@ name libtorrent-rasterbar conflicts libtorrent-rasterbar-devel version 0.15.9 -license permissive +license BSD categories net maintainers devans openmaintainer platforms darwin @@ -60,6 +60,10 @@ default_variants +python27 } +variant error_logging description {Enable logging of errors to disk} { + configure.args-append --enable-logging=errors +} + livecheck.type regex livecheck.url http://code.google.com/p/libtorrent/downloads/list livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
participants (1)
-
jmr@macports.org