diff options
author | lukem <lukem@pkgsrc.org> | 2004-01-20 03:24:44 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2004-01-20 03:24:44 +0000 |
commit | 19d776f612b5d1f1591f6a3207d93a35ef2c3353 (patch) | |
tree | 39058df3afea0269702927fdd0cdbaa58430edc9 /mail | |
parent | de4398872a338475b482e5dfb2031c5069618cc4 (diff) | |
download | pkgsrc-19d776f612b5d1f1591f6a3207d93a35ef2c3353.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')
-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/ |