Ticket #44828: patch-argus-clients-Portfile.diff
File patch-argus-clients-Portfile.diff, 1.5 KB (added by jul_bsd@…, 10 years ago) |
---|
-
net/argus-clients/Portfile
old new 1 1 # -*- 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 12 5355 2014-09-14 17:33:51Z khindenburg@macports.org $2 # $Id: Portfile 124614 2014-08-26 22:35:33Z jmr@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 6 6 name argus-clients 7 version 3.0. 67 version 3.0.8 8 8 categories net 9 9 license GPL-2+ BSD-old 10 10 maintainers googlemail.com:usx303 \ … … 25 25 master_sites http://qosient.com/argus/src/ \ 26 26 ftp://qosient.com/pub/argus/src/ 27 27 28 checksums md5 f6289cbe33eb78818a6a7eef3b7f5662 \29 sha256 a7239007f048c5a85001ecc665c1d814422b7768c2fb45e558899370a9653c5d \30 rmd160 769230ea0b02c2de5dd873cf57dba46ecdfdaf4b31 32 28 configure.cflags-append -std=gnu89 29 33 30 default_variants +sasl 34 31 35 32 variant no_ragraph description {Build without ragraph (no dependencies on rrdtool)} { … … 54 51 } 55 52 } 56 53 57 livecheck.url [lindex ${master_sites} 0] 58 livecheck.regex argus-(\[0-9.\]+)${extract.suffix} 54 checksums rmd160 1b77ca3d82ff25990322942794df5e12d5a79b37 \ 55 sha256 aee8585d50959e00070a382f3121edfaa844a0a51dc0b73edf84c0f4eb8912c9 56 57 livecheck.type regex 58 livecheck.url ${homepage} 59 livecheck.regex "argus-clients-(\\d+(?:\\.\\d+)*)" 60