Ticket #44828: patch-argus-clients-Portfile.diff

File patch-argus-clients-Portfile.diff, 1.5 KB (added by jul_bsd@…, 9 years ago)
  • net/argus-clients/Portfile

    old new  
    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
    2 # $Id: Portfile 125355 2014-09-14 17:33:51Z khindenburg@macports.org $
     2# $Id: Portfile 124614 2014-08-26 22:35:33Z jmr@macports.org $
    33
    44PortSystem      1.0
    55
    66name            argus-clients
    7 version         3.0.6
     7version         3.0.8
    88categories      net
    99license         GPL-2+ BSD-old
    1010maintainers     googlemail.com:usx303 \
     
    2525master_sites    http://qosient.com/argus/src/ \
    2626                ftp://qosient.com/pub/argus/src/
    2727
    28 checksums       md5 f6289cbe33eb78818a6a7eef3b7f5662 \
    29                 sha256 a7239007f048c5a85001ecc665c1d814422b7768c2fb45e558899370a9653c5d \
    30                 rmd160 769230ea0b02c2de5dd873cf57dba46ecdfdaf4b
    31 
    3228configure.cflags-append -std=gnu89
     29
    3330default_variants +sasl
    3431
    3532variant no_ragraph description {Build without ragraph (no dependencies on rrdtool)} {
     
    5451    }
    5552}
    5653
    57 livecheck.url   [lindex ${master_sites} 0]
    58 livecheck.regex argus-(\[0-9.\]+)${extract.suffix}
     54checksums           rmd160  1b77ca3d82ff25990322942794df5e12d5a79b37 \
     55                    sha256  aee8585d50959e00070a382f3121edfaa844a0a51dc0b73edf84c0f4eb8912c9
     56
     57livecheck.type     regex
     58livecheck.url       ${homepage}
     59livecheck.regex     "argus-clients-(\\d+(?:\\.\\d+)*)"
     60