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

Paul Mattal paul at archlinux.org
Sun May 4 22:20:32 UTC 2008


    Date: Sunday, May 4, 2008 @ 18:20:31
  Author: paul
Revision: 1316

upgpkg: dovecot 1.0.13-1
    new version, built against postgresql 8.3.x, added --with-gssapi and heimdal dependency to close #9720

Modified:
  dovecot/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-04 22:08:37 UTC (rev 1315)
+++ PKGBUILD	2008-05-04 22:20:31 UTC (rev 1316)
@@ -6,20 +6,21 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=dovecot
-pkgver=1.0.10
-pkgrel=2
+pkgver=1.0.13
+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=('pam>=0.99.9.0' 'libmysqlclient>=5.0.45' 'postgresql-libs>=8.2.5')
+depends=('pam>=0.99.9.0' 'libmysqlclient>=5.0.45' 'postgresql-libs>=8.3.0' \
+	 'heimdal')
 makedepends=()
 provides=('imap-server' 'pop3-server')
 replaces=()
 options=('!libtool')
 install=$pkgname.install
 source=(http://dovecot.org/releases/1.0/$pkgname-$pkgver.tar.gz dovecot.sh)
-md5sums=('c050fa2a7dae8984d432595e3e8183e1'
+md5sums=('281bd9dee8d6c1674977257acc80ce64'
          'd020d43eab4ded6fb379dadc570a9490')
 
 build() {
@@ -29,7 +30,7 @@
   # dont relocate /usr/libexec to /usr/lib because it causes filename conflicts
   ./configure --prefix=/usr --sysconfdir=/etc/dovecot --with-mysql \
   	--with-pgsql --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-	|| return 1
+	--with-gssapi || return 1
 
   # build
   make || return 1





More information about the arch-commits mailing list