[arch-commits] CVS update of extra/daemons/postfix (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Jun 15 11:48:47 UTC 2007
Date: Friday, June 15, 2007 @ 07:48:47
Author: andyrtr
Path: /home/cvs-extra/extra/daemons/postfix
Modified: PKGBUILD (1.41 -> 1.42)
updatepkg 2.4.3
----------+
PKGBUILD | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
Index: extra/daemons/postfix/PKGBUILD
diff -u extra/daemons/postfix/PKGBUILD:1.41 extra/daemons/postfix/PKGBUILD:1.42
--- extra/daemons/postfix/PKGBUILD:1.41 Fri Mar 16 12:12:33 2007
+++ extra/daemons/postfix/PKGBUILD Fri Jun 15 07:48:47 2007
@@ -1,11 +1,12 @@
-# $Id: PKGBUILD,v 1.41 2007/03/16 16:12:33 tpowa Exp $
+# $Id: PKGBUILD,v 1.42 2007/06/15 11:48:47 andyrtr Exp $
# Contributor: Jeff Brodnax <tullyarcher at bellsouth.net>
# Maintainer: Dale Blount <dale at archlinux.org>
pkgname=postfix
-pkgver=2.3.6
-pkgrel=3
+pkgver=2.4.3
+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')
backup=(etc/postfix/aliases etc/postfix/virtual etc/postfix/relocated \
etc/postfix/access etc/postfix/header_checks etc/postfix/transport \
@@ -20,8 +21,10 @@
$pkgname.patch.bz2 \
$pkgname \
$pkgname.install)
-md5sums=('24f3a076a2a1af0ca8dcb9bac3f145fa' 'a3c45ff23ef036143711793fcf2478c3'\
- '35f0bc4d5a318d27fda3f79551a0e923' '469ce1ce887bafb2afd243c4c64c843a')
+md5sums=('7d2e126189b91f41fdb1ddb0bd354fd3'
+ 'a3c45ff23ef036143711793fcf2478c3'
+ '35f0bc4d5a318d27fda3f79551a0e923'
+ '469ce1ce887bafb2afd243c4c64c843a')
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -49,4 +52,6 @@
cd $startdir/pkg
mkdir etc/rc.d
install -m 0755 $startdir/src/$pkgname etc/rc.d/$pkgname
+
+ install -Dm644 $startdir/src/$pkgname-$pkgver/LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE
}
More information about the arch-commits
mailing list