From owner-svn-ports-all@freebsd.org Tue Sep 22 19:39:51 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 976A13F434E; Tue, 22 Sep 2020 19:39:51 +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 4Bws8Q03Vjz4VmP; Tue, 22 Sep 2020 19:39:49 +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 08MJdhKj009352 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 22 Sep 2020 15:39:43 -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 08MJdf73092906; Tue, 22 Sep 2020 15:39:41 -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: 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> From: "Mikhail T." Message-ID: <4e029bd8-58de-3e21-8478-decc64094f12@aldan.algebra.com> Date: Tue, 22 Sep 2020 15:39:41 -0400 MIME-Version: 1.0 In-Reply-To: <20200922083016.cnsno3cqv2kzwj4v@aching.in.mat.cc> Content-Language: en-US X-DCC-x.dcc-servers-Metrics: narawntapu 104; bulk rep Body=5 Fuz1=5 Fuz2=5 rep=64% X-Spam-Status: No, score=1.2 required=23.0 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE,RATWR8_MESSID,TW_SV,WINDOWS_7BITS autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on narawntapu.narawntapu X-Rspamd-Queue-Id: 4Bws8Q03Vjz4VmP 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.98 / 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)[5]; NEURAL_HAM_LONG(-0.90)[-0.896]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-0.86)[-0.855]; NEURAL_HAM_SHORT(-0.13)[-0.125]; 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-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: Tue, 22 Sep 2020 19:39:51 -0000 On 22.09.20 04:30, Mathieu Arnold wrote: > You do need to bump PORTREVISION to all consumers Is this, how I'd list them all? awk-F\| '$8 ~ /x265/ {print $2}' INDEX-11 Thanks! -mi