mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Upgrade to 2.1.2.
PR: ports/71907 Submitted by: maintainer
This commit is contained in:
parent
14981d7d28
commit
184e972a64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119368
@ -7,7 +7,7 @@
|
||||
# Based on amavisd ports makefile.
|
||||
|
||||
PORTNAME= amavisd-new
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 2.1.2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.ijs.si/software/amavisd/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (amavisd-new-2.1.1.tar.gz) = 85f1dff7d1f3add4c7556269daee15d9
|
||||
SIZE (amavisd-new-2.1.1.tar.gz) = 462664
|
||||
MD5 (amavisd-new-2.1.2.tar.gz) = d24bafbe84668dec71a38a074b6bb920
|
||||
SIZE (amavisd-new-2.1.2.tar.gz) = 464713
|
||||
|
@ -1,15 +1,6 @@
|
||||
--- amavisd.orig Tue Aug 24 16:25:52 2004
|
||||
+++ amavisd Wed Aug 25 17:54:10 2004
|
||||
@@ -371,7 +371,7 @@
|
||||
!defined($var) ? [] : !ref($var) ? [$var] : $var;
|
||||
}
|
||||
|
||||
-$myversion = 'amavisd-new-2.1.0';
|
||||
+$myversion = 'amavisd-new-2.1.1';
|
||||
|
||||
$eol = "\n"; # native record separator in files: LF or CRLF or even CR
|
||||
$unicode_aware = $]>=5.008 && length("\x{263a}")==1 && eval { require Encode };
|
||||
@@ -7409,7 +7409,7 @@
|
||||
--- amavisd.orig Mon Sep 6 20:30:58 2004
|
||||
+++ amavisd Sun Sep 19 09:43:03 2004
|
||||
@@ -7452,7 +7452,7 @@
|
||||
$Amavis::Conf::log_recip_templ = $1
|
||||
if $Amavis::Conf::log_recip_templ=~/^(.*?)[\r\n]+\z/s;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user