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

(-)mailscanner.new/Makefile (-3 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	MailScanner
8
PORTNAME=	MailScanner
9
PORTVERSION=	4.83.5
9
PORTVERSION=	4.84.5
10
PORTREVISION=	1
10
#PORTREVISION=	1
11
CATEGORIES=	mail
11
CATEGORIES=	mail
12
MASTER_SITES=	http://www.mailscanner.info/files/4/tar/
12
MASTER_SITES=	http://www.mailscanner.info/files/4/tar/
13
DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
13
DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
Lines 47-53 Link Here
47
47
48
CONFLICTS=	MailScanner-devel-[0-9]*
48
CONFLICTS=	MailScanner-devel-[0-9]*
49
49
50
PATCHLEVEL=	1
50
PATCHLEVEL=	2
51
51
52
USE_PERL5=	yes
52
USE_PERL5=	yes
53
53
(-)mailscanner.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (MailScanner-install-4.83.5-1.tar.gz) = 1c1fda2e9fc2268674e4228f2ec14d2c1d781fd0b9d3ae97ccaf487bdbcf8160
1
SHA256 (MailScanner-install-4.84.5-2.tar.gz) = 3467a53159cc95a8b4f93a326a59e2d3acc0ad6f90f048f048742fe13ac741f1
2
SIZE (MailScanner-install-4.83.5-1.tar.gz) = 9507037
2
SIZE (MailScanner-install-4.84.5-2.tar.gz) = 9510489
(-)mailscanner.new/files/CHANGES.port (+4 lines)
Lines 1-5 Link Here
1
Version 4.84.5
1
Version 4.84.5
2
==============
2
==============
3
- Upgrade to 4.84.5
4
5
Version 4.83.5
6
==============
3
- Upgrade to 4.83.5
7
- Upgrade to 4.83.5
4
- Remove extra config file targets-- config files are handled automatically
8
- Remove extra config file targets-- config files are handled automatically
5
  in pkg-(de)?install scripts now.
9
  in pkg-(de)?install scripts now.
(-)mailscanner.new/files/patch-lib-clamav-wrapper (-4 / +4 lines)
Lines 1-5 Link Here
1
--- ./lib/clamav-wrapper.orig	2009-03-27 09:07:39.000000000 -0400
1
--- ./lib/clamav-wrapper.orig	2011-08-20 08:32:02.000000000 -0400
2
+++ ./lib/clamav-wrapper	2009-03-27 09:08:46.000000000 -0400
2
+++ ./lib/clamav-wrapper	2012-03-09 08:41:47.000000000 -0500
3
@@ -51,6 +51,9 @@
3
@@ -51,6 +51,9 @@
4
 
4
 
5
 # You may want to check this script for bash-isms
5
 # You may want to check this script for bash-isms
Lines 7-12 Link Here
7
+PATH=$PATH:/usr/local/bin
7
+PATH=$PATH:/usr/local/bin
8
+export PATH
8
+export PATH
9
+
9
+
10
 TempDir="/tmp/clamav.$$"
10
 #TempDir="/tmp/clamav.$$"
11
 TempDir=$(mktemp) || { echo "$0: Cannot make name for temporary dir" >&2; exit 1; }
11
 ClamUser="clamav"
12
 ClamUser="clamav"
12
 ClamGroup="clamav"

Return to bug 165887