1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Update: sendmail.8.12.5

smmsp uses now id 25, to avoid conflicts after upgrading
This commit is contained in:
Dirk Meyer 2002-06-26 03:37:22 +00:00
parent 3b4eb43f39
commit 527b949683
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61970
6 changed files with 14 additions and 14 deletions

View File

@ -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 | \

View File

@ -1 +1 @@
MD5 (sendmail.8.12.4.tar.gz) = 74121c90862fecafb3db69dc144fc910
MD5 (sendmail.8.12.5.tar.gz) = f2543e253e1c035f99369ba4067bf87c

View File

@ -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

View File

@ -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 | \

View File

@ -1 +1 @@
MD5 (sendmail.8.12.4.tar.gz) = 74121c90862fecafb3db69dc144fc910
MD5 (sendmail.8.12.5.tar.gz) = f2543e253e1c035f99369ba4067bf87c

View File

@ -1,6 +1,6 @@
@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/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/sendmail812/Attic/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