diff options
author | lukem <lukem> | 2004-01-20 03:24:44 +0000 |
---|---|---|
committer | lukem <lukem> | 2004-01-20 03:24:44 +0000 |
commit | 7ca180a688946ba133f0176869ced5ff24affeae (patch) | |
tree | 39058df3afea0269702927fdd0cdbaa58430edc9 /mail/procmail | |
parent | 57a51d8a8e661411cdb585f5c71f3df1fd1f07a4 (diff) | |
download | pkgsrc-7ca180a688946ba133f0176869ced5ff24affeae.tar.gz |
Bump pkgrevision (to procmail-3.22nb1), for simonb's memory allocation
fix in patch-af.
Without that patch, the example procmail rules in spamprobe's manual
page will cause procmail to eat your mail, so we should make it obvious...
Diffstat (limited to 'mail/procmail')
-rw-r--r-- | mail/procmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 2eeac12531a..b748720f2cb 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2004/01/06 18:57:29 abs Exp $ +# $NetBSD: Makefile,v 1.35 2004/01/20 03:24:44 lukem Exp $ # DISTNAME= procmail-3.22 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ |