[arch-commits] Commit in dovecot/repos (6 files)

Eric Belanger eric at archlinux.org
Fri May 9 01:45:37 UTC 2008


    Date: Thursday, May 8, 2008 @ 21:45:36
  Author: eric
Revision: 1452

moving to extra

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

-----------------------+
 extra-i686/PKGBUILD   |    9 +++++----
 extra-x86_64/PKGBUILD |    9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)


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

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-05-09 01:42:43 UTC (rev 1451)
+++ extra-i686/PKGBUILD	2008-05-09 01:45:36 UTC (rev 1452)
@@ -6,20 +6,21 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=dovecot
-pkgver=1.0.10
+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


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

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-05-09 01:42:43 UTC (rev 1451)
+++ extra-x86_64/PKGBUILD	2008-05-09 01:45:36 UTC (rev 1452)
@@ -6,20 +6,21 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=dovecot
-pkgver=1.0.10
+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