diff options
| author | Romain Tartière <romain@FreeBSD.org> | 2025-12-16 10:24:21 -1000 |
|---|---|---|
| committer | Romain Tartière <romain@FreeBSD.org> | 2025-12-16 11:24:23 -1000 |
| commit | 29fee366890db819a69be1421fe403cd7440b1e5 (patch) | |
| tree | d430b979c453298b7f772ff1a479808f1e2e28a8 | |
| parent | devel/py-graphql-core: Fix version requirement of BUILD_DEPENDS (diff) | |
sysutils/openvox-server8: Install the default ca.conf
This make it easier to tune ca-related settings.
With hat: puppet
| -rw-r--r-- | sysutils/openvox-server8/Makefile | 2 | ||||
| -rw-r--r-- | sysutils/openvox-server8/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/openvox-server8/Makefile b/sysutils/openvox-server8/Makefile index d45684f051da..52c8d9f528d9 100644 --- a/sysutils/openvox-server8/Makefile +++ b/sysutils/openvox-server8/Makefile @@ -1,5 +1,6 @@ PORTNAME= openvox-server PORTVERSION= 8.11.0 +PORTREVISION= 1 CATEGORIES= sysutils java MASTER_SITES= https://artifacts.voxpupuli.org/${PORTNAME}/${PORTVERSION}/ PKGNAMESUFFIX= 8 @@ -75,6 +76,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/web-routes.conf ${STAGEDIR}${ETCDIR}/conf.d/web-routes.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf.sample + ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/ca.conf ${STAGEDIR}${ETCDIR}/conf.d/ca.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/metrics.conf ${STAGEDIR}${ETCDIR}/conf.d/metrics.conf.sample ${INSTALL_DATA} ${WRKSRC}/ext/config/services.d/ca.cfg ${STAGEDIR}${ETCDIR}/services.d/ca.cfg.sample ${INSTALL_DATA} ${WRKSRC}/ext/system-config/services.d/bootstrap.cfg ${STAGEDIR}${ETCDIR}/services.d/bootstrap.cfg.sample diff --git a/sysutils/openvox-server8/pkg-plist b/sysutils/openvox-server8/pkg-plist index e4c12f025c03..98364ffd4d09 100644 --- a/sysutils/openvox-server8/pkg-plist +++ b/sysutils/openvox-server8/pkg-plist @@ -2,6 +2,7 @@ @sample %%ETCDIR%%/logback.xml.sample @sample %%ETCDIR%%/request-logging.xml.sample @sample %%ETCDIR%%/conf.d/auth.conf.sample +@sample %%ETCDIR%%/conf.d/ca.conf.sample @sample %%ETCDIR%%/conf.d/global.conf.sample @sample %%ETCDIR%%/conf.d/metrics.conf.sample @sample %%ETCDIR%%/conf.d/puppetserver.conf.sample |
