svn commit: r562221 - head/net/serviio
Alexander Leidinger
netchild at FreeBSD.org
Thu Jan 21 16:15:35 UTC 2021
Author: netchild
Date: Thu Jan 21 16:15:34 2021
New Revision: 562221
URL: https://svnweb.freebsd.org/changeset/ports/562221
Log:
Add sample jks file for https.
Noticed by: Ian Carolan
Modified:
head/net/serviio/Makefile
head/net/serviio/pkg-plist
Modified: head/net/serviio/Makefile
==============================================================================
--- head/net/serviio/Makefile Thu Jan 21 15:50:13 2021 (r562220)
+++ head/net/serviio/Makefile Thu Jan 21 16:15:34 2021 (r562221)
@@ -3,7 +3,7 @@
PORTNAME= serviio
PORTVERSION= 2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net multimedia java www
MASTER_SITES= https://download.serviio.org/releases/
EXTRACT_SUFX= -linux.tar.gz
@@ -39,6 +39,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/config/$f.xml \
${STAGEDIR}${ETCDIR}/$f.xml.sample
.endfor
+ ${INSTALL_DATA} ${WRKSRC}/config/serviio.jks \
+ ${STAGEDIR}${ETCDIR}/serviio.jks.sample
${INSTALL_DATA} ${FILESDIR}/console-log4j.properties \
${STAGEDIR}${ETCDIR}/console-log4j.properties.sample
${INSTALL_SCRIPT} ${WRKDIR}/serviiod ${STAGEDIR}${PREFIX}/sbin
Modified: head/net/serviio/pkg-plist
==============================================================================
--- head/net/serviio/pkg-plist Thu Jan 21 15:50:13 2021 (r562220)
+++ head/net/serviio/pkg-plist Thu Jan 21 16:15:34 2021 (r562221)
@@ -54,4 +54,5 @@
@sample %%ETCDIR%%/console-log4j.properties.sample
@sample %%ETCDIR%%/log4j.xml.sample
@sample %%ETCDIR%%/profiles.xml.sample
+ at sample %%ETCDIR%%/serviio.jks.sample
sbin/serviiod
More information about the svn-ports-all
mailing list