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 | 8b6fc2630bfee36bce897f8d3f1afe190df675e1 (patch) | |
tree | a93b3f557ea2fefe8382bd6e78b71a1f5169c62b /mail | |
parent | cb48f54beef48fd0f7d324772a1aa3434de82433 (diff) | |
download | pkgsrc-8b6fc2630bfee36bce897f8d3f1afe190df675e1.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')
-rw-r--r-- | mail/exim-exiscan/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/Makefile.common | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/exim-exiscan/Makefile b/mail/exim-exiscan/Makefile index 476b0b03653..3a6aae1c5d1 100644 --- a/mail/exim-exiscan/Makefile +++ b/mail/exim-exiscan/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2005/02/17 22:50:06 reed Exp $ +# $NetBSD: Makefile,v 1.20 2005/05/10 22:52:06 abs Exp $ DISTNAME= exim-${EXIM_VERSION} PKGNAME= exim-exiscan-${EXIM_VERSION}_${EXISCAN_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail net MAINTAINER= abs@NetBSD.org 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 |