aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2020-04-17 14:33:07 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2020-04-20 09:18:47 +0000
commitb3e051890537d93a334f065169992715950479cc (patch)
treebac90d5c3118579ec3c43aaa42264c961e27fc77
parent856e44244b9ebb9fb00a3c2179f4de8019b04034 (diff)
testing/homer-app: make PGSQL a soft dependency
-rw-r--r--testing/homer-app/APKBUILD4
-rw-r--r--testing/homer-app/homer-app.initd3
2 files changed, 4 insertions, 3 deletions
diff --git a/testing/homer-app/APKBUILD b/testing/homer-app/APKBUILD
index 55a87db1230..2a34104e159 100644
--- a/testing/homer-app/APKBUILD
+++ b/testing/homer-app/APKBUILD
@@ -2,7 +2,7 @@
pkgname=homer-app
pkgver=1.1.37
_uiver=7.7.032
-pkgrel=2
+pkgrel=3
pkgdesc="HOMER 7.x Front-End and API Server"
url="http://sipcapture.io"
arch="x86_64"
@@ -40,5 +40,5 @@ package() {
sha512sums="1c2a868d6fe28b0feef6c132bc8238af395022b0c6c8349ecebf01223a0585372aa6c82ae91cfa7da293e39810380b133c577cc5852c5e1c81ae69b3fd771b65 homer-app-1.1.37.tar.gz
6b3bef1190e91526b049f0d1a478d13de1e4cc6dc78bed56bc29f20138a6eeb03c4f4b053448a32b4e3918182cda5bfc053a9abd1910286609f9f2e377565b24 homer-ui-7.7.032.tgz
-b8cd02ac9feadd89cf95edc6209bd22410480dece1d685a677364b4735e484611c4c1a214499467c906910c7d31a9d9217d0384ac8f8c3a06878e3e3d6d97ad8 homer-app.initd
+2ba4e0403bd6f3b08a3a4d8bf366ec776941b5a29e9728ca2aefbfc663ce64c01f67a2f8f408a777db7921f8f66f93797fb5f056809901d3f25fe39b414b5865 homer-app.initd
0f27c5b357aa321e60cf9a5f754b79e7e8a1d430cb355dce52d3c79e40d2873c5d6fa97f548e98a78fb836930b0ab2f28ed1a82680dad4e11a436ec9ed56ca26 change-default-locations.patch"
diff --git a/testing/homer-app/homer-app.initd b/testing/homer-app/homer-app.initd
index e2800c3e590..ceeb0109215 100644
--- a/testing/homer-app/homer-app.initd
+++ b/testing/homer-app/homer-app.initd
@@ -9,8 +9,9 @@ command_group=homer
pidfile="/run/homer/${RC_SVCNAME}.pid"
depend() {
- need net postgresql
+ need net
after firewall
+ want postgresql
}
start_pre() {