Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2012 08:22:06 +0100
From:      Alan Hicks <ahicks@p-o.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172611: Fix type in mail/dbmail Makefile for SIEVE_DESC
Message-ID:  <E1TMD5q-000Ciy-BA@p-o.co.uk>
Resent-Message-ID: <201210111149.q9BBnsb0063007@freefall.freebsd.org>

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

>Number:         172611
>Category:       ports
>Synopsis:       Fix type in mail/dbmail Makefile for SIEVE_DESC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 11 11:49:54 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alan Hicks
>Release:        FreeBSD 9.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD schnittke.p-o.co.uk 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	
Apply attached patch to remove unwanted quotes from options description.

Thanks to Riccardo Torrini for providing a patch.

--- dbmail.diff begins here ---
diff -ur dbmail.orig/Makefile dbmail/Makefile
--- dbmail.orig/Makefile	2012-07-17 21:00:35.000000000 +0100
+++ dbmail/Makefile	2012-10-11 08:11:25.000000000 +0100
@@ -29,7 +29,7 @@
 
 OPTIONS_DEFINE=	LDAP SIEVE THREADS
 OPTIONS_DEFAULT=	THREADS
-SIEVE_DESC=	"Build with support for Sieve mail sorting language"
+SIEVE_DESC=	Build with support for Sieve mail sorting language
 
 .include <bsd.port.options.mk>
 
--- dbmail.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1TMD5q-000Ciy-BA>