[84209] trunk/dports/net/tsocks/Portfile
blb at macports.org
blb at macports.org
Tue Sep 20 12:27:41 PDT 2011
Revision: 84209
http://trac.macports.org/changeset/84209
Author: blb at macports.org
Date: 2011-09-20 12:27:38 -0700 (Tue, 20 Sep 2011)
Log Message:
-----------
net/tsocks - install inspectsocks and validateconf as well (see
<http://lists.macosforge.org/pipermail/macports-users/2011-September/025607.html>
Also suggest copying the sample .conf file since renaming it will confuse port
as the sample is part of the port's contents
Modified Paths:
--------------
trunk/dports/net/tsocks/Portfile
Modified: trunk/dports/net/tsocks/Portfile
===================================================================
--- trunk/dports/net/tsocks/Portfile 2011-09-20 17:40:38 UTC (rev 84208)
+++ trunk/dports/net/tsocks/Portfile 2011-09-20 19:27:38 UTC (rev 84209)
@@ -4,7 +4,7 @@
name tsocks
version 1.8.4
-revision 1
+revision 2
categories net
platforms darwin
maintainers nomaintainer
@@ -45,6 +45,8 @@
configure.universal_args-delete --disable-dependency-tracking
post-destroot {
+ xinstall -m 755 -W ${worksrcpath} inspectsocks validateconf \
+ ${destroot}${prefix}/bin
xinstall -m 644 ${worksrcpath}/tsocks.conf.simple.example ${destroot}${prefix}/etc/tsocks.conf.sample
xinstall -m 755 -d ${destroot}${prefix}/share/examples/tsocks
@@ -56,6 +58,6 @@
notes "
The tsocks.conf.sample file is in ${prefix}/etc.\
-Rename it to tsocks.conf to use it.\
+Copy it to tsocks.conf to use it.\
You should set tordns_enable to false if you're not using Tor.
"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110920/2553b257/attachment.html>
More information about the macports-changes
mailing list