--- security/snort2pfcd/Makefile (revision 541847) +++ security/snort2pfcd/Makefile (working copy) @@ -1,7 +1,5 @@ -# $FreeBSD$ - PORTNAME= snort2pfcd -PORTVERSION= 2.5 +PORTVERSION= 2.6 CATEGORIES= security MASTER_SITES= http://www.tworoutes.com/oss/ --- security/snort2pfcd/distinfo (revision 541847) +++ security/snort2pfcd/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594189865 -SHA256 (snort2pfcd-2.5.tar.gz) = 465d52167486aef4f326427433fa5cb417ec492ca32ffcd5fd400a85fb2b475b -SIZE (snort2pfcd-2.5.tar.gz) = 15788 +TIMESTAMP = 1594365043 +SHA256 (snort2pfcd-2.6.tar.gz) = 0bafab42d7fa433db6a9df52e8030e068d3fe99dbe60d30b237beca59b5d6ec0 +SIZE (snort2pfcd-2.6.tar.gz) = 15938 --- security/snort2pfcd/files/snort2pfcd.in (revision 541847) +++ security/snort2pfcd/files/snort2pfcd.in (working copy) @@ -37,7 +37,6 @@ if [ -f ${pidfile} ]; then echo "Stopping ${name}..." kill $(cat ${pidfile}) - rm ${pidfile} else echo "${name} is not running?" fi --- security/snort2pfcd/pkg-descr (revision 541847) +++ security/snort2pfcd/pkg-descr (working copy) @@ -1,5 +1,5 @@ Analyzes snort alert output and blocks ip addresses using pf for a specified -period of time. A whitelist is specified in CIDR format to exclude local and +period of time. A whitelist is specified in CIDR format to exclude local and trusted ip address from being blocked. WWW: https://github.com/onestsam/snort2pfcd