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

Eric Belanger eric at archlinux.org
Sun May 11 04:13:14 UTC 2008


    Date: Sunday, May 11, 2008 @ 00:13:14
  Author: eric
Revision: 1488

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

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1417 | paul | 2008-05-07 22:32:07 -0400 (Wed, 07 May 2008) | 2 lines
  
  upgpkg: postfix 2.5.1-1
      upgrade to 2.5.1, rebuild against postgresql 8.3ls
........
  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
........

Modified:
  postfix/repos/extra-x86_64/	(properties)
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/postfix.install

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


Property changes on: postfix/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /postfix/trunk:1
   + /postfix/trunk:1-1487

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-05-11 04:13:00 UTC (rev 1487)
+++ extra-x86_64/PKGBUILD	2008-05-11 04:13:14 UTC (rev 1488)
@@ -2,12 +2,12 @@
 # Contributor: Jeff Brodnax <tullyarcher at bellsouth.net>
 # Maintainer: Dale Blount <dale at archlinux.org>
 pkgname=postfix
-pkgver=2.4.6
+pkgver=2.4.7
 pkgrel=1
 pkgdesc="Secure, fast, easy to administer drop in replacement for Sendmail (MTA)"
 arch=(i686 x86_64)
 license=('custom')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs>=8.2.3' 'libldap')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs>=8.3' 'libldap')
 backup=(etc/postfix/aliases etc/postfix/virtual etc/postfix/relocated \
 	etc/postfix/access etc/postfix/header_checks etc/postfix/transport \
 	etc/postfix/generic etc/postfix/canonical \
@@ -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=('303327f66c13ff9631734651ee184a88'
-         'a3c45ff23ef036143711793fcf2478c3'
-         '35f0bc4d5a318d27fda3f79551a0e923'
-         '469ce1ce887bafb2afd243c4c64c843a')
+	$pkgname)
+md5sums=('bf7cf64513bb701347665b0440019884' 'a3c45ff23ef036143711793fcf2478c3'\
+         '35f0bc4d5a318d27fda3f79551a0e923')
 
 build() {
 	cd $startdir/src/$pkgname-$pkgver
@@ -43,7 +40,7 @@
 		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

Modified: extra-x86_64/postfix.install
===================================================================
--- extra-x86_64/postfix.install	2008-05-11 04:13:00 UTC (rev 1487)
+++ extra-x86_64/postfix.install	2008-05-11 04:13:14 UTC (rev 1488)
@@ -35,8 +35,3 @@
     groupdel postfix &> /dev/null
     groupdel postdrop &> /dev/null
 }
-
-op=$1
-shift
-
-$op $*





More information about the arch-commits mailing list