From 84fe155e2233db86fcc13134d8802ba1dab0ae83 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 26 Oct 2011 23:15:38 +0000 Subject: Wed Oct 26 23:15:38 UTC 2011 --- extra/postfix/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'extra/postfix') diff --git a/extra/postfix/PKGBUILD b/extra/postfix/PKGBUILD index 2d93ebfe8..b420652a8 100644 --- a/extra/postfix/PKGBUILD +++ b/extra/postfix/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 136958 2011-09-03 21:03:54Z bisson $ +# $Id: PKGBUILD 141172 2011-10-25 11:07:35Z bisson $ # Contributor: Jeff Brodnax +# Contributor: Paul Mattal # Maintainer: Gaetan Bisson -# Maintainer: Paul Mattal 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/' -arch=('i686' 'x86_64') license=('custom') +arch=('i686' 'x86_64') 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 @@ package() { install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" cd "${pkgdir}" - patch -p0 < "${srcdir}"/aliases.patch + patch -p0 -i "${srcdir}"/aliases.patch } -- cgit v1.2.3-54-g00ecf