[arch-commits] Commit in dovecot/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Feb 23 17:50:58 UTC 2012


    Date: Thursday, February 23, 2012 @ 12:50:57
  Author: andyrtr
Revision: 150922

upgpkg: dovecot 2.1.1-2

add clucene FTS index support, FS#28604

Modified:
  dovecot/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-23 15:44:07 UTC (rev 150921)
+++ PKGBUILD	2012-02-23 17:50:57 UTC (rev 150922)
@@ -6,15 +6,16 @@
 
 pkgname=dovecot
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
 url="http://dovecot.org/"
 license=("LGPL")
 depends=('krb5' 'openssl' 'sqlite3>=3.7.5' 'libmysqlclient>=5.5.10'
         'postgresql-libs>=9.0.3' 'bzip2' 'expat' 'curl')
-makedepends=('pam>=1.1.1' 'libcap>=2.19' 'libldap>=2.4.22')
-optdepends=('libldap: ldap plugin')
+makedepends=('pam>=1.1.1' 'libcap>=2.19' 'libldap>=2.4.22' 'clucene')
+optdepends=('libldap: ldap plugin'
+           'clucene: alternative FTS indexer')
 provides=('imap-server' 'pop3-server')
 options=('!libtool')
 backup=(etc/dovecot/dovecot.conf
@@ -47,6 +48,7 @@
 	--with-zlib --with-bzlib \
 	--with-libcap \
 	--with-solr \
+	--with-lucene \
 	--with-docs
   make
 }




More information about the arch-commits mailing list