From owner-svn-ports-all@freebsd.org Mon Oct 7 08:09: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 B6C2FFBAF3; Mon, 7 Oct 2019 08:09:50 +0000 (UTC) (envelope-from jbeich@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 46mtSG4VBcz4Rcw; Mon, 7 Oct 2019 08:09:50 +0000 (UTC) (envelope-from jbeich@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 7DCCFB8B8; Mon, 7 Oct 2019 08:09:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9789oLf034855; Mon, 7 Oct 2019 08:09:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9789nhJ034848; Mon, 7 Oct 2019 08:09:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201910070809.x9789nhJ034848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 7 Oct 2019 08:09:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513926 - in head: graphics/libplacebo multimedia/dav1d multimedia/vlc X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: graphics/libplacebo multimedia/dav1d multimedia/vlc X-SVN-Commit-Revision: 513926 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: Mon, 07 Oct 2019 08:09:50 -0000 Author: jbeich Date: Mon Oct 7 08:09:49 2019 New Revision: 513926 URL: https://svnweb.freebsd.org/changeset/ports/513926 Log: graphics/libplacebo: update to 1.21.0 Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.21.0 Reported by: portscout Modified: head/graphics/libplacebo/Makefile (contents, props changed) head/graphics/libplacebo/distinfo (contents, props changed) head/graphics/libplacebo/pkg-plist (contents, props changed) head/multimedia/dav1d/Makefile (contents, props changed) head/multimedia/vlc/Makefile (contents, props changed) Modified: head/graphics/libplacebo/Makefile ============================================================================== --- head/graphics/libplacebo/Makefile Mon Oct 7 08:06:49 2019 (r513925) +++ head/graphics/libplacebo/Makefile Mon Oct 7 08:09:49 2019 (r513926) @@ -2,8 +2,7 @@ PORTNAME= libplacebo DISTVERSIONPREFIX= v -DISTVERSION= 1.18.0 -PORTREVISION= 2 +DISTVERSION= 1.21.0 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org Modified: head/graphics/libplacebo/distinfo ============================================================================== --- head/graphics/libplacebo/distinfo Mon Oct 7 08:06:49 2019 (r513925) +++ head/graphics/libplacebo/distinfo Mon Oct 7 08:09:49 2019 (r513926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550167893 -SHA256 (haasn-libplacebo-v1.18.0_GH0.tar.gz) = e47983483e4c8beccb0b77f6301b7831837885bd5566130d81ad37107845509a -SIZE (haasn-libplacebo-v1.18.0_GH0.tar.gz) = 322953 +TIMESTAMP = 1570407338 +SHA256 (haasn-libplacebo-v1.21.0_GH0.tar.gz) = 09d78911a2c13c38b8913d29cf4d78c424d00aa998a84a8011e5db14477c72f8 +SIZE (haasn-libplacebo-v1.21.0_GH0.tar.gz) = 326920 Modified: head/graphics/libplacebo/pkg-plist ============================================================================== --- head/graphics/libplacebo/pkg-plist Mon Oct 7 08:06:49 2019 (r513925) +++ head/graphics/libplacebo/pkg-plist Mon Oct 7 08:09:49 2019 (r513926) @@ -16,5 +16,5 @@ include/libplacebo/swapchain.h include/libplacebo/utils/upload.h include/libplacebo/vulkan.h lib/libplacebo.so -lib/libplacebo.so.18 +lib/libplacebo.so.21 libdata/pkgconfig/libplacebo.pc Modified: head/multimedia/dav1d/Makefile ============================================================================== --- head/multimedia/dav1d/Makefile Mon Oct 7 08:06:49 2019 (r513925) +++ head/multimedia/dav1d/Makefile Mon Oct 7 08:09:49 2019 (r513926) @@ -2,6 +2,7 @@ PORTNAME= dav1d DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Mon Oct 7 08:06:49 2019 (r513925) +++ head/multimedia/vlc/Makefile Mon Oct 7 08:09:49 2019 (r513926) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.8 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \