diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-02-13 09:03:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-02-13 09:03:15 +0000 |
commit | 15ff0ca9668ff4ece44259bf056f7a752b71637b (patch) | |
tree | 86ec34cb84bd753569b60192622b3a9d54505faf /security | |
parent | - Fix build with boost 1.60 (diff) |
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by: matthew (Matthew Seaman)
Notes
Notes:
svn path=/head/; revision=408774
Diffstat (limited to 'security')
-rw-r--r-- | security/amavisd-milter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/amavisd-milter/Makefile b/security/amavisd-milter/Makefile index cee39b10b3d8..6f927ccd0390 100644 --- a/security/amavisd-milter/Makefile +++ b/security/amavisd-milter/Makefile @@ -3,7 +3,7 @@ PORTNAME= amavisd-milter PORTVERSION= 1.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |