diff options
author | netchild <netchild@FreeBSD.org> | 2015-03-13 18:24:43 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2015-03-13 18:24:43 +0800 |
commit | beb1943c513d9352a3596a18de2e0d6f5d105de0 (patch) | |
tree | a56dcad13fe1f419cddd4a63aaabbd74501f4694 /net | |
parent | f340cd536abdb7b1bc4e175e14273c2b631b183f (diff) | |
download | freebsd-ports-gnome-beb1943c513d9352a3596a18de2e0d6f5d105de0.tar.gz freebsd-ports-gnome-beb1943c513d9352a3596a18de2e0d6f5d105de0.tar.zst freebsd-ports-gnome-beb1943c513d9352a3596a18de2e0d6f5d105de0.zip |
- Update to 1.5.1 (automatic library updates can be enabled again)
- Fix problems when more than one JVM is installed [1]
PR: 198021 [1]
Noticed by: jason.unovitch@gmail.com [1]
Diffstat (limited to 'net')
-rw-r--r-- | net/serviio/Makefile | 2 | ||||
-rw-r--r-- | net/serviio/distinfo | 4 | ||||
-rw-r--r-- | net/serviio/files/serviiod.in | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/net/serviio/Makefile b/net/serviio/Makefile index 28395afc0453..5ef1daaa8ac4 100644 --- a/net/serviio/Makefile +++ b/net/serviio/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= serviio -PORTVERSION= 1.5 +PORTVERSION= 1.5.1 #PORTREVISION= 0 CATEGORIES= net multimedia java www MASTER_SITES= http://download.serviio.org/releases/ diff --git a/net/serviio/distinfo b/net/serviio/distinfo index 87e67c5f9762..1b8899e8fbc2 100644 --- a/net/serviio/distinfo +++ b/net/serviio/distinfo @@ -1,2 +1,2 @@ -SHA256 (serviio-1.5-linux.tar.gz) = e933de2f5f9da95cc3cdc3afba9d5b623fd5fd4189c5f7f247d4718e14166c3c -SIZE (serviio-1.5-linux.tar.gz) = 22055839 +SHA256 (serviio-1.5.1-linux.tar.gz) = cc40e2cf777815fa1dda621b7eb66f58289111c01aec828f8dbf019307082bc7 +SIZE (serviio-1.5.1-linux.tar.gz) = 22065747 diff --git a/net/serviio/files/serviiod.in b/net/serviio/files/serviiod.in index 473b0dff3cc3..19f16560c49e 100644 --- a/net/serviio/files/serviiod.in +++ b/net/serviio/files/serviiod.in @@ -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 -Dorg.restlet.engine.loggerFacadeClass=org.restlet.ext.slf4j.Slf4jLoggerFacade -Dderby.system.home=/var/db/serviio -Dserviio.home=$HOME -Dffmpeg.location=%%LOCALBASE%%/bin/ffmpeg -Ddcraw.location=%%LOCALBASE%%/bin/dcraw" JAVA_OPTS="${JAVA_OPTS} -Djcs.auxiliary.DC.attributes.DiskPath=/var/db/serviio" +JAVA_VERSION="1.8+" # A kludge to get the -D... flags to Java, rather than to Serviio itself: for o in "$@" @@ -31,5 +32,5 @@ do done # Execute the JVM in the foreground -export HOME PATH +export HOME PATH JAVA_VERSION exec java -Xmx512M -Xms20M -XX:+UseG1GC -XX:GCTimeRatio=1 -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 $JAVA_OPTS -classpath "$SERVIIO_CLASS_PATH" org.serviio.MediaServer "$@" 2>&1 >/dev/null |