Ticket #52598: Portfile-update.diff

File Portfile-update.diff, 1.8 KB (added by aque (Allan Que), 8 years ago)

Content update

  • Portfile

     
     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
    12# $Id: Portfile 125738 2014-09-25 14:43:03Z mf2k@macports.org $
    23
    34PortSystem          1.0
     5PortGroup           github 1.0
    46
    5 name                nfdump
    6 version             1.6.6
     7github.setup        phaag nfdump 1.6.15 v
    78categories          net
    89maintainers         nomaintainer
    910license             BSD
    1011platforms           darwin
    1112
    12 description         Part of the NfSen project, the nfdump tools are command-line programs to \
    13                     collect and process netflow data.
    14 long_description    ${description}
     13description         collect and process netflow data
     14long_description    Part of the NfSen project, the nfdump tools are \
     15                    command-line programs to collect and process netflow data.
    1516
    16 homepage            http://nfdump.sourceforge.net/
    17 master_sites        sourceforge:project/nfdump/stable/nfdump-${version}
     17homepage            https://github.com/phaag/nfdump
    1818
    19 checksums           rmd160  63d5aec9e7f6d2ee151a88451e52ac86263996e4 \
    20                     sha256  32e74310c2ca1a622dcca5dd63d0bed40e13d851ba62fff249887682ed77e485
     19checksums           rmd160  5f12b04ba2bc4b4debaa36a25c8e3e1331423727 \
     20                    sha256  81ceb967e878606441c024b8ae5c9e6beaba5213450cc18dc3f02c1b26e5054c
    2121
    2222depends_lib         port:rrdtool
    2323
     24# https://github.com/phaag/nfdump/issues/32
     25use_parallel_build  no
     26
    2427configure.cflags-append -std=gnu89
    2528configure.args      --enable-sflow \
    2629                    --enable-nfprofile \
     
    3841        --with-ftpath=${prefix}
    3942}
    4043
    41 livecheck.regex         /${name}-(\[0-9.\]+)${extract.suffix}
    42