svn commit: r318542 - head/mail/mailfront
Rene Ladan
rene at FreeBSD.org
Sun May 19 16:39:03 UTC 2013
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 at uffe.org>
Approved by: maintainer timeout (tarkhil at 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 at em.ca>
-WWW: http://untroubled.org/mailfront/
+WWW: http://untroubled.org/mailfront/
More information about the svn-ports-head
mailing list