[89884] trunk/dports/aqua/namebench/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Mon Feb 13 19:13:51 PST 2012


Revision: 89884
          http://trac.macports.org/changeset/89884
Author:   singingwolfboy at macports.org
Date:     2012-02-13 19:13:50 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
namebench: updated to 1.3.1, added variants for Python module versions

Modified Paths:
--------------
    trunk/dports/aqua/namebench/Portfile

Modified: trunk/dports/aqua/namebench/Portfile
===================================================================
--- trunk/dports/aqua/namebench/Portfile	2012-02-14 03:12:51 UTC (rev 89883)
+++ trunk/dports/aqua/namebench/Portfile	2012-02-14 03:13:50 UTC (rev 89884)
@@ -4,10 +4,10 @@
 PortGroup           xcode 1.0
 
 name                namebench
-version             1.3
+version             1.3.1
 categories          aqua sysutils
 maintainers         singingwolfboy openmaintainer
-license             Apache-2.0
+license             Apache 2.0
 description         DNS speed benchmark tool (GUI)
 long_description    \
     namebench hunts down the fastest DNS servers available for your computer. \
@@ -17,17 +17,28 @@
     \
     This port installs the Cocoa GUI interface. To install just the command \
     line interface, which the Cocoa GUI interface depends on, install the \
-    "py26-libnamebench" port.
+    "py27-libnamebench" port.
     
 homepage            http://code.google.com/p/namebench/
 platforms           darwin
 master_sites        googlecode:${name}
 distname            ${name}-${version}-source
 extract.suffix      .tgz
-checksums           md5     24bfbae12ed0f737562931439dd89ff5 \
-                    sha1    d3fe7f3791bc7a7b3a23f54fa6ca7ca5f76f2ad5 \
-                    rmd160  14f2dfe849170f9b97050d9dba9776ef536b7ddf
 worksrcdir          ${name}-${version}/cocoa
 patchfiles          project.diff
+checksums           rmd160  93d1186caf2a214ecf1966ee798f01d329ecfd64 \
+                    sha256  30ccf9e870c1174c6bf02fca488f62bba280203a0b1e8e4d26f3756e1a5b9425
 
-depends_lib         port:py26-libnamebench
+variant python24 conflicts python25 python26 python27 {
+    depends_lib         port:py24-libnamebench
+}
+variant python25 conflicts python24 python26 python27 {
+    depends_lib         port:py25-libnamebench
+}
+variant python26 conflicts python24 python25 python27 {
+    depends_lib         port:py26-libnamebench
+}
+variant python27 conflicts python24 python25 python26 {
+    depends_lib         port:py27-libnamebench
+}
+default_variants    +python27
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120213/f2519eef/attachment-0001.html>


More information about the macports-changes mailing list