aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-shorewall/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-06 07:02:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-06 07:03:10 +0000
commit09818493618be8b985d30c2529ce690f30b808fd (patch)
tree672b380d8fb9cf6259bb2bcf2cc09f6e7687be51 /main/acf-shorewall/APKBUILD
parentee319a1187cc80431002ca41efecca3b2d0092c2 (diff)
downloadaports-09818493618be8b985d30c2529ce690f30b808fd.tar.bz2
aports-09818493618be8b985d30c2529ce690f30b808fd.tar.xz
main/acf-shorewall: depend on perl-based shorewall
Upstream has dropped support for shell based shorewall so we do the same.
Diffstat (limited to 'main/acf-shorewall/APKBUILD')
-rw-r--r--main/acf-shorewall/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-shorewall/APKBUILD b/main/acf-shorewall/APKBUILD
index 852af0ebeb..321d879515 100644
--- a/main/acf-shorewall/APKBUILD
+++ b/main/acf-shorewall/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-shorewall
pkgver=0.11.0
-pkgrel=0
+pkgrel=1
pkgdesc="A web-based system administration interface for shorewall"
url="http://git.alpinelinux.org/cgit/acf-shorewall"
arch="noarch"
license="GPL-2"
-depends="acf-core lua shorewall-shell"
+depends="acf-core lua shorewall"
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"
package() {