summaryrefslogtreecommitdiff
path: root/extra/dovecot
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
commitf6a79a3f5989efc8db63af942851c56f0c462bb1 (patch)
tree08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /extra/dovecot
parente4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff)
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'extra/dovecot')
-rw-r--r--extra/dovecot/PKGBUILD18
1 files changed, 10 insertions, 8 deletions
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 <andyrtr@archlinux.org>
# Contributor: Paul Mattal <paul@mattal.com>
# Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com>
# Contributor: GARETTE Emmanuel <gnunux at laposte dot net>
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
}