~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] testing/ufw: adding ip6tables as dependency

Danilo Falcão <danilo@falcao.org>
Details
Message ID
<20160706071634.963-1-danilo@falcao.org>
Sender timestamp
1467789394
DKIM signature
missing
Download raw message
Patch: +3 -3
From: Danilo Falcão <danilo@falcao.org>

---
 testing/ufw/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/ufw/APKBUILD b/testing/ufw/APKBUILD
index fb77d07..f60526a 100644
--- a/testing/ufw/APKBUILD
+++ b/testing/ufw/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname=ufw
pkgver=0.35
pkgrel=0
pkgrel=1
pkgdesc='Uncomplicated CLI tool managing a netfilter firewall'
url='https://launchpad.net/ufw'
arch='noarch'
license='GPL'
depends='iptables python'
makedepends='ip6tables'
depends='iptables ip6tables python'
makedepends=''
subpackages="$pkgname-doc"
source="http://launchpad.net/$pkgname/$(echo $pkgver|cut -c1-4)/$pkgver/+download/$pkgname-$pkgver.tar.gz
        $pkgname.initd"
-- 
2.9.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)