From owner-svn-ports-all@freebsd.org Wed Sep 16 07:25:18 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 71D773DB175; Wed, 16 Sep 2020 07:25:18 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Brs7f2QGGz4N16; Wed, 16 Sep 2020 07:25:18 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3622615BB5; Wed, 16 Sep 2020 07:25:18 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08G7PINx003624; Wed, 16 Sep 2020 07:25:18 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08G7PH5c003623; Wed, 16 Sep 2020 07:25:17 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <202009160725.08G7PH5c003623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Wed, 16 Sep 2020 07:25:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548765 - head/net/serviio X-SVN-Group: ports-head X-SVN-Commit-Author: netchild X-SVN-Commit-Paths: head/net/serviio X-SVN-Commit-Revision: 548765 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2020 07:25:18 -0000 Author: netchild Date: Wed Sep 16 07:25:17 2020 New Revision: 548765 URL: https://svnweb.freebsd.org/changeset/ports/548765 Log: Switch to https for the download (fetch failure in http now) and WWW. Modified: head/net/serviio/Makefile head/net/serviio/pkg-descr Modified: head/net/serviio/Makefile ============================================================================== --- head/net/serviio/Makefile Wed Sep 16 07:24:45 2020 (r548764) +++ head/net/serviio/Makefile Wed Sep 16 07:25:17 2020 (r548765) @@ -3,9 +3,9 @@ PORTNAME= serviio PORTVERSION= 2.1 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= net multimedia java www -MASTER_SITES= http://download.serviio.org/releases/ +MASTER_SITES= https://download.serviio.org/releases/ EXTRACT_SUFX= -linux.tar.gz MAINTAINER= netchild@FreeBSD.org Modified: head/net/serviio/pkg-descr ============================================================================== --- head/net/serviio/pkg-descr Wed Sep 16 07:24:45 2020 (r548764) +++ head/net/serviio/pkg-descr Wed Sep 16 07:25:17 2020 (r548765) @@ -16,4 +16,4 @@ etc.) and some other (XBox 360). It supports profiles devices so that it can be tuned to maximise the device's potential and/or minimize lack of media format playback support (via transcoding). -WWW: http://www.serviio.org/ +WWW: https://www.serviio.org/