diff options
| -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 |
