svn commit: r362287 - head/mail/dbmail

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Jul 19 23:13:45 UTC 2014


Author: danilo
Date: Sat Jul 19 23:13:44 2014
New Revision: 362287
URL: http://svnweb.freebsd.org/changeset/ports/362287
QAT: https://qat.redports.org/buildarchive/r362287/

Log:
  - Add mail/libsieve as a default option
  
  PR:		ports/191966
  Submitted by:	Alan Hicks <ahicks at p-o.co.uk>

Modified:
  head/mail/dbmail/Makefile

Modified: head/mail/dbmail/Makefile
==============================================================================
--- head/mail/dbmail/Makefile	Sat Jul 19 23:12:39 2014	(r362286)
+++ head/mail/dbmail/Makefile	Sat Jul 19 23:13:44 2014	(r362287)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dbmail
 PORTVERSION=	3.1.15
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://git.dbmail.eu/paul/dbmail/snapshot/
 
@@ -23,7 +24,7 @@ BUILD_DEPENDS=	asciidoc:${PORTSDIR}/text
 CONFLICTS=	dbmail22-[0-9]*
 
 OPTIONS_DEFINE=	DOCS LDAP SIEVE THREADS
-OPTIONS_DEFAULT=	THREADS
+OPTIONS_DEFAULT=	SIEVE THREADS
 SIEVE_DESC=	Sieve mail sorting language support
 
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list