diff options
author | hubertf <hubertf@pkgsrc.org> | 2006-01-07 10:27:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2006-01-07 10:27:51 +0000 |
commit | 7c494d79eded8c52d47f0b68bffd73ffb95ec023 (patch) | |
tree | 66e71459c99cc5e287c2141126812d0078a6a517 /mail/spamprobe/Makefile | |
parent | b975e3aee4552ea822dab10ede43e37a97408d84 (diff) | |
download | pkgsrc-7c494d79eded8c52d47f0b68bffd73ffb95ec023.tar.gz |
Update spamprobe to version 1.4.
Submitted by Ossi 'ohub' Herrala <oherrala@ee.oulu.fi> in private mail
as discussed on IRCnet #NetBSD.
Changes to software:
* Spamprobe has a config file!
* Added comprehensive command line option help.
* Added support for maildir directories to all file based commands.
* Added support for auto-purge (-P command line option).
* Commands create-db and create-config to greate database and config
file.
* Added gif parser support using libungif to analyzes image
attachments and derive useful information from them.
Changes to package:
* bdb is not in SUGGESTED_OPTIONS anymore.
* added depency to graphics/libungif and gif is in SUGGESTED_OPTIONS.
Diffstat (limited to 'mail/spamprobe/Makefile')
-rw-r--r-- | mail/spamprobe/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index 48c6d1d32c3..91184b12402 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2006/01/06 15:10:05 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/01/07 10:27:51 hubertf Exp $ -DISTNAME= spamprobe-1.2a -PKGREVISION= 1 +DISTNAME= spamprobe-1.4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/} |