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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jan 30 18:18:00 UTC 2009


    Date: Friday, January 30, 2009 @ 13:18:00
  Author: andyrtr
Revision: 25846

upgpkg: dovecot 1.1.10-2
    added optional ldap support, #13021

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-30 18:00:30 UTC (rev 25845)
+++ PKGBUILD	2009-01-30 18:18:00 UTC (rev 25846)
@@ -7,13 +7,14 @@
 
 pkgname=dovecot
 pkgver=1.1.10
-pkgrel=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=("pam>=1.0.3" "libmysqlclient>=5.0.75" "postgresql-libs>=8.3.5" \
 	 "heimdal>=1.2.1-3" 'libcap' 'bzip2')
+optdepends=('libldap: ldap plugin')
 provides=('imap-server' 'pop3-server')
 replaces=()
 options=('!libtool')
@@ -29,7 +30,7 @@
   # dont relocate /usr/libexec to /usr/lib because it causes filename conflicts
   ./configure --prefix=/usr --sysconfdir=/etc/dovecot --localstatedir=/var \
 	--with-mysql --with-pgsql --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-	--with-gssapi --enable-header-install || return 1
+	--with-gssapi --with-ldap=plugin --enable-header-install || return 1
 
   # build
   make || return 1




More information about the arch-commits mailing list