summaryrefslogtreecommitdiffstats
path: root/spampd/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-05-28 21:46:20 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-05-28 21:46:20 +0200
commit81a50a766a046569b5ce229b4875456da8bca06e (patch)
tree7cd6dc9109ba264d5e1ddeed242515c0e787dfdb /spampd/PKGBUILD
parent7071c6fff1e0e4a3159f088a5a30d0fb2c32a997 (diff)
downloadaur-packages-81a50a766a046569b5ce229b4875456da8bca06e.tar.gz
aur-packages-81a50a766a046569b5ce229b4875456da8bca06e.tar.xz
and more perl 5.18 fixes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'spampd/PKGBUILD')
-rw-r--r--spampd/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
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 <flo@xssn.at>
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() {