diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-03 01:20:40 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-03 01:20:40 +0000 |
commit | 530ece3c05cfa055c4174d6c9a99e6334c94ccb3 (patch) | |
tree | 81dab7fdd171b81d7114f1fb28433c63fc453f0c /mail/sccmilter/Makefile | |
parent | e516c46a61c3a7ea7a51b6c543c07109a079cfb5 (diff) | |
download | ports-530ece3c05cfa055c4174d6c9a99e6334c94ccb3.tar.gz ports-530ece3c05cfa055c4174d6c9a99e6334c94ccb3.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
Notes
Notes:
svn path=/head/; revision=92910
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 4e840d24aabb..c705fe9f5393 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 |