[arch-commits] Commit in postfix/trunk (PKGBUILD install)

Gaetan Bisson bisson at archlinux.org
Wed Feb 1 03:46:33 UTC 2012


    Date: Tuesday, January 31, 2012 @ 22:46:32
  Author: bisson
Revision: 148445

upstream update

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

----------+
 PKGBUILD |    6 +++---
 install  |    5 ++---
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-31 23:47:55 UTC (rev 148444)
+++ PKGBUILD	2012-02-01 03:46:32 UTC (rev 148445)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 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 @@
 source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz" \
         'aliases.patch' \
         'rc.d')
-sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0'
+sha1sums=('a04a72a8b9436279a30b7d1b62197be63124a132'
           '5fc3de6c7df1e5851a0a379e825148868808318b'
           '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
 

Modified: install
===================================================================
--- install	2012-01-31 23:47:55 UTC (rev 148444)
+++ install	2012-02-01 03:46:32 UTC (rev 148445)
@@ -18,10 +18,9 @@
 post_upgrade() {
 	post_install
 
-	if [ `vercmp $2 2.8.3` = -1 ]; then cat <<EOF
+	if [ `vercmp $2 2.9.0` = -1 ]; then cat <<EOF
 
-==> 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




More information about the arch-commits mailing list