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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 27 07:43:17 UTC 2009


    Date: Tuesday, January 27, 2009 @ 02:43:17
  Author: andyrtr
Revision: 25659

upgpkg: dovecot 1.1.10-1
    new version 1.1.10; added localstatedir for safety - should fix #12583

Modified:
  dovecot/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-27 06:55:06 UTC (rev 25658)
+++ PKGBUILD	2009-01-27 07:43:17 UTC (rev 25659)
@@ -6,30 +6,29 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=dovecot
-pkgver=1.1.7
-pkgrel=2
+pkgver=1.1.10
+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.1-2' 'libmysqlclient>=5.0.60' 'postgresql-libs>=8.3.4-2' \
-	 'heimdal>=1.2' 'libcap' 'bzip2')
-makedepends=()
+depends=("pam>=1.0.3" "libmysqlclient>=5.0.75" "postgresql-libs>=8.3.5" \
+	 "heimdal>=1.2.1-3" 'libcap' 'bzip2')
 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=('ea83ea2000a5b2e1744c7c97eb5585d1'
+source=(http://dovecot.org/releases/1.1/${pkgname}-${pkgver}.tar.gz dovecot.sh)
+md5sums=('39f1da81ae25981027a6bfbb42800ed5'
          'd020d43eab4ded6fb379dadc570a9490')
-
+                                    
 build() {
   cd $startdir/src/$pkgname-$pkgver || return 1
 
   # configure with openssl, mysql, and postgresql support
   # 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 \
+  ./configure --prefix=/usr --sysconfdir=/etc/dovecot --localstatedir=/var \
+	--with-mysql --with-pgsql --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
 	--with-gssapi --enable-header-install || return 1
 
   # build
@@ -45,6 +44,5 @@
   rmdir $startdir/pkg/usr/share || return 1
 
   # install the launch script
-  install -D -m755 $startdir/src/$pkgname.sh $startdir/pkg/etc/rc.d/$pkgname \
-  	|| return 1
+  install -D -m755 $startdir/src/$pkgname.sh $startdir/pkg/etc/rc.d/$pkgname || return 1
 }




More information about the arch-commits mailing list