From 81a50a766a046569b5ce229b4875456da8bca06e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 28 May 2013 21:46:20 +0200 Subject: and more perl 5.18 fixes Signed-off-by: Florian Pritz --- spampd/PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'spampd/PKGBUILD') diff --git a/spampd/PKGBUILD b/spampd/PKGBUILD index 84e4950..7fe927a 100644 --- a/spampd/PKGBUILD +++ b/spampd/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Florian "Bluewind" Pritz pkgname=spampd pkgver=2.30 -pkgrel=8 +pkgrel=9 pkgdesc="Spamassassin Proxy Daemon" arch=('any') url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm" @@ -9,17 +9,15 @@ license=('GPL') depends=('perl' 'perl-net-server' 'spamassassin') install=spampd.install source=("http://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz" - spampd.service untaint-pidfile.patch fix-pod.patch) + spampd.service perl-5.18-fixes.patch) md5sums=('742c6f2cb75db54e59d044a8ee40445f' 'f29bea0766c07a18f6dc0a496a79e0ac' - '41f9dc41a42f3b82fdeadfe8943ee0a3' - 'cb5832fd21d3a8aa7fbe188d79c04147') + '55ea1067be9e70c60b708d355b085a0a') prepare() { cd "$srcdir/$pkgname-$pkgver" - patch -p1 -i "$srcdir/untaint-pidfile.patch" - patch -p1 -i "$srcdir/fix-pod.patch" + patch -p1 -i "$srcdir/perl-5.18-fixes.patch" } build() { -- cgit v1.2.3-24-g4f1b