summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-07-11 16:02:41 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-07-11 16:02:41 +0000
commit0db41ec5f0a8747ea469f02b38e052731a70ede1 (patch)
treebe84cca59f1c9171304b737a18e846c819ccd9b3
parentmisc/valentina: Fix WWW and improve Makefile formatting (diff)
security/snort2pfcd: Update to 2.6
Update the security/snort2pfcd port to 2.6 PR: 247886 Submitted by: maintainer (Samee Shahzada) Event: July 2020 Bugathon
Notes
Notes: svn path=/head/; revision=541987
-rw-r--r--security/snort2pfcd/Makefile2
-rw-r--r--security/snort2pfcd/distinfo6
-rw-r--r--security/snort2pfcd/files/snort2pfcd.in1
3 files changed, 4 insertions, 5 deletions
diff --git a/security/snort2pfcd/Makefile b/security/snort2pfcd/Makefile
index 15fa85229c32..739d392d93df 100644
--- a/security/snort2pfcd/Makefile
+++ b/security/snort2pfcd/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= snort2pfcd
-PORTVERSION= 2.5
+PORTVERSION= 2.6
CATEGORIES= security
MASTER_SITES= http://www.tworoutes.com/oss/
diff --git a/security/snort2pfcd/distinfo b/security/snort2pfcd/distinfo
index 1db027c2704a..628312e05c36 100644
--- a/security/snort2pfcd/distinfo
+++ b/security/snort2pfcd/distinfo
@@ -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
diff --git a/security/snort2pfcd/files/snort2pfcd.in b/security/snort2pfcd/files/snort2pfcd.in
index 6b381a276747..4677e681eb79 100644
--- a/security/snort2pfcd/files/snort2pfcd.in
+++ b/security/snort2pfcd/files/snort2pfcd.in
@@ -37,7 +37,6 @@ snort2pfcd_stop()
if [ -f ${pidfile} ]; then
echo "Stopping ${name}..."
kill $(cat ${pidfile})
- rm ${pidfile}
else
echo "${name} is not running?"
fi