View | Details | Raw Unified | Return to bug 155665
Collapse All | Expand All

(-)mailscanner.new/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	MailScanner
8
PORTNAME=	MailScanner
9
PORTVERSION=	4.82.6
9
PORTVERSION=	4.83.2
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://www.mailscanner.info/files/4/tar/
11
MASTER_SITES=	http://www.mailscanner.info/files/4/tar/
12
DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
12
DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
(-)mailscanner.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (MailScanner-install-4.82.6-1.tar.gz) = b782ea90cf31a9f8ae44c836300317fba45f96efcb8b9cd2a370bbb7c8c80385
1
SHA256 (MailScanner-install-4.83.2-1.tar.gz) = 61ee7264ef38c135f4c4dfb05931af4ad5a0c797c4037787872ad0978a184e16
2
SIZE (MailScanner-install-4.82.6-1.tar.gz) = 9504165
2
SIZE (MailScanner-install-4.83.2-1.tar.gz) = 9511358
(-)mailscanner.new/files/CHANGES.port (+6 lines)
Lines 1-3 Link Here
1
Version 4.83.2
2
==============
3
- Upgrade to 4.83.2
4
- Update mta init script so it starts MTAs after other init scripts
5
  (milters, etc) that should start before "mail".
6
1
Version 4.82.6
7
Version 4.82.6
2
==============
8
==============
3
- Upgrade to 4.82.6
9
- Upgrade to 4.82.6
(-)mailscanner.new/files/mta.in (-2 / +2 lines)
Lines 1-8 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
#
2
#
3
# mta.sh - start multiple MTA instances, e.g. for MailScanner
3
# mta - start multiple MTA instances, e.g. for MailScanner
4
4
5
# PROVIDE: mta
5
# PROVIDE: mta mail
6
# REQUIRE: LOGIN cleanvar
6
# REQUIRE: LOGIN cleanvar
7
# BEFORE:
7
# BEFORE:
8
# KEYWORD: shutdown
8
# KEYWORD: shutdown

Return to bug 155665