From 4525bb3909f233fd13dbfb43aa6ff4e64e8340d9 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Nov 2013 00:47:11 -0800 Subject: Tue Nov 5 00:46:51 PST 2013 --- extra/dovecot/PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'extra/dovecot') diff --git a/extra/dovecot/PKGBUILD b/extra/dovecot/PKGBUILD index 1a07c23d1..a272bace3 100644 --- a/extra/dovecot/PKGBUILD +++ b/extra/dovecot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 197911 2013-10-30 11:37:50Z allan $ +# $Id: PKGBUILD 198783 2013-11-04 13:57:54Z andyrtr $ # Maintainer: Andreas Radke # Contributor: Paul Mattal # Contributor: Federico Quagliata (quaqo) @@ -8,27 +8,27 @@ # --->>> remember to rebuild/bump pigeonhole in one step <<<--- pkgname=dovecot -pkgver=2.2.6 +pkgver=2.2.7 pkgrel=1 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' 'sqlite>=3.7.5' 'libmariadbclient' - 'postgresql-libs>=9.0.3' 'bzip2' 'expat' 'curl') -makedepends=('pam>=1.1.1' 'libcap>=2.19' 'libldap>=2.4.22' 'clucene') +depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient' + 'postgresql-libs' 'bzip2' 'expat' 'curl') +makedepends=('pam' 'libcap' 'libldap' 'clucene') optdepends=('libldap: ldap plugin' 'clucene: alternative FTS indexer') provides=('imap-server' 'pop3-server') install=$pkgname.install source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig} dovecot.tmpfilesd) -md5sums=('db65988ef2e6889dd8b49c132b21fc8f' +md5sums=('d2c7c83acc21f3dcab652868d40522e0' 'SKIP' '342a28251d40f983c98c0d1f1bf3d07d') build() { - cd ${srcdir}/$pkgname-$pkgver + cd $pkgname-$pkgver # fix build with recent clucene (FC) # sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in @@ -62,12 +62,12 @@ build() { } check() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make -k check } package() { - cd ${srcdir}/$pkgname-$pkgver + cd $pkgname-$pkgver make DESTDIR=${pkgdir} install # install example conf files and ssl.conf -- cgit v1.2.3-54-g00ecf