Modified: trunk/dports/net/tinyproxy/Portfile (75438 => 75439)
--- trunk/dports/net/tinyproxy/Portfile 2011-01-25 06:02:03 UTC (rev 75438)
+++ trunk/dports/net/tinyproxy/Portfile 2011-01-25 06:06:28 UTC (rev 75439)
@@ -1,22 +1,23 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name tinyproxy
+name tinyproxy
version 1.8.2
set branch [join [lrange [split ${version} .] 0 1] .]
-categories www net
-platforms darwin
-maintainers nomaintainer
+categories www net
+platforms darwin
+maintainers nomaintainer
license GPL-2
-description fast, lightweight HTTP proxy
-long_description tinyproxy is a lightweight HTTP proxy. Designed from \
- the ground up to be fast and yet small, it is an ideal \
- solution for sites where a full-featured HTTP proxy is \
- required, but the system resources required to run a \
- more demanding HTTP proxy are unavailable.
+description fast, lightweight HTTP proxy
+long_description tinyproxy is a lightweight HTTP proxy. Designed from \
+ the ground up to be fast and yet small, it is an ideal \
+ solution for sites where a full-featured HTTP proxy is \
+ required, but the system resources required to run a \
+ more demanding HTTP proxy are unavailable.
+
homepage https://banu.com/tinyproxy/
master_sites https://banu.com/pub/${name}/${branch}
@@ -30,7 +31,7 @@
configure.ldflags-append -undefined error
configure.args --disable-regexcheck
-post-destroot {
+post-destroot {
xinstall -d -o nobody -g nobody ${destroot}${prefix}/var/run/tinyproxy
move ${destroot}${prefix}/etc/tinyproxy.conf ${destroot}${prefix}/etc/tinyproxy.conf.default