aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ntopng
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-07-27 11:38:03 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-07-27 11:38:08 +0000
commit9f44c66ec9ac422c21b34280cec37d479fa4ddf4 (patch)
tree2f3c501c01be9d0aa2e3b71f7ef509464c3587e3 /testing/ntopng
parent9306b72ab9228480d2c0bd249cc48992ab5938c8 (diff)
downloadaports-9f44c66ec9ac422c21b34280cec37d479fa4ddf4.tar.bz2
aports-9f44c66ec9ac422c21b34280cec37d479fa4ddf4.tar.xz
testing/ntopng: remove local redis dependency
Diffstat (limited to 'testing/ntopng')
-rw-r--r--testing/ntopng/APKBUILD10
-rw-r--r--testing/ntopng/ntopng.initd3
2 files changed, 7 insertions, 6 deletions
diff --git a/testing/ntopng/APKBUILD b/testing/ntopng/APKBUILD
index da7b77048d..f2ac65cf0e 100644
--- a/testing/ntopng/APKBUILD
+++ b/testing/ntopng/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=ntopng
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="ntop next-generation"
url="http://www.ntop.org"
arch="all"
license="GPL"
-depends="redis"
+depends=
pkgusers="ntop"
pkggroups="ntop"
makedepends="autoconf automake curl-dev geoip-dev glib-dev hiredis-dev
@@ -62,17 +62,17 @@ package() {
}
md5sums="f8a20b91372d5daf17ecc6225759010e ntopng-2.0.tar.gz
-e164aa08d9923b902dbfac0e857c73ff ntopng.initd
+5136fbdd47fcaa104ad3b5475587d46a ntopng.initd
6739b2c52d83c79a57c847191a64e69a ntopng.confd
a222808fb21e06dbd7e226f137686c3f ntopng-update-geoip-db
86dd28e89f09c5d9675d016cb3f880bd include-sys-types.h.patch"
sha256sums="3cbfd6de1bc44d65f7c7f0de282d122d11f493f1261ba137c3b5b202e08e0251 ntopng-2.0.tar.gz
-7275a806b1af6df0224908c86101016f458da4bb746369585195d8a7c60e0e05 ntopng.initd
+a38f34572efd8b006ee1b6c381f6f0f20e8c28a2e3ede7fcff3e7f6f6da86487 ntopng.initd
4dd1379f68be1daf7bafe0520ba6a508b550f0b0606ef63eb2bc69b8fbf4dbc9 ntopng.confd
904c7bb855e19b40d2caee076cbd855f96226b9ef681ac440c442094e25acfeb ntopng-update-geoip-db
fdb8e063a6596b7d851b429d1d25e3f994882a9233b73e8044836d9b9110bf7f include-sys-types.h.patch"
sha512sums="2208623cdc843b8e4ec285930d1ea74ac50c576888fce20f6fc4363e747e0dbef7f1808e7b77ae9b7f5316bca55a3e003a9926785c847bbea2c321d7f7e56d13 ntopng-2.0.tar.gz
-58940120a8fe8617e7c0c59036de79b55b52f4e0cb95e6fde9e2991053681fd10884ba263f636bd22c004823b610067244e9815b6df43b1163f6da8c8b50cbc2 ntopng.initd
+b7924953953470971e67e463260514c30a4a3038ecbb642aec1ad66d12b5af76bdda56c99de675a1fbb106664fa0e3779a4f35fdeedc94d65af486053b7650e1 ntopng.initd
bbe7a15e0aec59f12264f39bf33abb67a12b76adac3a6554fcf1e21849aea06fce1e0c0d9831836bd46105a5cc4b3eb780866934d8711386e1cb1218dbdbbe8b ntopng.confd
de509706c36e895159b4e57b5fe53f1fa8f32167416aad5fa391ac107f0e7e1a06fa5ce6d92816ef7cb13bf98bb74cb99fa482d03f77a6beb38eafe1d53d2deb ntopng-update-geoip-db
1f7c7001adafc6bb2e4bfa5e39421fba0da6df57872af1041616dc58b3cdae817a6f2cf7648d009e47a302c981ab1407987a5f2e37527dc23623343bab34275a include-sys-types.h.patch"
diff --git a/testing/ntopng/ntopng.initd b/testing/ntopng/ntopng.initd
index 824c13a960..c625b2ca46 100644
--- a/testing/ntopng/ntopng.initd
+++ b/testing/ntopng/ntopng.initd
@@ -1,7 +1,8 @@
#!/sbin/openrc-run
depend() {
- need net redis
+ need net
+ use redis
}
command="/usr/bin/ntopng"