Ticket #31979: Portfile.diff

File Portfile.diff, 1.9 KB (added by humem (humem), 13 years ago)
  • Portfile

    old new  
    33
    44PortSystem 1.0
    55name                    libzookeeper
    6 version                 3.3.0
     6version             3.3.3
    77description             C bindings for ZooKeeper, the high-performance coordination service
    88long_description        ZooKeeper is a distributed, open-source coordination service for \
    99distributed applications. It exposes a simple set of primitives that distributed applications \
     
    1111maintenance, and groups and naming. It is designed to be easy to program to, and uses a data \
    1212model styled after the familiar directory tree structure of file systems. This port contains \
    1313the C bindings for interacting with it.
    14 maintainers             brett
     14maintainers         brett hum
    1515categories              devel
    1616platforms               darwin
     17license             Apache-2.0
    1718homepage                http://hadoop.apache.org/zookeeper/
    1819distname                zookeeper-${version}
     20dist_subdir         zookeeper
    1921master_sites            apache:hadoop/zookeeper/${distname}
    20 checksums               sha1 6f4bdcc8cade06f92c0c843f327fa8291d5933c8
     22checksums           rmd160  c245ecbdf921f70ab4b4f5c9593452f9b3bea5c3 \
     23                    sha256  70808f5492ca1f9bec1ed7b129f2f7cb97df821ae04a6af9e99f23cdabe4f1d4
    2124worksrcdir              ${distname}/src/c
     25
     26variant universal   {}
     27
    2228use_configure           yes
    2329configure.args          --mandir=${prefix}/share/man
    2430
    2531pre-configure {
    26       system "cd ${worksrcpath}/../.. && ant compile_jute"
     32      system -W "${worksrcpath}/../.." "ant compile_jute"
    2733}
    2834
    2935post-configure {
     
    3137      reinplace "s|c-client-src|zookeeper|" ${worksrcpath}/Makefile
    3238}
    3339
     40build.args          CFLAGS="${configure.cflags} [get_canonical_archflags]"
     41
     42livecheck.type      regex
     43livecheck.url       http://www.eu.apache.org/dist/zookeeper/stable/
     44livecheck.regex     zookeeper-(\[0-9.\]+)\\.tar