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

Pierre Schmitz pierre at archlinux.org
Fri Aug 15 05:50:01 UTC 2008


    Date: Friday, August 15, 2008 @ 01:50:01
  Author: pierre
Revision: 8668

upgpkg: courier-mta 0.60.0-1

Modified:
  courier-mta/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-15 05:46:07 UTC (rev 8667)
+++ PKGBUILD	2008-08-15 05:50:01 UTC (rev 8668)
@@ -7,8 +7,8 @@
 
 
 pkgname=courier-mta
-pkgver=0.59.0
-pkgrel=2
+pkgver=0.60.0
+pkgrel=1
 pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -21,15 +21,16 @@
         'etc/courier/webadmin/password' 'etc/courier/esmtpauthclient' \
         'etc/conf.d/courier-mta')
 url="http://courier-mta.org"
-depends=('courier-authlib>=0.60.5-2' 'gcc-libs' 'fam' 'db>=4.7' 'pcre')
-makedepends=('apache>=2.2.9-3' 'pam>=1.0.1-2' 'expect' 'gnupg' 'libldap')
+depends=('courier-authlib>=0.61.0' 'fam' 'gcc-libs' 'db>=4.7' 'pcre' 'mime-types' 'ca-certificates')
+optdepends=('libldap')
+makedepends=('apache>=2.2.9-3' 'pam>=1.0.1-2' 'expect' 'gnupg' 'libldap' 'fam')
 provides=('smtp-server' 'imap-server' 'pop3-server' 'courier-imap' 'courier-maildrop')
 conflicts=('courier-imap' 'smtp-server' 'imap-server' 'courier-maildrop' 'ucspi-tcp')
 options=('!libtool')
 install=(courier-mta.install)
 source=(http://dl.sourceforge.net/sourceforge/courier/courier-${pkgver}.tar.bz2 \
         courier-mta.rc.d courier-mta.conf.d )
-md5sums=('ca554bc8f814684ea8ddcbee5fc8a688' 'a915ebe9f3539c99e1f7cda437f0811a' \
+md5sums=('688d4b44c0d7438c5c47c0a65835846d' 'a915ebe9f3539c99e1f7cda437f0811a' \
          'c299a91338e882aa7eed5a159f9d7eac')
 
 build() {
@@ -48,14 +49,15 @@
     --disable-root-check \
     --enable-unicode \
     --enable-workarounds-for-imap-client-bugs \
-    --enable-mimetypes=/etc/httpd/conf/mime.types \
+    --enable-mimetypes=/etc/mime.types \
     --with-piddir=/var/run/courier \
     --with-locking-method=lockf \
     --with-trashquota \
     --with-db=db \
     --with-trashquota \
     --with-random=/dev/urandom --without-ispell \
-    --with-mailuser=courier --with-mailgroup=courier
+    --with-mailuser=courier --with-mailgroup=courier \
+    --with-certdb=/etc/ssl/certs/
   make || return 1
   #chown mail.mail $startdir/pkg/var/spool/courier
   make DESTDIR=${startdir}/pkg install




More information about the arch-commits mailing list