From owner-svn-ports-all@freebsd.org Wed Oct 16 11:28:50 2019 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 8C48B162559; Wed, 16 Oct 2019 11:28:50 +0000 (UTC) (envelope-from tcberner@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) server-signature RSA-PSS (4096 bits) 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 46tVRk2xjkz4brP; Wed, 16 Oct 2019 11:28:50 +0000 (UTC) (envelope-from tcberner@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 43F946520; Wed, 16 Oct 2019 11:28:50 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9GBSofC055625; Wed, 16 Oct 2019 11:28:50 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9GBSnxA055622; Wed, 16 Oct 2019 11:28:49 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201910161128.x9GBSnxA055622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 16 Oct 2019 11:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514581 - in head/multimedia: libdvbpsi vlc X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/multimedia: libdvbpsi vlc X-SVN-Commit-Revision: 514581 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.29 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 Oct 2019 11:28:50 -0000 Author: tcberner Date: Wed Oct 16 11:28:49 2019 New Revision: 514581 URL: https://svnweb.freebsd.org/changeset/ports/514581 Log: multimedia/libdvbpsi: update to 1.3.3 Modified: head/multimedia/libdvbpsi/Makefile head/multimedia/libdvbpsi/distinfo head/multimedia/vlc/Makefile Modified: head/multimedia/libdvbpsi/Makefile ============================================================================== --- head/multimedia/libdvbpsi/Makefile Wed Oct 16 11:22:39 2019 (r514580) +++ head/multimedia/libdvbpsi/Makefile Wed Oct 16 11:28:49 2019 (r514581) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdvbpsi -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/libdvbpsi/${PORTVERSION}/ Modified: head/multimedia/libdvbpsi/distinfo ============================================================================== --- head/multimedia/libdvbpsi/distinfo Wed Oct 16 11:22:39 2019 (r514580) +++ head/multimedia/libdvbpsi/distinfo Wed Oct 16 11:28:49 2019 (r514581) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546525432 -SHA256 (libdvbpsi-1.3.2.tar.bz2) = ac4e39f2b9b1e15706ad261fa175a9430344d650a940be9aaf502d4cb683c5fe -SIZE (libdvbpsi-1.3.2.tar.bz2) = 487807 +TIMESTAMP = 1571223434 +SHA256 (libdvbpsi-1.3.3.tar.bz2) = 02b5998bcf289cdfbd8757bedd5987e681309b0a25b3ffe6cebae599f7a00112 +SIZE (libdvbpsi-1.3.3.tar.bz2) = 488020 Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Wed Oct 16 11:22:39 2019 (r514580) +++ head/multimedia/vlc/Makefile Wed Oct 16 11:28:49 2019 (r514581) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.8 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \