Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2006 19:54:09 +0200 (CEST)
From:      Jan-Peter Koopmann <j.koopmann@seceidos.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98716: [MAINTAINER] mail/MailScanner: [SUMMARIZE CHANGES]
Message-ID:  <200606081754.k58Hs985015087@services.intern.seceidos.de>
Resent-Message-ID: <200606082130.k58LULE8069138@freefall.freebsd.org>

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

>Number:         98716
>Category:       ports
>Synopsis:       [MAINTAINER] mail/MailScanner: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 08 21:30:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jan-Peter Koopmann
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD services.intern.seceidos.de 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Jan  5 10:56:46 CET
>Description:

Path to gunzip in MailScanner.conf fixed.

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

--- MailScanner-4.54.6_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/Makefile,v
retrieving revision 1.51
diff -u -r1.51 Makefile
--- Makefile	6 Jun 2006 10:10:38 -0000	1.51
+++ Makefile	8 Jun 2006 17:53:36 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	MailScanner
 PORTVERSION=	4.54.6
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.mailscanner.info/files/4/tar/
 DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
@@ -141,6 +142,7 @@
 		s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g; \
 		s,/opt/MailScanner/lib,${PREFIX}/lib/MailScanner,g; \
 		s,/usr/bin/unrar,${LOCALBASE}/bin/unrar,g; \
+		s,/bin/gunzip,/usr/bin/gunzip,g; \
 		s,/etc/mail/spamassassin,${LOCALBASE}/etc/mail/spamassassin,g;' \
 		${WRKSRC}/etc/MailScanner.conf
 	${PERL} -pi -e \
Index: files/CHANGES.port
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/files/CHANGES.port,v
retrieving revision 1.7
diff -u -r1.7 CHANGES.port
--- files/CHANGES.port	6 Jun 2006 10:10:38 -0000	1.7
+++ files/CHANGES.port	8 Jun 2006 17:53:36 -0000
@@ -1,3 +1,7 @@
+Version 4.54.6_1
+=================
+- Path to gunzip in MailScanner.conf fixed
+
 Version 4.54.6
 =================
 - Upgrade to MailScanner 4.54
--- MailScanner-4.54.6_1.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?200606081754.k58Hs985015087>