diff options
author | root <root@rshg047.dnsready.net> | 2011-07-08 23:09:34 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-08 23:09:34 +0000 |
commit | d006db78a1ce530e9df8a65f87bf39e8d6cc88e5 (patch) | |
tree | 082c5c2c39abee82c3957872552fa15c8325744d /extra/postfix | |
parent | ff64a82ccedcb1690d2f0140d63432aa49676591 (diff) |
Fri Jul 8 23:09:34 UTC 2011
Diffstat (limited to 'extra/postfix')
-rw-r--r-- | extra/postfix/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/postfix/PKGBUILD b/extra/postfix/PKGBUILD index 7ae08c572..e48ce2510 100644 --- a/extra/postfix/PKGBUILD +++ b/extra/postfix/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 127765 2011-06-18 08:12:47Z bisson $ +# $Id: PKGBUILD 130701 2011-07-07 21:12:32Z bisson $ # Contributor: Jeff Brodnax <tullyarcher@bellsouth.net> # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Maintainer: Paul Mattal <paul@archlinux.org> pkgname=postfix -pkgver=2.8.3 -pkgrel=4 +pkgver=2.8.4 +pkgrel=1 pkgdesc='Secure, fast, easy to administer drop in replacement for Sendmail (MTA)' url='http://www.postfix.org/' arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,ma source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz" \ 'aliases.patch' \ 'rc.d') -sha1sums=('2604066f158f5327449960afd6334b996dc01799' +sha1sums=('48d077ad2614098f39411cb965a74d8ce2f3e5be' '5fc3de6c7df1e5851a0a379e825148868808318b' '40c6be2eb55e6437a402f43775cdb3d22ea87a66') @@ -27,7 +27,7 @@ install=install build() { cd "${srcdir}/${pkgname}-${pkgver}" - + make makefiles DEBUG='' CCARGS=' \ -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \ -DHAS_LDAP \ |