[arch-commits] Commit in courier-mta/repos (extra-i686 extra-i686/PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Fri Aug 15 06:01:26 UTC 2008
Date: Friday, August 15, 2008 @ 02:01:25
Author: pierre
Revision: 8671
Merged revisions 4566-8670 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/courier-mta/trunk
........
r8668 | pierre | 2008-08-15 05:50:01 +0000 (Fr, 15 Aug 2008) | 1 line
upgpkg: courier-mta 0.60.0-1
........
Modified:
courier-mta/repos/extra-i686/ (properties)
courier-mta/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Property changes on: courier-mta/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /courier-mta/trunk:1-4565
+ /courier-mta/trunk:1-8670
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-08-15 05:52:10 UTC (rev 8670)
+++ extra-i686/PKGBUILD 2008-08-15 06:01:25 UTC (rev 8671)
@@ -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