mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 4.84.5
PR: ports/165887 Submitted by: Kevin Kobb <kkobb@skylinecorp.com> Feature safe: yes
This commit is contained in:
parent
6180d6e74c
commit
56522a3814
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293043
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= MailScanner
|
||||
PORTVERSION= 4.83.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.84.5
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.mailscanner.info/files/4/tar/
|
||||
DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
|
||||
@ -47,7 +46,7 @@ OPTIONS= SPAMASSASSIN "Install SpamAssassin" on \
|
||||
|
||||
CONFLICTS= MailScanner-devel-[0-9]*
|
||||
|
||||
PATCHLEVEL= 1
|
||||
PATCHLEVEL= 2
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (MailScanner-install-4.83.5-1.tar.gz) = 1c1fda2e9fc2268674e4228f2ec14d2c1d781fd0b9d3ae97ccaf487bdbcf8160
|
||||
SIZE (MailScanner-install-4.83.5-1.tar.gz) = 9507037
|
||||
SHA256 (MailScanner-install-4.84.5-2.tar.gz) = 3467a53159cc95a8b4f93a326a59e2d3acc0ad6f90f048f048742fe13ac741f1
|
||||
SIZE (MailScanner-install-4.84.5-2.tar.gz) = 9510489
|
||||
|
@ -1,5 +1,9 @@
|
||||
Version 4.84.5
|
||||
==============
|
||||
- Upgrade to 4.84.5
|
||||
|
||||
Version 4.83.5
|
||||
==============
|
||||
- Upgrade to 4.83.5
|
||||
- Remove extra config file targets-- config files are handled automatically
|
||||
in pkg-(de)?install scripts now.
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- ./lib/clamav-wrapper.orig 2009-03-27 09:07:39.000000000 -0400
|
||||
+++ ./lib/clamav-wrapper 2009-03-27 09:08:46.000000000 -0400
|
||||
--- ./lib/clamav-wrapper.orig 2011-08-20 08:32:02.000000000 -0400
|
||||
+++ ./lib/clamav-wrapper 2012-03-09 08:41:47.000000000 -0500
|
||||
@@ -51,6 +51,9 @@
|
||||
|
||||
# You may want to check this script for bash-isms
|
||||
@ -7,6 +7,6 @@
|
||||
+PATH=$PATH:/usr/local/bin
|
||||
+export PATH
|
||||
+
|
||||
TempDir="/tmp/clamav.$$"
|
||||
#TempDir="/tmp/clamav.$$"
|
||||
TempDir=$(mktemp) || { echo "$0: Cannot make name for temporary dir" >&2; exit 1; }
|
||||
ClamUser="clamav"
|
||||
ClamGroup="clamav"
|
||||
|
Loading…
Reference in New Issue
Block a user