diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-07-26 14:01:10 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-07-26 14:01:10 +0000 |
commit | 5de4ad731b6fb1cb5808ba311e13dd05df2a08a9 (patch) | |
tree | f09254d36e570d70064ce796c6595bcc4e82bdb0 | |
parent | * Cleanup (diff) |
- Update CONFLICTS [1]
- portlint(1) fix
PR: ports/125977 (1)
Submitted by: Mij <mij AT bitchx.it> (maintainer)
Notes
Notes:
svn path=/head/; revision=217581
-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 |