diff options
author | root <root@rshg054.dnsready.net> | 2011-10-26 23:15:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-26 23:15:38 +0000 |
commit | 84fe155e2233db86fcc13134d8802ba1dab0ae83 (patch) | |
tree | ef0f4e11745d4bf9e45ee5fa553dd4b13d6c3407 /extra/postfix/PKGBUILD | |
parent | d03e905f54857600b3c36af9b221c34ccb11074f (diff) |
Wed Oct 26 23:15:38 UTC 2011
Diffstat (limited to 'extra/postfix/PKGBUILD')
-rw-r--r-- | extra/postfix/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
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 <tullyarcher@bellsouth.net> +# Contributor: Paul Mattal <paul@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> -# Maintainer: Paul Mattal <paul@archlinux.org> 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 } |