diff options
author | jeh <jeh@FreeBSD.org> | 2003-11-03 09:20:40 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-11-03 09:20:40 +0800 |
commit | 891a4d0eae1873c5b16fa8f251e88c2213bdb463 (patch) | |
tree | f9776f3aa22cc20027ce6b9a19e01fe747e976fa /mail/sccmilter/Makefile | |
parent | c1ddde6656f1a6a3819cf91bbccfe0acf9453bf5 (diff) | |
download | freebsd-ports-graphics-891a4d0eae1873c5b16fa8f251e88c2213bdb463.tar.gz freebsd-ports-graphics-891a4d0eae1873c5b16fa8f251e88c2213bdb463.tar.zst freebsd-ports-graphics-891a4d0eae1873c5b16fa8f251e88c2213bdb463.zip |
This is next bugfix release up to version 0.94.7, which fixed various detected bugs,
including error, breaks compile without --with-debug.
PR: 58708
Submitter: MAINTAINER
Diffstat (limited to 'mail/sccmilter/Makefile')
-rw-r--r-- | mail/sccmilter/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/sccmilter/Makefile b/mail/sccmilter/Makefile index 4e840d24aab..c705fe9f539 100644 --- a/mail/sccmilter/Makefile +++ b/mail/sccmilter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sccmilter -PORTVERSION= 0.94.2c +PORTVERSION= 0.94.7 PORTREVISION?= 0 CATEGORIES= mail sysutils MASTER_SITES= ftp://granch.ru/pub/kavmilter/ @@ -18,8 +18,6 @@ COMMENT= Sendmail spam control and canceling filter, based on Milter API IGNORE= requires Sendmail 8.12; upgrade the base system .endif -BROKEN= Does not compile - USE_BZIP2= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes |