[arch-commits] Commit in dovecot/repos (extra-i686 extra-i686/PKGBUILD)

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


    Date: Friday, January 30, 2009 @ 13:22:45
  Author: andyrtr
Revision: 25848

Merged revisions 25846 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/dovecot/trunk

........
  r25846 | andyrtr | 2009-01-30 18:18:00 +0000 (Fr, 30 Jan 2009) | 2 lines
  
  upgpkg: dovecot 1.1.10-2
      added optional ldap support, #13021
........

Modified:
  dovecot/repos/extra-i686/	(properties)
  dovecot/repos/extra-i686/PKGBUILD

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


Property changes on: dovecot/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /dovecot/trunk:1-25660
   + /dovecot/trunk:1-25847

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-01-30 18:18:32 UTC (rev 25847)
+++ extra-i686/PKGBUILD	2009-01-30 18:22:45 UTC (rev 25848)
@@ -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