Ticket #52598: Portfile-update.diff
File Portfile-update.diff, 1.8 KB (added by aque (Allan Que), 8 years ago) |
---|
-
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 1 2 # $Id: Portfile 125738 2014-09-25 14:43:03Z mf2k@macports.org $ 2 3 3 4 PortSystem 1.0 5 PortGroup github 1.0 4 6 5 name nfdump 6 version 1.6.6 7 github.setup phaag nfdump 1.6.15 v 7 8 categories net 8 9 maintainers nomaintainer 9 10 license BSD 10 11 platforms darwin 11 12 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} 13 description collect and process netflow data 14 long_description Part of the NfSen project, the nfdump tools are \ 15 command-line programs to collect and process netflow data. 15 16 16 homepage http://nfdump.sourceforge.net/ 17 master_sites sourceforge:project/nfdump/stable/nfdump-${version} 17 homepage https://github.com/phaag/nfdump 18 18 19 checksums rmd160 63d5aec9e7f6d2ee151a88451e52ac86263996e4\20 sha256 32e74310c2ca1a622dcca5dd63d0bed40e13d851ba62fff249887682ed77e48519 checksums rmd160 5f12b04ba2bc4b4debaa36a25c8e3e1331423727 \ 20 sha256 81ceb967e878606441c024b8ae5c9e6beaba5213450cc18dc3f02c1b26e5054c 21 21 22 22 depends_lib port:rrdtool 23 23 24 # https://github.com/phaag/nfdump/issues/32 25 use_parallel_build no 26 24 27 configure.cflags-append -std=gnu89 25 28 configure.args --enable-sflow \ 26 29 --enable-nfprofile \ … … 38 41 --with-ftpath=${prefix} 39 42 } 40 43 41 livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}42