diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-11 03:44:42 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-11 03:44:42 +0800 |
commit | 0011c9ed9ab8b4751d512441ff71cb89286252f2 (patch) | |
tree | 2ce64c255c73602e13ae578534e41f1d987ae89b /mail | |
parent | e56cf47285b0cd52d4bb636e4a354403a466877f (diff) | |
download | freebsd-ports-gnome-0011c9ed9ab8b4751d512441ff71cb89286252f2.tar.gz freebsd-ports-gnome-0011c9ed9ab8b4751d512441ff71cb89286252f2.tar.zst freebsd-ports-gnome-0011c9ed9ab8b4751d512441ff71cb89286252f2.zip |
Update to 0.95.7 [1]
Make portlint happyer
PR: 87207 [1]
Submitted by: Rashid N. Achilov <shelton@ns.granch.ru> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sccmilter/Makefile | 6 | ||||
-rw-r--r-- | mail/sccmilter/distinfo | 4 | ||||
-rw-r--r-- | mail/sccmilter/pkg-descr | 29 |
3 files changed, 20 insertions, 19 deletions
diff --git a/mail/sccmilter/Makefile b/mail/sccmilter/Makefile index 3b198947fbfb..b513f1e4559a 100644 --- a/mail/sccmilter/Makefile +++ b/mail/sccmilter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sccmilter -PORTVERSION= 0.95.1 +PORTVERSION= 0.95.7 CATEGORIES= mail sysutils MASTER_SITES= ftp://ftp.granch.ru/pub/kavmilter/ @@ -26,6 +26,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=/var CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +WRKSRC= ${WRKDIR}/${PORTNAME} + MAN5= sccmilter.conf.5 scchosts.5 sccusers.5 MAN8= sccmilter.8 @@ -47,14 +49,12 @@ pre-configure: post-install: ${STRIP_CMD} ${PREFIX}/libexec/sccmilter - .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in CHANGES FAQ README TODO ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif - @${CAT} ${PKGMESSAGE} post-deinstall: diff --git a/mail/sccmilter/distinfo b/mail/sccmilter/distinfo index 53986393739a..07bebb24e37b 100644 --- a/mail/sccmilter/distinfo +++ b/mail/sccmilter/distinfo @@ -1,2 +1,2 @@ -MD5 (sccmilter-0.95.1.tar.bz2) = fbf6a9bb3a8840132617decdd67b4973 -SIZE (sccmilter-0.95.1.tar.bz2) = 168327 +MD5 (sccmilter-0.95.7.tar.bz2) = 9c75b77b4bf7c4639d029974be96f403 +SIZE (sccmilter-0.95.7.tar.bz2) = 179761 diff --git a/mail/sccmilter/pkg-descr b/mail/sccmilter/pkg-descr index ff6b75cd36cd..e69e7f4a1c90 100644 --- a/mail/sccmilter/pkg-descr +++ b/mail/sccmilter/pkg-descr @@ -1,22 +1,23 @@ -This is a sendmail filter, based on Milter API, intedned to do -spam control and canceling it. This is multi-thread small filter, -which sits between sendmail and local mail agent, checks all mail -by selected rules and cancels spam-qualified messages. +This is a sendmail filter, based on Milter API, intedned to do spam +control and canceling it. This is multi-thread small filter, which +sits between sendmail and local mail agent, checks all mail by +selected rules and cancels spam-qualified messages. Main features: - Charset controlling. No more unreadable mails in your box! - You can selectively setup, which codepages for which users - are allowed, mail with other codepages will declined -- HTML isolating. You can setup filter to check all incoming, - outgoing or all (or none) mail to HTML mail and decline it. - IMHO, HTML mail is a headache only. You can separately setup - on per-user basis, which users can send HTML mail, which can - receive + You can selectively setup, which codepages for which users are + allowed, mail with other codepages will declined +- HTML isolating. You can setup filter to check all incoming, outgoing + or all (or none) mail to HTML mail and decline it. + IMHO, HTML mail is a headache only. You can separately setup on + per-user basis, which users can send HTML mail, which can receive +- Attachment control. You can allow or deny receiving mail with attachments, + sending mail with attachments and send and receive simultaneously +- 'Shadow watch'. You can silently keep copy of outgoing mail from local + users to further analysis. Watch incoming mail will be arrived shortly. Any other features (content filtering, attachment checking) are planned, but not imlemented this release. WWW: http://granch.ru/~shelton/ - -- Rashid N. Achilov -shelton@granch.ru +Author: Rashid N. Achilov <shelton@granch.ru> |