aboutsummaryrefslogtreecommitdiffstats
path: root/main/pound/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-12 11:52:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-12 11:52:14 +0000
commitc3467eae98d6edd54a6e0d760bd3ce2d54cd7a7c (patch)
treec4e577c1ecb32ace359e2934cb44fb1e1c9488b1 /main/pound/APKBUILD
parentb737c0bb102a9785a6df2059af4169d94770feef (diff)
downloadaports-c3467eae98d6edd54a6e0d760bd3ce2d54cd7a7c.tar.bz2
aports-c3467eae98d6edd54a6e0d760bd3ce2d54cd7a7c.tar.xz
main/pound: upgrade to 2.6
Diffstat (limited to 'main/pound/APKBUILD')
-rw-r--r--main/pound/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/pound/APKBUILD b/main/pound/APKBUILD
index c76eae0ae8..e68516a46e 100644
--- a/main/pound/APKBUILD
+++ b/main/pound/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pound
-pkgver=2.5
-pkgrel=3
+pkgver=2.6
+pkgrel=0
pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
url="http://www.apsis.ch/pound/index_html"
arch="all"
@@ -11,14 +11,15 @@ makedepends="pcre-dev openssl-dev"
subpackages="$pkgname-doc"
source="http://www.apsis.ch/$pkgname/Pound-$pkgver.tgz
pound.cfg
- pound-2.5-openssl.patch
$pkgname.initd"
_builddir="$srcdir"/Pound-$pkgver
prepare() {
cd "$_builddir"
- for i in "$srcdir"/*.patch; do
- patch -p1 -i "$i" || return 1
+ for i in $source; do
+ case $i in
+ *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
+ esac
done
}
@@ -35,7 +36,6 @@ package() {
install -Dm755 "$srcdir"/pound.initd "$pkgdir"/etc/init.d/pound
install -Dm644 "$srcdir"/pound.cfg "$pkgdir"/etc/pound.cfg
}
-md5sums="8a39f5902094619afcda7d12d9d8342c Pound-2.5.tgz
+md5sums="8c913b527332694943c4c67c8f152071 Pound-2.6.tgz
736b12a47acbb7fc2802ed7f51e959d0 pound.cfg
-c2c48dc395ffc045f9d35394992292d0 pound-2.5-openssl.patch
074fc58c89bb70e8fcd767ee70ebd0f0 pound.initd"