Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 15:44:56 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514168 - head/mail/dovecot
Message-ID:  <201910091544.x99Fiux0044122@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Wed Oct  9 15:44:56 2019
New Revision: 514168
URL: https://svnweb.freebsd.org/changeset/ports/514168

Log:
  mail/dovecot: really fix LUA=off.
  
  Pointy Hat To: ler

Modified:
  head/mail/dovecot/Makefile
  head/mail/dovecot/pkg-plist

Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile	Wed Oct  9 15:37:39 2019	(r514167)
+++ head/mail/dovecot/Makefile	Wed Oct  9 15:44:56 2019	(r514168)
@@ -5,12 +5,11 @@
 # Anytime PORTVERSION changes please bump PORTREVISION of:           #
 # - mail/dovecot-pigeonhole. See ports/146029 for an explanation.    #
 # - mail/dovecot-fts-xapian.                                         #
-# Same for mail/dovecot-fts-xapian (see pr 241147)                   #
 ######################################################################
 
 PORTNAME=	dovecot
 PORTVERSION=	2.3.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	https://dovecot.org/releases/2.3/
 

Modified: head/mail/dovecot/pkg-plist
==============================================================================
--- head/mail/dovecot/pkg-plist	Wed Oct  9 15:37:39 2019	(r514167)
+++ head/mail/dovecot/pkg-plist	Wed Oct  9 15:44:56 2019	(r514168)
@@ -50,10 +50,10 @@
 %%LDAP%%lib/dovecot/libdovecot-ldap.so.0.0.0
 %%LIBWRAP%%libexec/dovecot/tcpwrap
 libexec/dovecot/health-check.sh
-%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.a
-%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.so
-%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%22_push_notification_lua_plugin.a
-%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%22_push_notification_lua_plugin.so
+%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.a
+%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%01_mail_lua_plugin.so
+%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%22_push_notification_lua_plugin.a
+%%LUA%%%%LUA_LIBDIR%%/dovecot/%%LUA_LIBDIR%%22_push_notification_lua_plugin.so
 %%LUA%%include/dovecot/dlua-script-private.h
 %%LUA%%include/dovecot/dlua-script.h
 %%LUA%%include/dovecot/mail-lua-plugin.h



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