ports/150331: [PATCH] mail/mailscanner Update to current stable version
Kevin Kobb
kkobb at skylinecorp.com
Mon Sep 6 17:00:19 UTC 2010
>Number: 150331
>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: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 06 17:00:18 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Kevin Kobb
>Release: FreeBSD 7.3-RELEASE-p2 amd64
>Organization:
>Environment:
FreeBSD corp-mail-test.skylinecorp.net 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Tue Aug 17 12:38:01 EDT 2010 root at corp-mail-test.skylinecorp.net:/usr/obj/usr/src/sys/VMWARE amd64
>Description:
Update mail/mailscanner port to current stable version.
>How-To-Repeat:
Check version in ports tree against source site.
>Fix:
Patch attached.
Patch attached with submission follows:
diff -urN mailscanner/Makefile mailscanner.new/Makefile
--- mailscanner/Makefile 2010-04-28 18:20:22.000000000 -0400
+++ mailscanner.new/Makefile 2010-09-06 11:49:30.000000000 -0400
@@ -6,7 +6,7 @@
#
PORTNAME= MailScanner
-PORTVERSION= 4.79.11
+PORTVERSION= 4.81.4
CATEGORIES= mail
MASTER_SITES= http://www.mailscanner.info/files/4/tar/
DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
@@ -32,7 +32,8 @@
${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/${PERL_ARCH}/Filesys/Df.pm:${PORTSDIR}/sysutils/p5-Filesys-Df \
${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \
- ${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite
+ ${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite \
+ ${SITE_PERL}/Sys/SigAction.pm:${PORTSDIR}/devel/p5-Sys-SigAction
RUN_DEPENDS+= ${BUILD_DEPENDS} \
bash:${PORTSDIR}/shells/bash \
diff -urN mailscanner/distinfo mailscanner.new/distinfo
--- mailscanner/distinfo 2010-04-26 20:20:34.000000000 -0400
+++ mailscanner.new/distinfo 2010-09-06 11:49:30.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (MailScanner-install-4.79.11-1.tar.gz) = 855deb7b8bf6c3859e91ae24f93d12a7
-SHA256 (MailScanner-install-4.79.11-1.tar.gz) = 68a7577dda36a219362db687e7ae2da226c9aa7683992259a94ace4cc739cce4
-SIZE (MailScanner-install-4.79.11-1.tar.gz) = 9111441
+MD5 (MailScanner-install-4.81.4-1.tar.gz) = 2d51a6cf81299e1c79c3971aaf1694e8
+SHA256 (MailScanner-install-4.81.4-1.tar.gz) = 7d3ae5c714483e480c387cf2ff27a41c9f4d8af4a4e0b93b7f3498799010c248
+SIZE (MailScanner-install-4.81.4-1.tar.gz) = 9500894
diff -urN mailscanner/files/CHANGES.port mailscanner.new/files/CHANGES.port
--- mailscanner/files/CHANGES.port 2009-04-30 09:34:40.000000000 -0400
+++ mailscanner.new/files/CHANGES.port 2010-09-06 11:49:30.000000000 -0400
@@ -1,3 +1,7 @@
+Version 4.81.4
+- Upgrade to 4.81.4
+- Added dependency for p5-Sys-SigAction port
+
Version 4.75.11
===============
- Upgrade to 4.75.11
diff -urN mailscanner/pkg-plist mailscanner.new/pkg-plist
--- mailscanner/pkg-plist 2009-10-11 18:32:16.000000000 -0400
+++ mailscanner.new/pkg-plist 2010-09-06 12:37:12.000000000 -0400
@@ -24,6 +24,7 @@
lib/MailScanner/MailScanner/BinHex.pm
lib/MailScanner/MailScanner/Config.pm
lib/MailScanner/MailScanner/ConfigDefs.pl
+lib/MailScanner/MailScanner/ConfigSQL.pm
lib/MailScanner/MailScanner/CustomConfig.pm
lib/MailScanner/MailScanner/CustomFunctions/CustomAction.pm
lib/MailScanner/MailScanner/CustomFunctions/GenericSpamScanner.pm
@@ -114,6 +115,8 @@
libexec/MailScanner/kavdaemonclient-wrapper.sample
libexec/MailScanner/mcafee-autoupdate.sample
libexec/MailScanner/mcafee-wrapper.sample
+libexec/MailScanner/mcafee6-autoupdate.sample
+libexec/MailScanner/mcafee6-wrapper.sample
libexec/MailScanner/nod32-autoupdate.sample
libexec/MailScanner/nod32-wrapper.sample
libexec/MailScanner/norman-autoupdate.sample
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list