diff --git a/dports/sysutils/gearmand/Portfile b/dports/sysutils/gearmand/Portfile
index d056194..5b65197 100644
a
|
b
|
PortSystem 1.0 |
7 | 7 | PortGroup muniversal 1.0 |
8 | 8 | |
9 | 9 | name gearmand |
10 | | version 0.41 |
11 | | set branch 1.0 |
| 10 | version 1.1.11 |
| 11 | set branch 1.2 |
12 | 12 | categories sysutils net devel |
13 | 13 | platforms darwin |
14 | 14 | license BSD |
… |
… |
maintainers medialize.de:rodney.rehm \ |
30 | 30 | homepage http://gearman.org/ |
31 | 31 | master_sites https://launchpad.net/gearmand/${branch}/${version}/+download/ |
32 | 32 | |
33 | | checksums rmd160 f657d9ab210099e30077c529cc98fca6881ab64a \ |
34 | | sha256 eda6bc1f66a8f8d66394744b31ea975bd55f7ef2dfcc3698d7f9835a06ceb875 |
| 33 | checksums rmd160 f2832ba771d726e90446f56f20565a2588a5b178 \ |
| 34 | sha256 a175cbdeabe8102796418a516532adad58abd5e355365c78b6a234e544655825 |
35 | 35 | |
36 | 36 | depends_lib port:boost \ |
37 | 37 | port:libevent |
… |
… |
startupitem.executable ${prefix}/sbin/gearmand -vv \ |
116 | 116 | livecheck.type regexm |
117 | 117 | livecheck.url https://launchpad.net/${name}/+download |
118 | 118 | livecheck.regex (\[0-9.\]+) release</a>\\s+from the\\s+<a href="/gearmand/${branch}">${branch}</a> series |
| 119 | |
| 120 | platform darwin 9 { |
| 121 | depends_build port:gcc46 |
| 122 | configure.compiler macports-gcc-4.6 |
| 123 | universal_variant no |
| 124 | } |
| 125 | |
| 126 | platform darwin 13 { |
| 127 | if {${os.major} >= 13} { |
| 128 | post-patch { |
| 129 | reinplace "s:tr1/::" ${worksrcpath}/libgearman-1.0/gearman.h |
| 130 | } |
| 131 | } |
| 132 | } |