[147634] trunk/dports/net/torsocks/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Apr 10 19:34:54 PDT 2016


Revision: 147634
          https://trac.macports.org/changeset/147634
Author:   khindenburg at macports.org
Date:     2016-04-10 19:34:54 -0700 (Sun, 10 Apr 2016)
Log Message:
-----------
torsocks: update to 2.1.0; change homepage/master_sites; enable tests #44674

Modified Paths:
--------------
    trunk/dports/net/torsocks/Portfile

Modified: trunk/dports/net/torsocks/Portfile
===================================================================
--- trunk/dports/net/torsocks/Portfile	2016-04-11 02:01:10 UTC (rev 147633)
+++ trunk/dports/net/torsocks/Portfile	2016-04-11 02:34:54 UTC (rev 147634)
@@ -4,8 +4,7 @@
 PortSystem        1.0
 
 name              torsocks
-version           1.2
-revision          1
+version           2.1.0
 categories        net security
 license           GPL-2+
 platforms         darwin
@@ -18,15 +17,17 @@
                   way with Tor. It ensures that DNS requests are \
                   handled safely and explicitly rejects UDP traffic \
                   from the application you are using.
-homepage          http://torsocks.googlecode.com/
-master_sites      googlecode
-checksums         rmd160 eb4b16833c5f7a09424d7acb9993c6dd04f8a8d0 \
-                  sha256 bea57d3624d723724fd1e260f0e6b2a354c0da742c023aa994c7692270d111d4
+homepage          https://git.torproject.org/torsocks.git
+master_sites      https://people.torproject.org/~dgoulet/torsocks/
+use_bzip2         yes
 
-configure.args   --datarootdir=${prefix}/share/doc/torsocks
+checksums           rmd160  5f7df0de757095301526d3f2109b42d0ad51b670 \
+                    sha256  3c3831cb751ff477d97fb826c79cb2cfedc514e5eb89a3b10f341fb3abdf87db
 
+depends_build       port:coreutils
+
 post-destroot {
-    move ${destroot}${prefix}/etc/torsocks.conf \
+    move ${destroot}${prefix}/etc/tor/torsocks.conf \
         ${destroot}${prefix}/etc/torsocks.conf.default
 }
 
@@ -36,3 +37,6 @@
             ${prefix}/etc/torsocks.conf
   }
 }
+
+test.run            yes
+test.target         check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160410/70de6676/attachment.html>


More information about the macports-changes mailing list