diff options
author | abs <abs@pkgsrc.org> | 2004-03-05 12:28:45 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-03-05 12:28:45 +0000 |
commit | e5dafb3ff3b98fc771fea5bd405f93e311d17865 (patch) | |
tree | e712d4810aab7ded8ab5891e8182d3ede5620959 /mail/exim-exiscan | |
parent | 82250d115c5c7dea40c9ebb7dc6c72a3baafc090 (diff) | |
download | pkgsrc-e5dafb3ff3b98fc771fea5bd405f93e311d17865.tar.gz |
Update exim to 4.22nb4 & exim-exiscan to 4.22-12nb2 from Norm at cackhanded.net
- Avoid "set{u,g}id ... invoked ... with fd 1 closed" warnings
- Cleanup DLOPEN from Local/Makefile.pkgsrc
Diffstat (limited to 'mail/exim-exiscan')
-rw-r--r-- | mail/exim-exiscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim-exiscan/Makefile b/mail/exim-exiscan/Makefile index be1e8e3829c..d100b30b40d 100644 --- a/mail/exim-exiscan/Makefile +++ b/mail/exim-exiscan/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/11/25 10:21:58 abs Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/05 12:28:45 abs Exp $ DISTNAME= exim-${EXIM_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= exim-exiscan-${EXIM_VERSION}-${EXISCAN_VERSION} CATEGORIES= mail net |