[arch-commits] Commit in dovecot/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Eric Belanger eric at archlinux.org
Mon May 5 01:26:45 UTC 2008


    Date: Sunday, May 4, 2008 @ 21:26:45
  Author: eric
Revision: 1330

Merged revisions 2-1329 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/dovecot/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1316 | paul | 2008-05-04 18:20:31 -0400 (Sun, 04 May 2008) | 2 lines
  
  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/repos/testing-x86_64/	(properties)
  dovecot/repos/testing-x86_64/PKGBUILD

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


Property changes on: dovecot/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /dovecot/trunk:1
   + /dovecot/trunk:1-1329

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-05-05 01:24:05 UTC (rev 1329)
+++ testing-x86_64/PKGBUILD	2008-05-05 01:26:45 UTC (rev 1330)
@@ -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