[arch-commits] Commit in postfix/repos (3 files)

Eric Belanger eric at archlinux.org
Sun May 11 06:08:59 UTC 2008


    Date: Sunday, May 11, 2008 @ 02:08:59
  Author: eric
Revision: 1493

Merged revisions 1418-1492 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/postfix/trunk

........
  r1487 | eric | 2008-05-11 00:13:00 -0400 (Sun, 11 May 2008) | 2 lines
  
  upgpkg: postfix 2.4.7-1
      upstream update, FSH man pages, minor fixes
........
  r1490 | eric | 2008-05-11 01:59:09 -0400 (Sun, 11 May 2008) | 2 lines
  
  upgpkg: postfix 2.5.2-1
      upstream update, fixed .install script to set postfix as owner of /var/lib/postfix
........

Modified:
  postfix/repos/testing-i686/	(properties)
  postfix/repos/testing-i686/PKGBUILD
  postfix/repos/testing-i686/postfix.install

-----------------+
 PKGBUILD        |   15 ++++++---------
 postfix.install |    6 +-----
 2 files changed, 7 insertions(+), 14 deletions(-)


Property changes on: postfix/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /postfix/trunk:1-1417
   + /postfix/trunk:1-1492

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-05-11 05:59:19 UTC (rev 1492)
+++ testing-i686/PKGBUILD	2008-05-11 06:08:59 UTC (rev 1493)
@@ -2,7 +2,7 @@
 # Contributor: Jeff Brodnax <tullyarcher at bellsouth.net>
 # Maintainer: Dale Blount <dale at archlinux.org>
 pkgname=postfix
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="Secure, fast, easy to administer drop in replacement for Sendmail (MTA)"
 arch=(i686 x86_64)
@@ -19,12 +19,9 @@
 url="http://www.postfix.org/"
 source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$pkgname-$pkgver.tar.gz \
         $pkgname.patch.bz2 \
-	$pkgname \
-	$pkgname.install)
-md5sums=('95a559c509081fdd07d78eafd4f4c3b4'
-         'a3c45ff23ef036143711793fcf2478c3'
-         '35f0bc4d5a318d27fda3f79551a0e923'
-         '469ce1ce887bafb2afd243c4c64c843a')
+	$pkgname)
+md5sums=('b0965aea4d548d9bd231af7143aa6942' 'a3c45ff23ef036143711793fcf2478c3'\
+         '35f0bc4d5a318d27fda3f79551a0e923')
 
 build() {
 	cd $startdir/src/$pkgname-$pkgver
@@ -43,11 +40,11 @@
 		install_root="$startdir/pkg" \
 		daemon_directory="/usr/lib/$pkgname" \
 		sample_directory="/etc/$pkgname/sample" \
-		manpage_directory="/usr/man"
+		manpage_directory="/usr/share/man"
 
 	cd $startdir/pkg
 	cat $startdir/src/$pkgname.patch |patch -Np0 || return 1
-	rm etc/$pkgname/main.cf~
+	rm -f etc/$pkgname/main.cf~
 
 	cd $startdir/pkg
 	mkdir etc/rc.d

Modified: testing-i686/postfix.install
===================================================================
--- testing-i686/postfix.install	2008-05-11 05:59:19 UTC (rev 1492)
+++ testing-i686/postfix.install	2008-05-11 06:08:59 UTC (rev 1493)
@@ -15,6 +15,7 @@
 
     chown postfix var/spool/postfix/{active,bounce,corrupt,defer,deferred,\
 flush,hold,incoming,private,public,maildrop,trace}
+    chown postfix var/lib/postfix
     chgrp postdrop var/spool/postfix/{public,maildrop}
     chgrp postdrop usr/sbin/postqueue
     chgrp postdrop usr/sbin/postdrop
@@ -35,8 +36,3 @@
     groupdel postfix &> /dev/null
     groupdel postdrop &> /dev/null
 }
-
-op=$1
-shift
-
-$op $*





More information about the arch-commits mailing list