ports/155665: [PATCH] mail/mailscanner: Update to current stable version

Kevin Kobb kkobb at skylinecorp.com
Fri Mar 18 18:00:29 UTC 2011


>Number:         155665
>Category:       ports
>Synopsis:       [PATCH] mail/mailscanner: Update to current stable version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 18 18:00:24 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Kobb
>Release:        FreeBSD 7.4-RELEASE amd64
>Organization:
>Environment:
corp-mail-test# uname -a
FreeBSD corp-mail-test.skylinecorp.net 7.4-RELEASE FreeBSD 7.4-RELEASE #0: Mon Mar  7 12:09:05 EST 2011     root at corp-mail-test.skylinecorp.net:/usr/obj/usr/src/sys/VMWARE  amd64

>Description:
MailScanner port is not at the current stable version.
>How-To-Repeat:
Check port versus upstream release.
>Fix:
Apply attached patch.

Patch attached with submission follows:

diff -urN mailscanner/Makefile mailscanner.new/Makefile
--- mailscanner/Makefile	2011-02-15 08:06:55.000000000 -0500
+++ mailscanner.new/Makefile	2011-03-17 15:28:27.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MailScanner
-PORTVERSION=	4.82.6
+PORTVERSION=	4.83.2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.mailscanner.info/files/4/tar/
 DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
diff -urN mailscanner/distinfo mailscanner.new/distinfo
--- mailscanner/distinfo	2011-02-15 08:06:55.000000000 -0500
+++ mailscanner.new/distinfo	2011-03-17 15:28:28.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (MailScanner-install-4.82.6-1.tar.gz) = b782ea90cf31a9f8ae44c836300317fba45f96efcb8b9cd2a370bbb7c8c80385
-SIZE (MailScanner-install-4.82.6-1.tar.gz) = 9504165
+SHA256 (MailScanner-install-4.83.2-1.tar.gz) = 61ee7264ef38c135f4c4dfb05931af4ad5a0c797c4037787872ad0978a184e16
+SIZE (MailScanner-install-4.83.2-1.tar.gz) = 9511358
diff -urN mailscanner/files/CHANGES.port mailscanner.new/files/CHANGES.port
--- mailscanner/files/CHANGES.port	2011-02-15 08:06:55.000000000 -0500
+++ mailscanner.new/files/CHANGES.port	2011-03-17 15:28:29.000000000 -0400
@@ -1,3 +1,9 @@
+Version 4.83.2
+==============
+- Upgrade to 4.83.2
+- Update mta init script so it starts MTAs after other init scripts
+  (milters, etc) that should start before "mail".
+
 Version 4.82.6
 ==============
 - Upgrade to 4.82.6
diff -urN mailscanner/files/mta.in mailscanner.new/files/mta.in
--- mailscanner/files/mta.in	2010-03-28 06:31:47.000000000 -0400
+++ mailscanner.new/files/mta.in	2011-03-17 15:28:31.000000000 -0400
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# mta.sh - start multiple MTA instances, e.g. for MailScanner
+# mta - start multiple MTA instances, e.g. for MailScanner
 
-# PROVIDE: mta
+# PROVIDE: mta mail
 # REQUIRE: LOGIN cleanvar
 # BEFORE:
 # KEYWORD: shutdown


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list