aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sendmail812/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-06-26 11:37:22 +0800
committerdinoex <dinoex@FreeBSD.org>2002-06-26 11:37:22 +0800
commitd34b2b1ee3faf8c842017e914405d2828b3c49d7 (patch)
tree0a250f795812b2ce25b640c1a0dfef1f3392c706 /mail/sendmail812/Makefile
parent2c46eac7eff07a431ee6f5d40bc7ec76f39a81ba (diff)
downloadfreebsd-ports-gnome-d34b2b1ee3faf8c842017e914405d2828b3c49d7.tar.gz
freebsd-ports-gnome-d34b2b1ee3faf8c842017e914405d2828b3c49d7.tar.zst
freebsd-ports-gnome-d34b2b1ee3faf8c842017e914405d2828b3c49d7.zip
Update: sendmail.8.12.5
smmsp uses now id 25, to avoid conflicts after upgrading
Diffstat (limited to 'mail/sendmail812/Makefile')
-rw-r--r--mail/sendmail812/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile
index 4e0a7105c5b7..da373765003b 100644
--- a/mail/sendmail812/Makefile
+++ b/mail/sendmail812/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 | \