summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-06-26 03:37:22 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-06-26 03:37:22 +0000
commit527b94968318c37ba67fae67811b60ad2500b11c (patch)
tree7eba1e5cce663fd732354c39fc736d4866a5968e /mail/sendmail
parentUpdate to 0.59. (diff)
Update: sendmail.8.12.5
smmsp uses now id 25, to avoid conflicts after upgrading
Notes
Notes: svn path=/head/; revision=61970
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile6
-rw-r--r--mail/sendmail/distinfo2
-rw-r--r--mail/sendmail/pkg-plist6
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 4e0a7105c5b7..da373765003b 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sendmail
-PORTVERSION= 8.12.4
+PORTVERSION= 8.12.5
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,}
@@ -102,8 +102,8 @@ pre-install:
.if ! defined(SENDMAIL_WITHOUT_MILTER)
@${CAT} ${FILESDIR}/pkg-milter >>${PLIST}
.endif
- if ! pw groupshow smmsp; then pw groupadd smmsp -g 90; fi
- if ! pw usershow smmsp; then pw useradd smmsp -g smmsp -u 90 \
+ if ! pw groupshow smmsp; then pw groupadd smmsp -g 25; fi
+ if ! pw usershow smmsp; then pw useradd smmsp -g smmsp -u 25 \
-h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi
.if !defined(NOPORTDOCS)
@cd ${WRKSRC} && find cf -type f | \
diff --git a/mail/sendmail/distinfo b/mail/sendmail/distinfo
index 167de62de4d8..1149c5a0ca95 100644
--- a/mail/sendmail/distinfo
+++ b/mail/sendmail/distinfo
@@ -1 +1 @@
-MD5 (sendmail.8.12.4.tar.gz) = 74121c90862fecafb3db69dc144fc910
+MD5 (sendmail.8.12.5.tar.gz) = f2543e253e1c035f99369ba4067bf87c
diff --git a/mail/sendmail/pkg-plist b/mail/sendmail/pkg-plist
index 1a6e748f71e4..cf81e786cd9a 100644
--- a/mail/sendmail/pkg-plist
+++ b/mail/sendmail/pkg-plist
@@ -1,6 +1,6 @@
-@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/pkg-plist,v 1.12 2002-06-10 18:51:33 dinoex Exp $
-@exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 90; fi
-@exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 90 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi
+@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/pkg-plist,v 1.13 2002-06-26 03:37:22 dinoex Exp $
+@exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 25; fi
+@exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 25 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi
@exec mkdir -p /var/spool/clientmqueue
@exec chown smmsp:smmsp /var/spool/clientmqueue
@exec chmod 770 /var/spool/clientmqueue