diff options
author | abs <abs@pkgsrc.org> | 2003-09-04 13:07:16 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-09-04 13:07:16 +0000 |
commit | c7161e7db3d790486d1bc85cb3df23eae6c6a55c (patch) | |
tree | d0bcd11ee24194d8bf7c7ee5c95f6458a8ae7731 /mail/exim-exiscan | |
parent | e8057a3f90ef4f9cdf99ff4e1a6a526baeb3e6c7 (diff) | |
download | pkgsrc-c7161e7db3d790486d1bc85cb3df23eae6c6a55c.tar.gz |
Update exim-exiscan to 4.22-12
- Emergency fix: When you were using 'discard', and it was the last verb
affecting a message, the mbox spool files in the scan directory were not
cleaned up. This is fixed now.
Diffstat (limited to 'mail/exim-exiscan')
-rw-r--r-- | mail/exim-exiscan/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exim-exiscan/Makefile b/mail/exim-exiscan/Makefile index 0e119955261..e68732a9117 100644 --- a/mail/exim-exiscan/Makefile +++ b/mail/exim-exiscan/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/09/02 12:19:36 abs Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/04 13:07:16 abs Exp $ DISTNAME= exim-${EXIM_VERSION} PKGNAME= exim-exiscan-${EXIM_VERSION}-${EXISCAN_VERSION} -PKGREVISION= 1 CATEGORIES= mail net MAINTAINER= abs@NetBSD.org @@ -12,7 +11,7 @@ COMMENT= The Exim mail transfer agent, with exiscan-acl patches DEPENDS+= exim-user>=1.0:../../mail/exim-user CONFLICTS+= exim-[0-9]* -EXISCAN_VERSION=11 +EXISCAN_VERSION=12 PATCH_SITES= http://duncanthrax.net/exiscan-acl/ PATCHFILES= exiscan-acl-${EXIM_VERSION}-${EXISCAN_VERSION}.patch |