Skip to content

Commit

Permalink
gearmand: Update to 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 10, 2017
1 parent 28b8e08 commit c094d04
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions sysutils/gearmand/Portfile
@@ -1,14 +1,11 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0

PortGroup github 1.0
# configure: error: unable to determine endian
PortGroup muniversal 1.0

name gearmand
version 1.1.12
revision 2
set branch 1.2
github.setup gearman gearmand 1.1.14
categories sysutils net devel
maintainers nomaintainer
platforms darwin
Expand All @@ -25,10 +22,10 @@ long_description \
for how distributed processing communicates.

homepage http://gearman.org/
master_sites https://launchpad.net/gearmand/${branch}/${version}/+download/
github.tarball_from releases

checksums rmd160 a5be8f7d7f4ec3897f70b55c3f6acebe47af66fa \
sha256 973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb
checksums rmd160 38b27b1e81bc9fa5ef18c1e41db8f15b6ca8eb6f \
sha256 6e01b72cdf386149f689cccd934e79c55851549845f0128683a726ffb3200cd0

depends_lib port:boost \
port:libevent
Expand All @@ -52,12 +49,6 @@ configure.args --disable-silent-rules \
# gearmand handles parallel building using the --enable-jobserver arg above.
use_parallel_build no

merger_arch_compiler yes
if {![variant_isset universal]} {
configure.cc-append " ${configure.cc_archflags}"
configure.cxx-append " ${configure.cxx_archflags}"
}

post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
Expand Down Expand Up @@ -118,7 +109,3 @@ startupitem.executable ${prefix}/sbin/gearmand \
-u root \
--pid-file=${prefix}/var/run/gearmand.pid \
--log-file=${prefix}/var/log/gearmand.log

livecheck.type regexm
livecheck.url https://launchpad.net/${name}/+download
livecheck.regex (\[0-9.\]+) release</a>\\s+from the\\s+<a href="/gearmand/${branch}">${branch}</a> series

0 comments on commit c094d04

Please sign in to comment.