diff options
author | abs <abs@pkgsrc.org> | 2005-05-10 22:52:06 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-05-10 22:52:06 +0000 |
commit | 22eee16750781b186b1969ee64c124860c8d8dcd (patch) | |
tree | a93b3f557ea2fefe8382bd6e78b71a1f5169c62b /mail/exim/Makefile | |
parent | 4a71bcf1d0cd6c4cc9ecbca09c61a833cc9fccaa (diff) | |
download | pkgsrc-22eee16750781b186b1969ee64c124860c8d8dcd.tar.gz |
Update exim to 4.44nb3 and exim-exiscan to 4.44_28nb2.
- The exim user does not need a fixed uid defined at build time
Noted by Masao Uebayashi some long time ago
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 1553f7f0e03..29224653f69 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2005/02/17 22:50:06 reed Exp $ +# $NetBSD: Makefile,v 1.56 2005/05/10 22:52:06 abs Exp $ DISTNAME= exim-${EXIM_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail net MAINTAINER= abs@NetBSD.org |