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

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


    Date: Sunday, May 4, 2008 @ 18:20:46
  Author: paul
Revision: 1317

Merged revisions 2-1316 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-i686/	(properties)
  dovecot/repos/testing-i686/PKGBUILD

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


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

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-05-04 22:20:31 UTC (rev 1316)
+++ testing-i686/PKGBUILD	2008-05-04 22:20:46 UTC (rev 1317)
@@ -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