From 676a0599f896e45fbf80d48687de2e580ce4766a Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 2 Jan 2019 20:32:47 +0300 Subject: changes requested by exherbo devs --- packages/apache-mod/mod_rpaf/mod_rpaf-scm.exheres-0 | 1 + packages/apache-mod/mod_rpaf/mod_rpaf.exlib | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'packages/apache-mod') 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 -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 } + -- cgit v1.2.3