diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-09-25 16:22:33 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-09-25 16:22:33 +0000 |
commit | 5e261aad5d2a629d3ace6495f7e7cbc8218c926e (patch) | |
tree | f1c9e7c322f38b1eb3a57994a05e5d0ac5e7a3f7 /security/amavisd-new/Makefile | |
parent | d396e64036f57e605a2dfa0be66b6f6e8319ba1d (diff) |
- Use the same naming scheme for p0fanalyzer rc.d script as used by milter script
- Fix pkg-message to reflect the p0fanalyzer rc.d script behavior
- Don't hardcode the interface into p0fanalyzer rc.d script
- Respect amavis_p0fanalyzer_flags
- Bump PORTREVISION
PR: 103560
Submitted by: gabor (maintainer)
Requested by: Attila Nagy <bra at fsn dot hu>,
Reto Burkhalter <reto dot burkhalter at basis06 dot com>
Notes
Notes:
svn path=/head/; revision=173809
Diffstat (limited to 'security/amavisd-new/Makefile')
-rw-r--r-- | security/amavisd-new/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 6bec20fdca81..894d7dd72cae 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -8,7 +8,7 @@ PORTNAME= amavisd-new PORTVERSION= 2.4.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ |