From ac5ada660240f37d7347e42123071990f616e418 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 Feb 2012 23:14:54 +0000 Subject: Wed Feb 1 23:14:54 UTC 2012 --- extra/postfix/PKGBUILD | 13 ++++++------- extra/postfix/install | 5 ++--- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'extra/postfix') diff --git a/extra/postfix/PKGBUILD b/extra/postfix/PKGBUILD index ab2ffd7bc..2a21d88ce 100644 --- a/extra/postfix/PKGBUILD +++ b/extra/postfix/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 146479 2012-01-11 15:22:30Z stephane $ +# $Id: PKGBUILD 148446 2012-02-01 03:47:09Z bisson $ # Contributor: Jeff Brodnax # Contributor: Paul Mattal # Maintainer: Gaetan Bisson pkgname=postfix -pkgver=2.8.7 -pkgrel=2 +pkgver=2.9.0 +pkgrel=1 pkgdesc='Fast, easy to administer, secure mail server' url='http://www.postfix.org/' license=('custom') @@ -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=('81c87aceff4d9af67a304354bab9c99ac98fc8a0' +sha1sums=('a04a72a8b9436279a30b7d1b62197be63124a132' '5fc3de6c7df1e5851a0a379e825148868808318b' '40c6be2eb55e6437a402f43775cdb3d22ea87a66') @@ -58,7 +58,6 @@ package() { install -D -m755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}" install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - - cd "${pkgdir}" - patch -p0 -i "${srcdir}"/aliases.patch + sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i "${pkgdir}/usr/lib/${pkgname}/postfix-files" + cd "${pkgdir}"; patch -p0 -i "${srcdir}"/aliases.patch } diff --git a/extra/postfix/install b/extra/postfix/install index c276e0919..cb97e2e6c 100644 --- a/extra/postfix/install +++ b/extra/postfix/install @@ -18,10 +18,9 @@ post_install() { post_upgrade() { post_install - if [ `vercmp $2 2.8.3` = -1 ]; then cat < You must now execute "/etc/rc.d/postfix reload" (or restart). -==> This is needed because of an inter-daemon protocol change. +==> You must now run "postfix reload" due to inter-daemon protocol change. EOF fi -- cgit v1.2.3-54-g00ecf