From f6a79a3f5989efc8db63af942851c56f0c462bb1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Feb 2012 23:15:00 +0000 Subject: Sun Feb 26 23:15:00 UTC 2012 --- extra/dovecot/PKGBUILD | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'extra/dovecot') diff --git a/extra/dovecot/PKGBUILD b/extra/dovecot/PKGBUILD index c71137bf8..29f30028c 100644 --- a/extra/dovecot/PKGBUILD +++ b/extra/dovecot/PKGBUILD @@ -1,20 +1,21 @@ -# $Id: PKGBUILD 150139 2012-02-13 12:13:16Z andyrtr $ +# $Id: PKGBUILD 151364 2012-02-25 17:40:42Z andyrtr $ # Maintainer: Andreas Radke # Contributor: Paul Mattal # Contributor: Federico Quagliata (quaqo) # Contributor: GARETTE Emmanuel pkgname=dovecot -pkgver=2.0.18 -pkgrel=1 +pkgver=2.1.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 @@ -24,9 +25,9 @@ backup=(etc/dovecot/dovecot.conf etc/dovecot/conf.d/auth-{checkpassword,deny,ldap,master,passwdfile,sql,static,system,vpopmail}.conf.ext etc/ssl/dovecot-openssl.cnf) install=$pkgname.install -source=(http://dovecot.org/releases/2.0/${pkgname}-${pkgver}.tar.gz{,.sig} dovecot.sh) -md5sums=('4fdee96b390a287d75b51ffcf6abe30f' - 'c317125fd613a6ed207fbaf7d7543163' +source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} dovecot.sh) +md5sums=('db41a4de848d2bc834c30af0eb5575fd' + 'e3bf2c4989ccb8a30a5d80ae89b06f76' '587159e84e2da6f83d70b3c706ba87cc') build() { @@ -47,6 +48,7 @@ build() { --with-zlib --with-bzlib \ --with-libcap \ --with-solr \ + --with-lucene \ --with-docs make } -- cgit v1.2.3-54-g00ecf