[arch-commits] Commit in postfix/repos (3 files)
Hugo Doria
hugo at archlinux.org
Tue Jul 29 16:57:08 UTC 2008
Date: Tuesday, July 29, 2008 @ 12:57:08
Author: hugo
Revision: 7298
Merged revisions 4639-7297 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/postfix/trunk
........
r7297 | hugo | 2008-07-29 13:56:49 -0300 (Tue, 29 Jul 2008) | 2 lines
upgpkg: postfix 2.5.3-1
this fixes FS#10864 FS#8565 and FS#4163
........
Modified:
postfix/repos/extra-i686/ (properties)
postfix/repos/extra-i686/PKGBUILD
postfix/repos/extra-i686/postfix
----------+
PKGBUILD | 14 +++++++-------
postfix | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
Property changes on: postfix/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /postfix/trunk:1-4638
+ /postfix/trunk:1-7297
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-07-29 16:56:49 UTC (rev 7297)
+++ extra-i686/PKGBUILD 2008-07-29 16:57:08 UTC (rev 7298)
@@ -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: extra-i686/postfix
===================================================================
--- extra-i686/postfix 2008-07-29 16:56:49 UTC (rev 7297)
+++ extra-i686/postfix 2008-07-29 16:57:08 UTC (rev 7298)
@@ -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