Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2021 16:15:35 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562221 - head/net/serviio
Message-ID:  <202101211615.10LGFZ0Y067033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+@sample %%ETCDIR%%/serviio.jks.sample
 sbin/serviiod



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101211615.10LGFZ0Y067033>