Revision: 94903 https://trac.macports.org/changeset/94903 Author: jmr@macports.org Date: 2012-07-02 00:22:02 -0700 (Mon, 02 Jul 2012) Log Message: ----------- tinyproxy: add reverse and transparent variants (#32403) Modified Paths: -------------- trunk/dports/net/tinyproxy/Portfile Modified: trunk/dports/net/tinyproxy/Portfile =================================================================== --- trunk/dports/net/tinyproxy/Portfile 2012-07-02 07:11:37 UTC (rev 94902) +++ trunk/dports/net/tinyproxy/Portfile 2012-07-02 07:22:02 UTC (rev 94903) @@ -54,8 +54,14 @@ startupitem.netchange yes startupitem.executable ${prefix}/sbin/tinyproxy -c ${prefix}/tinyproxy.conf -d -# TODO: variants: reverse proxy +variant reverse description {Enable reverse proxying} { + configure.args-append --enable-reverse +} +variant transparent description {Enable transparent proxying} { + configure.args-append --enable-transparent +} + livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"
participants (1)
-
jmr@macports.org