Date: Monday, October 24, 2011 @ 09:48:32 Author: bisson Revision: 141129
upstream update Modified: postfix/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-10-24 13:35:44 UTC (rev 141128) +++ PKGBUILD 2011-10-24 13:48:32 UTC (rev 141129) @@ -1,21 +1,21 @@ # $Id$ # Contributor: Jeff Brodnax <[email protected]> +# Contributor: Paul Mattal <[email protected]> # Maintainer: Gaetan Bisson <[email protected]> -# Maintainer: Paul Mattal <[email protected]> pkgname=postfix -pkgver=2.8.5 +pkgver=2.8.6 pkgrel=1 -pkgdesc='Secure, fast, easy to administer alternative to Sendmail' +pkgdesc='Fast, easy to administer, secure mail server' url='http://www.postfix.org/' +license=('custom') arch=('i686' 'x86_64') -license=('custom') depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 'libldap' 'db') 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' \ 'rc.d') -sha1sums=('49ef711c80b5a3434258ab24ae00940932503e80' +sha1sums=('32613ad01cad10ae04aad626f9a69ac9126b3d28' '5fc3de6c7df1e5851a0a379e825148868808318b' '40c6be2eb55e6437a402f43775cdb3d22ea87a66') @@ -60,5 +60,5 @@ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" cd "${pkgdir}" - patch -p0 < "${srcdir}"/aliases.patch + patch -p0 -i "${srcdir}"/aliases.patch }
