aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2007-04-08 10:40:05 +0000
committerStefan Walter <stefan@FreeBSD.org>2007-04-08 10:40:05 +0000
commitbc0fb8de8f559bfebd1bd9ad0aae7d24861b3106 (patch)
tree52e9c8920256eeaaf09c4b5c264e49be12d62450 /mail
parent9ac356527f65cc223d3c3c03d0934e14fd8c17cd (diff)
downloadports-bc0fb8de8f559bfebd1bd9ad0aae7d24861b3106.tar.gz
ports-bc0fb8de8f559bfebd1bd9ad0aae7d24861b3106.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/mailscanner/Makefile2
-rw-r--r--mail/mailscanner/files/CHANGES.port6
-rw-r--r--mail/mailscanner/files/patch-lib-clamav-wrapper19
3 files changed, 16 insertions, 11 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile
index 69dc2422bc62..097b5c5de534 100644
--- a/mail/mailscanner/Makefile
+++ b/mail/mailscanner/Makefile
@@ -7,7 +7,7 @@
PORTNAME= MailScanner
PORTVERSION= 4.58.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.mailscanner.info/files/4/tar/
DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
diff --git a/mail/mailscanner/files/CHANGES.port b/mail/mailscanner/files/CHANGES.port
index 9396100790a1..c1500cc301df 100644
--- a/mail/mailscanner/files/CHANGES.port
+++ b/mail/mailscanner/files/CHANGES.port
@@ -1,3 +1,9 @@
+Version 4.58.9_2
+================
+- clamav-wrapper contained options unarj, unace and zoo. unace
+ seems to be dead and the other options are corrected to be
+ arj and unzoo.
+
Version 4.58.9
================
- Upgrade to MailScanner 4.58
diff --git a/mail/mailscanner/files/patch-lib-clamav-wrapper b/mail/mailscanner/files/patch-lib-clamav-wrapper
index 453ddd25ca47..834da1acea73 100644
--- a/mail/mailscanner/files/patch-lib-clamav-wrapper
+++ b/mail/mailscanner/files/patch-lib-clamav-wrapper
@@ -1,5 +1,5 @@
---- ../MailScanner-install-4.42.9.orig/lib/clamav-wrapper Wed Jun 1 11:24:25 2005
-+++ lib/clamav-wrapper Wed Jun 1 11:31:57 2005
+--- ../MailScanner-install-4.58.9.orig/lib/clamav-wrapper Fri Mar 30 11:55:30 2007
++++ lib/clamav-wrapper Fri Mar 30 11:55:54 2007
@@ -51,6 +51,9 @@
# You may want to check this script for bash-isms
@@ -10,7 +10,7 @@
TempDir="/tmp/clamav.$$"
ClamUser="clamav"
ClamGroup="clamav"
-@@ -98,23 +101,23 @@
+@@ -98,23 +101,19 @@
# LESS COMMON unpackers, which probably aren't installed by default
# (hence disabled)
# Uncomment ONE of the following lines if you have unrar installed
@@ -20,14 +20,13 @@
# Uncomment ONE of the following lines if you have unarj installed
-#ExtraScanOptions="$ExtraScanOptions --unarj"
-+ExtraScanOptions="$ExtraScanOptions --unarj"
++ExtraScanOptions="$ExtraScanOptions --arj"
#ExtraScanOptions="$ExtraScanOptions --unarj=/path/to/unarj"
- # Uncomment ONE of the following lines if you have unace installed
+-# Uncomment ONE of the following lines if you have unace installed
-#ExtraScanOptions="$ExtraScanOptions --unace"
-+ExtraScanOptions="$ExtraScanOptions --unace"
- #ExtraScanOptions="$ExtraScanOptions --unace=/path/to/unace"
-
+-#ExtraScanOptions="$ExtraScanOptions --unace=/path/to/unace"
+-
# Uncomment ONE of the following lines if you have lha installed
-#ExtraScanOptions="$ExtraScanOptions --lha"
+ExtraScanOptions="$ExtraScanOptions --lha"
@@ -35,7 +34,7 @@
# Uncomment ONE of the following lines if you have zoo installed
-#ExtraScanOptions="$ExtraScanOptions --zoo"
-+ExtraScanOptions="$ExtraScanOptions --zoo"
++ExtraScanOptions="$ExtraScanOptions --unzoo"
#ExtraScanOptions="$ExtraScanOptions --zoo=/path/to/unzoo"
- # Uncomment next line if you need to disable Clam's DoS protection
+ # Now increase the allowed expansion size of zip files