mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Upgrade from 0.6.0.1 to 0.6.2. Minor other tweaks.
This commit is contained in:
parent
15a86c9a20
commit
be7f9e6ff9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298412
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= serviio
|
||||
PORTVERSION= 0.6.0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6.2
|
||||
CATEGORIES= net multimedia java www
|
||||
MASTER_SITES= http://download.serviio.org/releases/
|
||||
EXTRACT_SUFX= -linux.tar.gz
|
||||
@ -26,7 +25,8 @@ SUB_FILES+= pkg-message serviiod serviio-console
|
||||
USE_RC_SUBR= serviio
|
||||
SUB_LIST+= USER=${USERS}
|
||||
RESTRICTED= License does not allow selling
|
||||
EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude junit.jar
|
||||
EXTRACT_AFTER_ARGS=|${TAR} -xf - --exclude junit.jar \
|
||||
--exclude org.restlet.ext.net.jar
|
||||
|
||||
USERS= dlna
|
||||
GROUPS= dlna
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (serviio-0.6.0.1-linux.tar.gz) = a3442565eddd4fb9867190a12ba4db82fd7039d50271108307244beeed4c45b5
|
||||
SIZE (serviio-0.6.0.1-linux.tar.gz) = 13991545
|
||||
SHA256 (serviio-0.6.2-linux.tar.gz) = 0fe0bbca138fa0eab7da99ab8a469017a55ab896c06b9993ed935ca4b0591919
|
||||
SIZE (serviio-0.6.2-linux.tar.gz) = 14038981
|
||||
|
@ -19,6 +19,7 @@ SERVIIO_CLASS_PATH="$SERVIIO_CLASS_PATH:%%ETCDIR%%"
|
||||
|
||||
# Setup Serviio specific properties
|
||||
JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dderby.system.home=/var/db/serviio -Dserviio.home=$SERVIIO_HOME -Dffmpeg.location=%%LOCALBASE%%/bin/ffmpeg"
|
||||
JAVA_OPTS="${JAVA_OPTS} -Djcs.auxiliary.DC.attributes.DiskPath=/var/db/serviio"
|
||||
|
||||
|
||||
# A kludge to get the -D... flags to Java, rather than to Serviio itself:
|
||||
|
Loading…
Reference in New Issue
Block a user