ports/172611: Fix type in mail/dbmail Makefile for SIEVE_DESC

Alan Hicks ahicks at p-o.co.uk
Thu Oct 11 11:49:55 UTC 2012


>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 at 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:


More information about the freebsd-ports-bugs mailing list