From nobody Thu Sep 01 10:03:42 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MJGpc38s6z4b3Qg; Thu, 1 Sep 2022 10:03:52 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4MJGpb2zpwz3lyX; Thu, 1 Sep 2022 10:03:51 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from [62.63.87.132] [62.63.87.132:36125] (HELO/EHLO mercury.localnet, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id 281A3gSG033988 (using TLSv1.2, with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Thu, 1 Sep 2022 13:03:42 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host [62.63.87.132] claimed to be mercury.localnet From: Max Brazhnikov To: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, Dima Panov Subject: Re: git: 208ee22a2978 - main - multimedia/subtitlecomposer: drop false positivities from previous commit (+) Date: Thu, 01 Sep 2022 13:03:42 +0300 Message-ID: <3913937.BRNeRiNLvY@mercury> In-Reply-To: <202209010658.2816wfR3036034@gitrepo.freebsd.org> References: <202209010658.2816wfR3036034@gitrepo.freebsd.org> List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4MJGpb2zpwz3lyX X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 77.236.34.3 is neither permitted nor denied by domain of makc@freebsd.org) smtp.mailfrom=makc@freebsd.org X-Spamd-Result: default: False [-2.10 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; MID_RHS_NOT_FQDN(0.50)[]; CTE_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:9113, ipnet:77.236.32.0/20, country:RU]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[dev-commits-ports-main@freebsd.org,dev-commits-ports-all@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all:c]; DMARC_NA(0.00)[freebsd.org]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[makc]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_SOME(0.00)[]; HAS_XAW(0.00)[]; ARC_NA(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On Thu, 1 Sep 2022 06:58:41 GMT Dima Panov wrote: > The branch main has been updated by fluffy: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=208ee22a29782ebd98dca49a0eb8cc82d811bd71 > > commit 208ee22a29782ebd98dca49a0eb8cc82d811bd71 > Author: Dima Panov > AuthorDate: 2022-09-01 06:56:27 +0000 > Commit: Dima Panov > CommitDate: 2022-09-01 06:58:34 +0000 > > multimedia/subtitlecomposer: drop false positivities from previous commit (+) > > stage-qa reported share/mime/subpicture/x-pgs.xml as orphaned but fail to package when it declaren in plist :( This file is generated by update-mime-database, so it shouldn't be packaged. However, there is a problem with subtitlecomposer [*], which has to be resolved. * https://invent.kde.org/multimedia/subtitlecomposer/-/issues/20 > --- > multimedia/subtitlecomposer/pkg-plist | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/multimedia/subtitlecomposer/pkg-plist b/multimedia/subtitlecomposer/pkg-plist > index 2ec22027d3ed..f8fd0dd0320d 100644 > --- a/multimedia/subtitlecomposer/pkg-plist > +++ b/multimedia/subtitlecomposer/pkg-plist > @@ -34,7 +34,6 @@ share/locale/uk/LC_MESSAGES/subtitlecomposer.mo > share/locale/zh_TW/LC_MESSAGES/subtitlecomposer.mo > share/metainfo/org.kde.subtitlecomposer.appdata.xml > share/mime/packages/subtitlecomposer.xml > -share/mime/subpicture/x-pgs.xml > %%DATADIR%%/scripts/README > %%DATADIR%%/scripts/api/scripting_list.h > %%DATADIR%%/scripts/api/scripting_range.h > @@ -62,4 +61,3 @@ share/mime/subpicture/x-pgs.xml > %%DATADIR%%/scripts/prepare_RTL_release.py > %%DATADIR%%/scripts/remove_hearing_impaired_text.js > %%DATADIR%%/scripts/undo_RTL_release.py > -@dir share/mime/subpicture >