From owner-svn-ports-all@freebsd.org Fri Oct 23 11:59:52 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 070E94444E3; Fri, 23 Oct 2020 11:59:52 +0000 (UTC) (envelope-from danfe@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 4CHjTM6RHwz431q; Fri, 23 Oct 2020 11:59:51 +0000 (UTC) (envelope-from danfe@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 BC7E626ED2; Fri, 23 Oct 2020 11:59:51 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09NBxpAU033092; Fri, 23 Oct 2020 11:59:51 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09NBxo87033089; Fri, 23 Oct 2020 11:59:50 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202010231159.09NBxo87033089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 23 Oct 2020 11:59:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553103 - in head/audio/mpz: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/audio/mpz: . files X-SVN-Commit-Revision: 553103 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: Fri, 23 Oct 2020 11:59:52 -0000 Author: danfe Date: Fri Oct 23 11:59:50 2020 New Revision: 553103 URL: https://svnweb.freebsd.org/changeset/ports/553103 Log: - Update `audio/mpz' to the latest version 1.0.7 - Given the number of files, convert PLIST_FILES to pkg-plist Found out via: repology.org Added: head/audio/mpz/pkg-plist (contents, props changed) Modified: head/audio/mpz/Makefile head/audio/mpz/distinfo head/audio/mpz/files/patch-mpz.pro Modified: head/audio/mpz/Makefile ============================================================================== --- head/audio/mpz/Makefile Fri Oct 23 11:32:42 2020 (r553102) +++ head/audio/mpz/Makefile Fri Oct 23 11:59:50 2020 (r553103) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpz -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.7 CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org @@ -20,9 +20,6 @@ USES= compiler:c++11-lang qmake qt:5 USE_GSTREAMER1= flac libav mpg123 ogg opus vorbis USE_QT= buildtools_build concurrent core dbus gui multimedia \ network widgets x11extras - -PLIST_FILES= bin/mpz share/applications/mpz.desktop \ - share/icons/hicolor/512x512/apps/mpz.png post-extract: @${RM} -r ${WRKSRC}/libs/taglib ${WRKSRC}/libs/yaml-cpp Modified: head/audio/mpz/distinfo ============================================================================== --- head/audio/mpz/distinfo Fri Oct 23 11:32:42 2020 (r553102) +++ head/audio/mpz/distinfo Fri Oct 23 11:59:50 2020 (r553103) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602483860 -SHA256 (olegantonyan-mpz-1.0.2_GH0.tar.gz) = 581dad7941d8db781d04e1a94ca06c8dbf128093bdcf58972c0a8b3e4831f3d3 -SIZE (olegantonyan-mpz-1.0.2_GH0.tar.gz) = 2854578 +TIMESTAMP = 1603365332 +SHA256 (olegantonyan-mpz-1.0.7_GH0.tar.gz) = 9be079a47635fdad624e47561d15c24b79eeda3742ba00c6449460edd5cc640c +SIZE (olegantonyan-mpz-1.0.7_GH0.tar.gz) = 2951265 Modified: head/audio/mpz/files/patch-mpz.pro ============================================================================== --- head/audio/mpz/files/patch-mpz.pro Fri Oct 23 11:32:42 2020 (r553102) +++ head/audio/mpz/files/patch-mpz.pro Fri Oct 23 11:59:50 2020 (r553103) @@ -1,6 +1,6 @@ ---- mpz.pro.orig 2020-10-08 17:36:49 UTC +--- mpz.pro.orig 2020-10-22 11:15:32 UTC +++ mpz.pro -@@ -2,17 +2,15 @@ TEMPLATE = subdirs +@@ -2,39 +2,37 @@ TEMPLATE = subdirs CONFIG += ordered SUBDIRS = \ @@ -15,8 +15,41 @@ +desktop.path = $$PREFIX/share/applications/ desktop.files += mpz.desktop --icon.path = /usr/share/icons/hicolor/512x512/apps/ -+icon.path = $$PREFIX/share/icons/hicolor/512x512/apps/ - icon.files += app/resources/icons/mpz.png +-icon512.path = /usr/share/icons/hicolor/512x512/apps/ ++icon512.path = $$PREFIX/share/icons/hicolor/512x512/apps/ + icon512.files += app/resources/icons/512x512/mpz.png +-icon256.path = /usr/share/icons/hicolor/256x256/apps/ ++icon256.path = $$PREFIX/share/icons/hicolor/256x256/apps/ + icon256.files += app/resources/icons/256x256/mpz.png +-icon192.path = /usr/share/icons/hicolor/192x192/apps/ ++icon192.path = $$PREFIX/share/icons/hicolor/192x192/apps/ + icon192.files += app/resources/icons/192x192/mpz.png +-icon128.path = /usr/share/icons/hicolor/128x128/apps/ ++icon128.path = $$PREFIX/share/icons/hicolor/128x128/apps/ + icon128.files += app/resources/icons/128x128/mpz.png +-icon96.path = /usr/share/icons/hicolor/96x96/apps/ ++icon96.path = $$PREFIX/share/icons/hicolor/96x96/apps/ + icon96.files += app/resources/icons/96x96/mpz.png +-icon72.path = /usr/share/icons/hicolor/72x72/apps/ ++icon72.path = $$PREFIX/share/icons/hicolor/72x72/apps/ + icon72.files += app/resources/icons/72x72/mpz.png +-icon64.path = /usr/share/icons/hicolor/64x64/apps/ ++icon64.path = $$PREFIX/share/icons/hicolor/64x64/apps/ + icon64.files += app/resources/icons/64x64/mpz.png +-icon48.path = /usr/share/icons/hicolor/48x48/apps/ ++icon48.path = $$PREFIX/share/icons/hicolor/48x48/apps/ + icon48.files += app/resources/icons/48x48/mpz.png +-icon32.path = /usr/share/icons/hicolor/32x32/apps/ ++icon32.path = $$PREFIX/share/icons/hicolor/32x32/apps/ + icon32.files += app/resources/icons/32x32/mpz.png +-icon24.path = /usr/share/icons/hicolor/24x24/apps/ ++icon24.path = $$PREFIX/share/icons/hicolor/24x24/apps/ + icon24.files += app/resources/icons/24x24/mpz.png +-icon22.path = /usr/share/icons/hicolor/22x22/apps/ ++icon22.path = $$PREFIX/share/icons/hicolor/22x22/apps/ + icon22.files += app/resources/icons/22x22/mpz.png +-icon16.path = /usr/share/icons/hicolor/16x16/apps/ ++icon16.path = $$PREFIX/share/icons/hicolor/16x16/apps/ + icon16.files += app/resources/icons/16x16/mpz.png - INSTALLS += desktop icon + INSTALLS += desktop icon512 icon256 icon192 icon128 icon96 icon72 icon64 icon48 icon32 icon24 icon22 icon16 Added: head/audio/mpz/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mpz/pkg-plist Fri Oct 23 11:59:50 2020 (r553103) @@ -0,0 +1,14 @@ +bin/mpz +share/applications/mpz.desktop +share/icons/hicolor/16x16/apps/mpz.png +share/icons/hicolor/22x22/apps/mpz.png +share/icons/hicolor/24x24/apps/mpz.png +share/icons/hicolor/32x32/apps/mpz.png +share/icons/hicolor/48x48/apps/mpz.png +share/icons/hicolor/64x64/apps/mpz.png +share/icons/hicolor/72x72/apps/mpz.png +share/icons/hicolor/96x96/apps/mpz.png +share/icons/hicolor/128x128/apps/mpz.png +share/icons/hicolor/192x192/apps/mpz.png +share/icons/hicolor/256x256/apps/mpz.png +share/icons/hicolor/512x512/apps/mpz.png