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 | |
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')
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/Makefile.common | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common index 76d63905376..a1f6b542ac4 100644 --- a/mail/exim/Makefile.common +++ b/mail/exim/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2005/04/11 21:46:18 tv Exp $ +# $NetBSD: Makefile.common,v 1.28 2005/05/10 22:52:06 abs Exp $ MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ @@ -18,7 +18,7 @@ EXTRACT_SUFX= .tar.bz2 BUILD_DEFS= EXIM_USER EXIM_GROUP EXIM_DB EXIM_USE_LOOKUP_WHOSON PKG_GROUPS= ${EXIM_GROUP} -PKG_USERS= ${EXIM_USER}:${EXIM_GROUP}:8:Exim\\ mail\\ server\\ user:/var/mail:/sbin/nologin +PKG_USERS= ${EXIM_USER}:${EXIM_GROUP}::Exim\\ mail\\ server\\ user:/var/mail:/sbin/nologin WRKSRC= ${WRKDIR}/exim-${EXIM_VERSION} PKG_SYSCONFSUBDIR?= exim |