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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jul 3 14:59:10 UTC 2012


    Date: Tuesday, July 3, 2012 @ 10:59:10
  Author: andyrtr
Revision: 162904

upgpkg: dovecot 2.1.8-1

upstream update 2.1.8

Modified:
  dovecot/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-03 14:55:09 UTC (rev 162903)
+++ PKGBUILD	2012-07-03 14:59:10 UTC (rev 162904)
@@ -5,8 +5,8 @@
 # Contributor: GARETTE Emmanuel <gnunux at laposte dot net>
 
 pkgname=dovecot
-pkgver=2.1.7
-pkgrel=4
+pkgver=2.1.8
+pkgrel=1
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
 url="http://dovecot.org/"
@@ -22,14 +22,17 @@
 source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig}
         dovecot.sh
         dovecot.tmpfilesd)
-md5sums=('b52d0faf1b9ec21bc5552691fe0ff1d1'
-         '391cd5f98442ef446916c0f3b671d3f7'
+md5sums=('c6d962653b0a7f2ab8d892b53ddf0101'
+         '99118d4accb282d70242e813975d86b5'
          '587159e84e2da6f83d70b3c706ba87cc'
          '342a28251d40f983c98c0d1f1bf3d07d')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
+  # fix build with recent clucene (FC)
+  sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src/plugins/fts-lucene/Makefile.in
+
   # configure with openssl, mysql, and postgresql support
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   	--libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \




More information about the arch-commits mailing list