summaryrefslogtreecommitdiff
path: root/community/exim/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/exim/PKGBUILD')
-rw-r--r--community/exim/PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/community/exim/PKGBUILD b/community/exim/PKGBUILD
index 27aabe852..2dbf30500 100644
--- a/community/exim/PKGBUILD
+++ b/community/exim/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 46480 2011-05-07 19:12:24Z angvp $
+# $Id: PKGBUILD 46614 2011-05-10 07:06:59Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: judd <jvinet@zeroflux.org>
pkgname=exim
-pkgver=4.75
-pkgrel=2
+pkgver=4.76
+pkgrel=1
pkgdesc="A Message Transfer Agent"
arch=(i686 x86_64)
url="http://www.exim.org/"
@@ -13,34 +13,28 @@ backup=(etc/mail/aliases etc/mail/exim.conf \
install=exim.install
changelog=exim.changelog
depends=('db' 'pcre' 'pam' 'tcp_wrappers' 'openssl' 'libldap')
-makedepends=('sudo')
provides=('smtp-server')
conflicts=('smtp-server')
options=('!makeflags')
source=(ftp://mirrors.24-7-solutions.net/pub/exim/ftp/exim/exim4/exim-${pkgver}.tar.bz2
aliases
- newaliases
exim
exim.logrotate
exim.conf.d
exim.Makefile
- 475format.patch
)
-md5sums=('427fb74bbd2afbea759e6da38f25af17'
+md5sums=('58e784b33c7a2ab335ec6400346d6362'
'4874006f0585253ddab027d441009757'
- 'ea39f58bffc16f5e3bbe59dffcf09449'
'9aed772e87223213e8da9ca5e7376869'
'd788c26f86a9d72a0aebb3b849fe74f2'
'b75fe4c6e960a59a25b5f51e8f61ba3a'
- '61e76543476f52f136c1d6c80ac1c5a1'
- '4d5e58f07896db227ea24bea57972bd1')
+ '61e76543476f52f136c1d6c80ac1c5a1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i 's|tail -1|tail -n -1|g' scripts/Configure-config.h
# Make some configuration changes
cp ${srcdir}/${pkgname}.Makefile Local/Makefile
- patch -p2 < ${srcdir}/475format.patch
make
}
@@ -67,7 +61,6 @@ package() {
>${pkgdir}/etc/mail/exim.conf
cp ${srcdir}/aliases ${pkgdir}/etc/mail
- cp ${srcdir}/newaliases ${pkgdir}/usr/sbin
cd ${pkgdir}/usr/sbin
for i in mailq rmail rsmtp runq sendmail
do