Created attachment 183589 [details] ipaudit-1.1.diff QA: portlint -AC WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. 0 fatal errors and 1 warning found. poudriere testport passed on 11.0R-amd64
After applying the patch, I am getting an install error in poudriere. install: /wrkdirs/usr/ports/net-mgmt/ipaudit/work/ipaudit-1.1/src/ipaudit.conf.sample: No such file or directory *** Error code 71 Stop. make: stopped in /usr/ports/net-mgmt/ipaudit ====>> Cleaning up wrkdir ===> Cleaning for ipaudit-1.1 build of net-mgmt/ipaudit ended at Sat Jun 24 15:35:51 PDT 2017 build time: 00:00:07 !!! build failure encountered !!! Can you please check this? thanks.
(In reply to Richard Gallamore from comment #1) I am sorry for that, I missed git add a new file, now fixed. Thanks!
Created attachment 183776 [details] ipaudit-1.1.diff
A commit references this bug: Author: ultima Date: Mon Jun 26 16:46:32 UTC 2017 New revision: 444377 URL: https://svnweb.freebsd.org/changeset/ports/444377 Log: * Updated to 1.1 * New maintainer Jov <amutu@amutu.com> * Removed obsolete patches - Fix typo in add_ports(), change to tcp_ports[] to udp_ports[] - Fixed pid file, write it from parent process *after* terminal is detached. - Fixed daemon mode, no longer depends on pid file option - In ipaudit.c, now apply pcap filters (-f option) to packets read from capture file. - In total.c, now handle command-line option errors correctly. - In hash.c, fix reallocation of data potions of hash table items when memory reallocated. PR: 220097 Submitted by: Jov <amutu@amutu.com> (maintainer) Reviewed by: lifanov (mentor), matthew (mentor) Approved by: lifanov (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11356 Changes: head/net-mgmt/ipaudit/Makefile head/net-mgmt/ipaudit/distinfo head/net-mgmt/ipaudit/files/patch-Makefile head/net-mgmt/ipaudit/files/patch-src__Makefile head/net-mgmt/ipaudit/files/patch-src__hash.h head/net-mgmt/ipaudit/files/patch-src_ipaudit.conf.sample head/net-mgmt/ipaudit/pkg-plist
Committed, thanks!