[120223] trunk/dports/sysutils/gearmand/Portfile

mf2k at macports.org mf2k at macports.org
Mon May 19 14:48:44 PDT 2014


Revision: 120223
          https://trac.macports.org/changeset/120223
Author:   mf2k at macports.org
Date:     2014-05-19 14:48:44 -0700 (Mon, 19 May 2014)
Log Message:
-----------
gearmand: Update to version 1.1.11. MAvericks build fix. (#41003)

Modified Paths:
--------------
    trunk/dports/sysutils/gearmand/Portfile

Modified: trunk/dports/sysutils/gearmand/Portfile
===================================================================
--- trunk/dports/sysutils/gearmand/Portfile	2014-05-19 20:46:44 UTC (rev 120222)
+++ trunk/dports/sysutils/gearmand/Portfile	2014-05-19 21:48:44 UTC (rev 120223)
@@ -7,8 +7,8 @@
 PortGroup           muniversal 1.0
 
 name                gearmand
-version             0.41
-set branch          1.0
+version             1.1.11
+set branch          1.2
 categories          sysutils net devel
 platforms           darwin
 license             BSD
@@ -30,8 +30,8 @@
 homepage            http://gearman.org/
 master_sites        https://launchpad.net/gearmand/${branch}/${version}/+download/
 
-checksums           rmd160  f657d9ab210099e30077c529cc98fca6881ab64a \
-                    sha256  eda6bc1f66a8f8d66394744b31ea975bd55f7ef2dfcc3698d7f9835a06ceb875
+checksums           rmd160  f2832ba771d726e90446f56f20565a2588a5b178 \
+                    sha256  a175cbdeabe8102796418a516532adad58abd5e355365c78b6a234e544655825
 
 depends_lib         port:boost \
                     port:libevent
@@ -67,6 +67,14 @@
         ${destroot}${docdir}
 }
 
+platform darwin 13 {
+    if {${os.major} >= 13} {
+        post-patch {
+            reinplace "s:tr1/::" ${worksrcpath}/libgearman-1.0/gearman.h
+        }
+    }
+}
+
 variant dtrace description {Enable DTrace probes} {
     configure.args-append   --enable-dtrace
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140519/bf042301/attachment-0001.html>


More information about the macports-changes mailing list