diff options
author | beech <beech@FreeBSD.org> | 2011-07-16 02:38:34 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2011-07-16 02:38:34 +0800 |
commit | cdeca677fce26582cc39ab9b47691cfab6ac3d5c (patch) | |
tree | e37945813c6e374d9f48634d98cc5b91e36fdd76 /security/denyhosts/Makefile | |
parent | da97e78efc9990371b392b77530db889357e5703 (diff) | |
download | freebsd-ports-gnome-cdeca677fce26582cc39ab9b47691cfab6ac3d5c.tar.gz freebsd-ports-gnome-cdeca677fce26582cc39ab9b47691cfab6ac3d5c.tar.zst freebsd-ports-gnome-cdeca677fce26582cc39ab9b47691cfab6ac3d5c.zip |
- Add support for new PAM based log formats in the config file
- Bump portrevision
PR: ports/158913
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Diffstat (limited to 'security/denyhosts/Makefile')
-rw-r--r-- | security/denyhosts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/denyhosts/Makefile b/security/denyhosts/Makefile index 3b86fccb37d0..42fbb7a61aa0 100644 --- a/security/denyhosts/Makefile +++ b/security/denyhosts/Makefile @@ -7,7 +7,7 @@ PORTNAME= denyhosts PORTVERSION= 2.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF DISTNAME= DenyHosts-${PORTVERSION} |