svn commit: r489060 - in head: . net/serviio

Alexander Leidinger netchild at FreeBSD.org
Wed Jan 2 08:01:29 UTC 2019


Author: netchild
Date: Wed Jan  2 08:01:27 2019
New Revision: 489060
URL: https://svnweb.freebsd.org/changeset/ports/489060

Log:
  Update serviio to 1.10.1.
  
  Submitted by: Jonathan Chen <jonc at chen.org.nz>
  PR: 234476

Modified:
  head/UPDATING
  head/net/serviio/Makefile
  head/net/serviio/distinfo
  head/net/serviio/pkg-plist

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Jan  2 07:43:05 2019	(r489059)
+++ head/UPDATING	Wed Jan  2 08:01:27 2019	(r489060)
@@ -5,6 +5,14 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20190102:
+  AFFECTS: users of net/serviio
+  AUTHOR: netchild at FreeBSD.org
+
+  If you have customized your etc/serviio/profile.xml you need to review
+  and merge changes from the profile.xml.sample file, else you may not be
+  able to watch mkv files.
+
 20181228:
   AFFECTS: users of devel/trio
   AUTHOR: rodrigo at freebsd.org

Modified: head/net/serviio/Makefile
==============================================================================
--- head/net/serviio/Makefile	Wed Jan  2 07:43:05 2019	(r489059)
+++ head/net/serviio/Makefile	Wed Jan  2 08:01:27 2019	(r489060)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	serviio
-PORTVERSION=	1.9.2
+PORTVERSION=	1.10.1
 #PORTREVISION=	1
-PORTREVISION=	2
 CATEGORIES=	net multimedia java www
 MASTER_SITES=	http://download.serviio.org/releases/
 EXTRACT_SUFX=	-linux.tar.gz

Modified: head/net/serviio/distinfo
==============================================================================
--- head/net/serviio/distinfo	Wed Jan  2 07:43:05 2019	(r489059)
+++ head/net/serviio/distinfo	Wed Jan  2 08:01:27 2019	(r489060)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526242565
-SHA256 (serviio-1.9.2-linux.tar.gz) = 2ed28845740c4f874735e82af4bc036da880f20d4d359a3c9c4a50a132706501
-SIZE (serviio-1.9.2-linux.tar.gz) = 24971752
+TIMESTAMP = 1546375066
+SHA256 (serviio-1.10.1-linux.tar.gz) = d8742e9159aba9c76e70a8e002c8d0455564dcf63f6211f7ee206ffe6b12aa3f
+SIZE (serviio-1.10.1-linux.tar.gz) = 28413154

Modified: head/net/serviio/pkg-plist
==============================================================================
--- head/net/serviio/pkg-plist	Wed Jan  2 07:43:05 2019	(r489059)
+++ head/net/serviio/pkg-plist	Wed Jan  2 08:01:27 2019	(r489060)
@@ -1,5 +1,6 @@
 sbin/serviiod
-%%JAVAJARDIR%%/serviio/aXMLRPC.jar
+%%JAVAJARDIR%%/serviio/aspectjrt.jar
+%%JAVAJARDIR%%/serviio/aspectjweaver.jar
 %%JAVAJARDIR%%/serviio/commons-codec.jar
 %%JAVAJARDIR%%/serviio/commons-imaging.jar
 %%JAVAJARDIR%%/serviio/commons-io.jar
@@ -17,10 +18,10 @@ sbin/serviiod
 %%JAVAJARDIR%%/serviio/icu4j.jar
 %%JAVAJARDIR%%/serviio/imgscalr-lib.jar
 %%JAVAJARDIR%%/serviio/jaudiotagger.jar
+%%JAVAJARDIR%%/serviio/javax.xml.soap-api.jar
 %%JAVAJARDIR%%/serviio/jcl-over-slf4j.jar
 %%JAVAJARDIR%%/serviio/jcs.jar
 %%JAVAJARDIR%%/serviio/jdom.jar
-%%JAVAJARDIR%%/serviio/jISO8601.jar
 %%JAVAJARDIR%%/serviio/jnat-pmplib.jar
 %%JAVAJARDIR%%/serviio/jul-to-slf4j.jar
 %%JAVAJARDIR%%/serviio/log4j.jar


More information about the svn-ports-head mailing list