Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2013 16:39:02 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318542 - head/mail/mailfront
Message-ID:  <201305191639.r4JGd2rg043303@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun May 19 16:39:01 2013
New Revision: 318542
URL: http://svnweb.freebsd.org/changeset/ports/318542

Log:
  Enable the LUA plugin by default. [1]
  
  While here, pet portlint.
  
  PR:		ports/177959 [1]
  Submitted by:	Uffe Jakobson <uffe@uffe.org>
  Approved by:	maintainer timeout (tarkhil@over.ru , 1 month)

Modified:
  head/mail/mailfront/Makefile   (contents, props changed)
  head/mail/mailfront/pkg-descr   (contents, props changed)

Modified: head/mail/mailfront/Makefile
==============================================================================
--- head/mail/mailfront/Makefile	Sun May 19 16:06:17 2013	(r318541)
+++ head/mail/mailfront/Makefile	Sun May 19 16:39:01 2013	(r318542)
@@ -14,6 +14,8 @@ LIB_DEPENDS=	cvm-v2client:${PORTSDIR}/se
 
 OPTIONS_DEFINE=	LUA
 
+OPTIONS_DEFAULT=	LUA
+
 USES=		qmail:vars
 
 CFLAGS+=	-I${CVM_INC}

Modified: head/mail/mailfront/pkg-descr
==============================================================================
--- head/mail/mailfront/pkg-descr	Sun May 19 16:06:17 2013	(r318541)
+++ head/mail/mailfront/pkg-descr	Sun May 19 16:39:01 2013	(r318542)
@@ -9,4 +9,4 @@ $SMTPREJECT is set, and execs its comman
 run the above program).
 
 Author:	Bruce Guenter <bruceg@em.ca>
-WWW:	http://untroubled.org/mailfront/
+WWW: http://untroubled.org/mailfront/



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