aboutsummaryrefslogtreecommitdiffstats
path: root/testing/maildrop
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-10-27 17:49:31 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2014-10-27 17:49:31 +0100
commit1f182e17fc2ab74cee6d61fffda9274135f7bddf (patch)
tree61c235708f6f7e35b9bceff558aa7e2b53a0b93b /testing/maildrop
parentc2d6a3b7aa0de75b723ed1dd8fae28a90eed57af (diff)
downloadaports-1f182e17fc2ab74cee6d61fffda9274135f7bddf.tar.bz2
aports-1f182e17fc2ab74cee6d61fffda9274135f7bddf.tar.xz
testing/maildrop: fix patch
Diffstat (limited to 'testing/maildrop')
-rw-r--r--testing/maildrop/APKBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/testing/maildrop/APKBUILD b/testing/maildrop/APKBUILD
index 88e83757ab..fb70f05e62 100644
--- a/testing/maildrop/APKBUILD
+++ b/testing/maildrop/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Juraj Sujan <sujan@sofy.sk>
pkgname=maildrop
pkgver=2.5.2
-pkgrel=0
+pkgrel=1
pkgdesc="Mail delivery agent with filtering abilities"
url="http://courier-mta.org/maildrop/"
arch="all"
@@ -12,14 +12,14 @@ makedepends="perl pcre-dev"
install=
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/project/courier/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
- http://www.max.rs/ozone/maildrop-2.3.0-dovecotauth.patch.txt"
+ maildrop-2.3.0-dovecotauth.patch"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
# apply patches here
- if ! patch --verbose -p1 -i ../maildrop-2.3.0-dovecotauth.patch.txt; then
+ if ! patch --verbose -p1 -i ../maildrop-2.3.0-dovecotauth.patch; then
error "dovecotauth patch failed"
return 1
fi
@@ -45,4 +45,8 @@ package() {
cp README.dovecotauth "$pkgdir"/usr/share/doc/maildrop/
}
md5sums="3edb56534ae442a494255db6c8aaab99 maildrop-2.5.2.tar.bz2
-f5e0fd910d76c4fba2a5fcdd40c6b375 maildrop-2.3.0-dovecotauth.patch.txt"
+8e56645ecf8ddb52550ab69103ae8d43 maildrop-2.3.0-dovecotauth.patch"
+sha256sums="c1996773baf2d0147299f2ae3d588937e350b175d60bd7efb4551d39cd0a4190 maildrop-2.5.2.tar.bz2
+0a75ec0b8f9797712bbdc695f9b3043b85c2480c1d627f657336439b6e9eecfe maildrop-2.3.0-dovecotauth.patch"
+sha512sums="b2ab4f1a600e6e45eb2e130e61501d30df8474232a6e95aa7b282cb28f362b017fc84a72ae6f39c6d0fe75682441ee9a83133a3cd2d705a8894657dc15ab3cdd maildrop-2.5.2.tar.bz2
+9425d3ac875414044e6258788eacd7fb80de68a83cf7ac91912044dc897f14d6f9dbc5d9e9148251ea7f3f9ec8cffca756dc76fca2be56d3acb96453b4a5d21f maildrop-2.3.0-dovecotauth.patch"