Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2007 14:02:20 +0200 (CEST)
From:      Robin Gruyters <r.gruyters@yirdis.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wes@FreeBSD.org
Subject:   ports/114187: [PATCH] mail/mimedefang: update to 2.62
Message-ID:  <200707011202.l61C2KMd048257@server.yirdis.net>
Resent-Message-ID: <200707011210.l61CA5LR067328@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114187
>Category:       ports
>Synopsis:       [PATCH] mail/mimedefang: update to 2.62
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 01 12:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Robin Gruyters
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
YIRDIS B.V.
>Environment:
System: FreeBSD server.yirdis.net 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #4: Thu May 31 10:58:52 CEST 2007
>Description:
- Update to 2.62

Changelog MIMEDefang 2.62:
- A new "change_sender" action lets you change the envelope sender. Only works
  with Sendmail/Milter 8.14.0 and newer!
- Clam interface code has been fixed to work properly with ClamAV 0.90 and
  later.
- Other minor improvements and bugfixes.

Port maintainer (wes@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mimedefang-2.62.patch begins here ---
Index: Makefile
===================================================================
RCS file: /data3/Build/CVS/ports/mail/mimedefang/Makefile,v
retrieving revision 1.58
diff -u -r1.58 Makefile
--- Makefile	17 Feb 2007 07:45:53 -0000	1.58
+++ Makefile	1 Jul 2007 12:01:15 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	mimedefang
-PORTVERSION=	2.61
-PORTREVISION=	1
+PORTVERSION=	2.62
 CATEGORIES=	mail
 MASTER_SITES=	http://www.mimedefang.org/static/
 
@@ -51,8 +50,8 @@
 .endif
 
 .if exists( /usr/local/include/libmilter/mfapi.h )
-CONFIGURE_ARGS+= --with-milterinc=${LOCALBASE}/include
-CONFIGURE_ARGS+= --with-milterlib=${LOCALBASE}/lib
+CONFIGURE_ARGS+=	--with-milterinc=${LOCALBASE}/include
+CONFIGURE_ARGS+=	--with-milterlib=${LOCALBASE}/lib
 .endif
 
 .if ${PERL_LEVEL} < 500601
Index: distinfo
===================================================================
RCS file: /data3/Build/CVS/ports/mail/mimedefang/distinfo,v
retrieving revision 1.44
diff -u -r1.44 distinfo
--- distinfo	11 Feb 2007 03:56:41 -0000	1.44
+++ distinfo	1 Jul 2007 11:57:18 -0000
@@ -1,3 +1,3 @@
-MD5 (mimedefang-2.61.tar.gz) = 3da2d687a40bd8ed2ef4b1db3a5ea863
-SHA256 (mimedefang-2.61.tar.gz) = 9a3ca09b2d8bf40401aabf03ca0cb2b78bbf0583664238e0568e67f4526c1fb3
-SIZE (mimedefang-2.61.tar.gz) = 326722
+MD5 (mimedefang-2.62.tar.gz) = 2b040a77e93ab913a83aaa45a94a54a9
+SHA256 (mimedefang-2.62.tar.gz) = 95fcc2b43f6b6de3e0349e97ddb4994024dd52157b285c31380f1a99e2348611
+SIZE (mimedefang-2.62.tar.gz) = 329774
--- mimedefang-2.62.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707011202.l61C2KMd048257>