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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Mar 7 17:02:35 UTC 2011


    Date: Monday, March 7, 2011 @ 12:02:35
  Author: andyrtr
Revision: 112896

upgpkg: dovecot 2.0.11-1
upstream update 2.0.11

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-07 15:53:45 UTC (rev 112895)
+++ PKGBUILD	2011-03-07 17:02:35 UTC (rev 112896)
@@ -6,7 +6,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=dovecot
-pkgver=2.0.10
+pkgver=2.0.11
 pkgrel=1
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 	etc/ssl/dovecot-openssl.cnf)
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.0/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('1338b446b4044c5af4f1b7c4c16335d7'
+md5sums=('088a850d6583a7ec0a8074ce929b3496'
          'd020d43eab4ded6fb379dadc570a9490')
 
 build() {
@@ -34,6 +34,7 @@
   # configure with openssl, mysql, and postgresql support
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   	--libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
+	--disable-static \
 	--with-nss \
 	--with-pam \
 	--with-mysql \




More information about the arch-commits mailing list