diff options
author | abs <abs> | 2005-05-10 22:52:06 +0000 |
---|---|---|
committer | abs <abs> | 2005-05-10 22:52:06 +0000 |
commit | 357143cfd987c815a5412c3c7961f8ec79318b9f (patch) | |
tree | a93b3f557ea2fefe8382bd6e78b71a1f5169c62b /mail/exim/Makefile | |
parent | add7e859da2ca6f4b0c1d49bc03a04ff8e90e8c2 (diff) | |
download | pkgsrc-357143cfd987c815a5412c3c7961f8ec79318b9f.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 |