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

Gaetan Bisson bisson at archlinux.org
Sat Jul 7 03:15:38 UTC 2012


    Date: Friday, July 6, 2012 @ 23:15:38
  Author: bisson
Revision: 163101

implement FS#30572

Modified:
  postfix/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-07 03:15:00 UTC (rev 163100)
+++ PKGBUILD	2012-07-07 03:15:38 UTC (rev 163101)
@@ -5,12 +5,13 @@
 
 pkgname=postfix
 pkgver=2.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
 arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite' 'libldap' 'db')
+depends=('pcre' 'libsasl' 'libldap' 'db'
+         'libmysqlclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
 source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz" \
         'aliases.patch' \
@@ -20,8 +21,7 @@
           '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
 
 provides=('smtp-server' 'smtp-forwarder')
-replaces=('postfix-mysql' 'postfix-pgsql')
-conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
 
 install=install
 
@@ -35,6 +35,7 @@
 		-DHAS_MYSQL -I/usr/include/mysql \
 		-DHAS_PGSQL -I/usr/include/postgresql \
 		-DHAS_SQLITE \
+		-DHAS_CDB \
 	' AUXLIBS=' \
 		-lsasl2 \
 		-lldap -llber \
@@ -42,6 +43,7 @@
 		-lmysqlclient -lz -lm \
 		-lpq \
 		-lsqlite3 -lpthread \
+		-lcdb \
 	' OPT="${CFLAGS} ${LDFLAGS}"
 
 	make




More information about the arch-commits mailing list