From owner-svn-ports-head@freebsd.org Wed Sep 23 04:40:40 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 152CC3ED73E; Wed, 23 Sep 2020 04:40:40 +0000 (UTC) (envelope-from mi+t@aldan.algebra.com) Received: from symbion.zaytman.com (symbion.zaytman.com [64.112.176.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "symbion", Issuer "Narawntapu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bx58R0grbz4H4Y; Wed, 23 Sep 2020 04:40:38 +0000 (UTC) (envelope-from mi+t@aldan.algebra.com) Received: from narawntapu.narawntapu (pool-96-234-76-140.nwrknj.fios.verizon.net [96.234.76.140]) by symbion.zaytman.com (8.16.1/8.15.2) with ESMTPS id 08N4eblQ012837 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 23 Sep 2020 00:40:37 -0400 (EDT) (envelope-from mi+t@aldan.algebra.com) X-Authentication-Warning: symbion.zaytman.com: Host pool-96-234-76-140.nwrknj.fios.verizon.net [96.234.76.140] claimed to be narawntapu.narawntapu Received: from aldan.narawntapu (aldan [192.168.3.13]) by narawntapu.narawntapu (8.16.1/8.15.2) with ESMTP id 08N4eYgd064679; Wed, 23 Sep 2020 00:40:34 -0400 (EDT) (envelope-from mi+t@aldan.algebra.com) X-Authentication-Warning: narawntapu.narawntapu: Host aldan [192.168.3.13] claimed to be aldan.narawntapu Subject: Re: svn commit: r549401 - in head/multimedia/x265: . files To: Ashish SHUKLA , Mathieu Arnold , Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202009202217.08KMHqcc054694@repo.freebsd.org> <20200922083016.cnsno3cqv2kzwj4v@aching.in.mat.cc> <4e029bd8-58de-3e21-8478-decc64094f12@aldan.algebra.com> <0ee2a853-2506-937e-223b-d04a31905af2@FreeBSD.org> From: "Mikhail T." Message-ID: <29b3f315-7d19-539b-4892-b79a264192ae@aldan.algebra.com> Date: Wed, 23 Sep 2020 00:40:34 -0400 MIME-Version: 1.0 In-Reply-To: <0ee2a853-2506-937e-223b-d04a31905af2@FreeBSD.org> Content-Language: en-US X-DCC-x.dcc-servers-Metrics: narawntapu 104; bulk rep Body=6 Fuz1=6 Fuz2=6 rep=64% X-Spam-Status: No, score=0.7 required=23.0 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE,RATWR8_MESSID,SMILEY,TW_SV,WINDOWS_7BITS autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on narawntapu.narawntapu X-Rspamd-Queue-Id: 4Bx58R0grbz4H4Y X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of mi@aldan.algebra.com has no SPF policy when checking 64.112.176.10) smtp.mailfrom=mi@aldan.algebra.com X-Spamd-Result: default: False [-0.13 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[mi]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[algebra.com]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[6]; NEURAL_HAM_LONG(-0.66)[-0.663]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-0.83)[-0.834]; NEURAL_SPAM_SHORT(0.47)[0.467]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:394548, ipnet:64.112.176.0/24, country:US]; TAGGED_FROM(0.00)[t]; MAILMAN_DEST(0.00)[svn-ports-head,svn-ports-all]; RECEIVED_SPAMHAUS_PBL(0.00)[96.234.76.140:received] Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.33 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:40:40 -0000 On 22.09.20 23:44, Ashish SHUKLA wrote: > Although since it's a .so bump, maybe only bumping direct dependents > shall be enough: > > awk '-F|' '$8 ~ / x265-/ { print $2"/Makefile";}' /usr/ports/INDEX-12 > |sort |uniq |xargs fgrep -wl x265 > > > Alternatively, you can try the script > /usr/ports/Tools/scripts/bump_revision.pl (maybe recommended way?) which > has options for bumping both direct, and direct+indirect dependents. Thanks, I already upped the PORTREVISION for the nine ports listed as depending on x265 on FreshPorts. None of this should really be necessary -- the software that needs this, should be able to track the dependency itself. That someone wrote a tool to do it instead of removing the necessity, is quite unfortunate :( -mi