summaryrefslogtreecommitdiff
path: root/packages/apache-mod
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-01-02 20:32:47 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-01-02 20:32:47 +0300
commit676a0599f896e45fbf80d48687de2e580ce4766a (patch)
tree9c6e639700a9952f931890542b092da3561e62e1 /packages/apache-mod
parent9607352a4de3fb0a82f251c5983e928c0b453858 (diff)
changes requested by exherbo devs
Diffstat (limited to 'packages/apache-mod')
-rw-r--r--packages/apache-mod/mod_rpaf/mod_rpaf-scm.exheres-01
-rw-r--r--packages/apache-mod/mod_rpaf/mod_rpaf.exlib6
2 files changed, 4 insertions, 3 deletions
diff --git a/packages/apache-mod/mod_rpaf/mod_rpaf-scm.exheres-0 b/packages/apache-mod/mod_rpaf/mod_rpaf-scm.exheres-0
index b01fdb0..2c5d317 100644
--- a/packages/apache-mod/mod_rpaf/mod_rpaf-scm.exheres-0
+++ b/packages/apache-mod/mod_rpaf/mod_rpaf-scm.exheres-0
@@ -4,3 +4,4 @@
require mod_rpaf
PLATFORMS="~amd64 ~x86"
+
diff --git a/packages/apache-mod/mod_rpaf/mod_rpaf.exlib b/packages/apache-mod/mod_rpaf/mod_rpaf.exlib
index 5c59a90..513bfb5 100644
--- a/packages/apache-mod/mod_rpaf/mod_rpaf.exlib
+++ b/packages/apache-mod/mod_rpaf/mod_rpaf.exlib
@@ -2,11 +2,9 @@
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
-require github [ user=gnif tag=v${PV} force_git_clone=true ]
+require github [ user=gnif tag=v${PV} branch=stable ]
export_exlib_phases src_install
-SCM_BRANCH="stable"
-
SLOT="0"
SUMMARY="reverse proxy add forward"
@@ -26,4 +24,6 @@ DEPENDENCIES="
mod_rpaf_src_install() {
edo mkdir -p "${IMAGE}"/usr/$(exhost --target)/libexec/apache2/modules
edo cp "${WORK}"/.libs/mod_rpaf.so "${IMAGE}"/usr/$(exhost --target)/libexec/apache2/modules
+ emagicdocs
}
+