diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2008-07-26 22:01:10 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2008-07-26 22:01:10 +0800 |
commit | 4693ab72136304ba23a8d048a6b8ad43f0e384fd (patch) | |
tree | 72178b9dec4b82c7badb103c064463c64f44d913 | |
parent | a724e8c3598ce1a2d6d88b087dffe840381c7523 (diff) | |
download | freebsd-ports-gnome-4693ab72136304ba23a8d048a6b8ad43f0e384fd.tar.gz freebsd-ports-gnome-4693ab72136304ba23a8d048a6b8ad43f0e384fd.tar.zst freebsd-ports-gnome-4693ab72136304ba23a8d048a6b8ad43f0e384fd.zip |
- Update CONFLICTS [1]
- portlint(1) fix
PR: ports/125977 (1)
Submitted by: Mij <mij AT bitchx.it> (maintainer)
-rw-r--r-- | security/sshguard-pf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/sshguard-pf/Makefile b/security/sshguard-pf/Makefile index 6a7ba8b533f4..2172b57938c1 100644 --- a/security/sshguard-pf/Makefile +++ b/security/sshguard-pf/Makefile @@ -6,8 +6,10 @@ # PKGNAMESUFFIX= -pf -CONFLICTS= sshguard-1.0* sshguard-ipfw-1.0* -COMMENT= Protect hosts from brute force attacks against ssh using pf + +COMMENT= Protect hosts from brute force attacks against ssh and other services using pf + +CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-ipfw-1.* SSHGUARDFW= pf MASTERDIR= ${.CURDIR}/../sshguard |