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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jul 11 17:01:23 UTC 2009


    Date: Saturday, July 11, 2009 @ 13:01:23
  Author: andyrtr
Revision: 45443

upgpkg: dovecot 1.2.1-1
    new version 1.2.1; compile with db and sqlite3 support

Modified:
  dovecot/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-11 16:17:44 UTC (rev 45442)
+++ PKGBUILD	2009-07-11 17:01:23 UTC (rev 45443)
@@ -6,22 +6,22 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=dovecot
-pkgver=1.1.17
+pkgver=1.2.1
 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>=1.0.4" "libmysqlclient>=5.1.35" "postgresql-libs>=8.3.7" \
-	 "heimdal>=1.2.1-3" 'libcap>=2.16' 'bzip2')
+depends=("pam>=1.0.4" "libmysqlclient>=5.1.35-2" "postgresql-libs>=8.3.7" "sqlite3>=3.6.15-2" "db>=4.7.25.4"\
+	 "heimdal>=1.2.1-5" 'libcap>=2.16-3' 'bzip2')
 optdepends=('libldap: ldap plugin')
 makedepends=('libldap>=2.3.43-3')
 provides=('imap-server' 'pop3-server')
 replaces=()
 options=('!libtool')
 install=$pkgname.install
-source=(http://dovecot.org/releases/1.1/${pkgname}-${pkgver}.tar.gz dovecot.sh)
-md5sums=('2f264e2a292d52375eb4376757b6bb9f'
+source=(http://dovecot.org/releases/1.2/${pkgname}-${pkgver}.tar.gz dovecot.sh)
+md5sums=('c269cfe38fc40061e232dd28e5fe3721'
          'd020d43eab4ded6fb379dadc570a9490')
 
 build() {
@@ -30,7 +30,8 @@
   # configure with openssl, mysql, and postgresql support
   ./configure --prefix=/usr --sysconfdir=/etc/dovecot --localstatedir=/var \
   	--libexecdir=/usr/lib  --with-moduledir=/usr/lib/dovecot/modules \
-	--with-mysql --with-pgsql --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
+	--with-db --with-mysql --with-pgsql --with-sqlite \
+	--with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
 	--with-gssapi --with-ldap=plugin --enable-header-install --with-docs || return 1
 
   make || return 1




More information about the arch-commits mailing list