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

Hugo Doria hugo at archlinux.org
Tue Jul 29 16:56:49 UTC 2008


    Date: Tuesday, July 29, 2008 @ 12:56:49
  Author: hugo
Revision: 7297

upgpkg: postfix 2.5.3-1
    this fixes FS#10864  FS#8565 and FS#4163

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

----------+
 PKGBUILD |   14 +++++++-------
 postfix  |    2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-29 16:51:31 UTC (rev 7296)
+++ PKGBUILD	2008-07-29 16:56:49 UTC (rev 7297)
@@ -2,10 +2,10 @@
 # Contributor: Jeff Brodnax <tullyarcher at bellsouth.net>
 # Maintainer: Dale Blount <dale at archlinux.org>
 pkgname=postfix
-pkgver=2.5.2
-pkgrel=2
+pkgver=2.5.3
+pkgrel=1
 pkgdesc="Secure, fast, easy to administer drop in replacement for Sendmail (MTA)"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('custom')
 depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs>=8.3' 'libldap' 'db>=4.7')
 backup=(etc/postfix/aliases etc/postfix/virtual etc/postfix/relocated \
@@ -13,15 +13,15 @@
 	etc/postfix/generic etc/postfix/canonical \
 	etc/postfix/main.cf etc/postfix/master.cf)
 install="$pkgname.install"
-provides=('smtp-server')
+provides=('smtp-server' 'smtp-forwarder')
 replaces=('postfix-mysql' 'postfix-pgsql')
-conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
 url="http://www.postfix.org/"
 source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$pkgname-$pkgver.tar.gz \
         $pkgname.patch.bz2 \
 	$pkgname)
-md5sums=('b0965aea4d548d9bd231af7143aa6942' 'a3c45ff23ef036143711793fcf2478c3'\
-         '35f0bc4d5a318d27fda3f79551a0e923')
+md5sums=('4c0f8fece828c9bac14f351fc34d15b3' 'a3c45ff23ef036143711793fcf2478c3'\
+         'c847b96f08925f08b0f610468a8e21f6')
 
 build() {
 	cd $startdir/src/$pkgname-$pkgver

Modified: postfix
===================================================================
--- postfix	2008-07-29 16:51:31 UTC (rev 7296)
+++ postfix	2008-07-29 16:56:49 UTC (rev 7297)
@@ -3,7 +3,7 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-PID=`pidof -o %PPID /usr/sbin/postfix/master`
+PID=`pgrep -f /usr/lib/postfix/master`
 
 start() {
   stat_busy "Starting Postfix"





More information about the arch-commits mailing list