From owner-svn-ports-head@freebsd.org Wed Sep 23 04:17:14 2020 Return-Path: Delivered-To: svn-ports-head@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 1F9663ED204; Wed, 23 Sep 2020 04:17:14 +0000 (UTC) (envelope-from mi@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 4Bx4dQ018Pz4GPm; Wed, 23 Sep 2020 04:17:14 +0000 (UTC) (envelope-from mi@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 BC30CAB3C; Wed, 23 Sep 2020 04:17:13 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08N4HDr7072623; Wed, 23 Sep 2020 04:17:13 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08N4HCAn072615; Wed, 23 Sep 2020 04:17:12 GMT (envelope-from mi@FreeBSD.org) Message-Id: <202009230417.08N4HCAn072615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Wed, 23 Sep 2020 04:17:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549657 - in head: graphics/digikam graphics/libbpg graphics/libheif multimedia/ccextractor multimedia/emby-server multimedia/ffmpeg multimedia/gstreamer1-plugins-x265 x11/xpra X-SVN-Group: ports-head X-SVN-Commit-Author: mi X-SVN-Commit-Paths: in head: graphics/digikam graphics/libbpg graphics/libheif multimedia/ccextractor multimedia/emby-server multimedia/ffmpeg multimedia/gstreamer1-plugins-x265 x11/xpra X-SVN-Commit-Revision: 549657 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2020 04:17:14 -0000 Author: mi Date: Wed Sep 23 04:17:11 2020 New Revision: 549657 URL: https://svnweb.freebsd.org/changeset/ports/549657 Log: For well over 10 years portmgr@ have been promising to remove the ridiculous need to bump PORTREVISION of depending ports, whenever a dependency is updated, but here we still are... Bump PORTREVISION for the 9 users of x265 now that it has been upgraded from 3.2 to 3.4. Modified: head/graphics/digikam/Makefile head/graphics/libbpg/Makefile head/graphics/libheif/Makefile head/multimedia/ccextractor/Makefile head/multimedia/emby-server/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/gstreamer1-plugins-x265/Makefile head/x11/xpra/Makefile Modified: head/graphics/digikam/Makefile ============================================================================== --- head/graphics/digikam/Makefile Wed Sep 23 03:59:54 2020 (r549656) +++ head/graphics/digikam/Makefile Wed Sep 23 04:17:11 2020 (r549657) @@ -2,6 +2,7 @@ PORTNAME= digikam DISTVERSION= 7.1.0 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/digikam/${PORTVERSION} Modified: head/graphics/libbpg/Makefile ============================================================================== --- head/graphics/libbpg/Makefile Wed Sep 23 03:59:54 2020 (r549656) +++ head/graphics/libbpg/Makefile Wed Sep 23 04:17:11 2020 (r549657) @@ -3,7 +3,7 @@ PORTNAME= libbpg PORTVERSION= 0.9.7 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://bellard.org/bpg/ Modified: head/graphics/libheif/Makefile ============================================================================== --- head/graphics/libheif/Makefile Wed Sep 23 03:59:54 2020 (r549656) +++ head/graphics/libheif/Makefile Wed Sep 23 04:17:11 2020 (r549657) @@ -3,6 +3,7 @@ PORTNAME= libheif DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= freebsd@sebastiansteinmetz.ch Modified: head/multimedia/ccextractor/Makefile ============================================================================== --- head/multimedia/ccextractor/Makefile Wed Sep 23 03:59:54 2020 (r549656) +++ head/multimedia/ccextractor/Makefile Wed Sep 23 04:17:11 2020 (r549657) @@ -3,7 +3,7 @@ PORTNAME= ccextractor DISTVERSIONPREFIX= v DISTVERSION= 0.85 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= multimedia MAINTAINER= oz@nixil.net Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Wed Sep 23 03:59:54 2020 (r549656) +++ head/multimedia/emby-server/Makefile Wed Sep 23 04:17:11 2020 (r549657) @@ -2,7 +2,7 @@ PORTNAME= emby-server PORTVERSION= 4.4.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/ \ https://mediabrowser.github.io/embytools/ Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Wed Sep 23 03:59:54 2020 (r549656) +++ head/multimedia/ffmpeg/Makefile Wed Sep 23 04:17:11 2020 (r549657) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 4.3.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ Modified: head/multimedia/gstreamer1-plugins-x265/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-x265/Makefile Wed Sep 23 03:59:54 2020 (r549656) +++ head/multimedia/gstreamer1-plugins-x265/Makefile Wed Sep 23 04:17:11 2020 (r549657) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= GStreamer libx265 based H265 plugin Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Wed Sep 23 03:59:54 2020 (r549656) +++ head/x11/xpra/Makefile Wed Sep 23 04:17:11 2020 (r549657) @@ -2,7 +2,7 @@ PORTNAME= xpra PORTVERSION= 4.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/