svn commit: r549401 - in head/multimedia/x265: . files

Ashish SHUKLA ashish at FreeBSD.org
Wed Sep 23 03:44:56 UTC 2020


On 9/23/20 1:09 AM, Mikhail T. wrote:
> 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
> 

For emacs, we do something similar:

  awk '-F|' '$8 ~ / x265-/ { print $2;}' /usr/ports/INDEX-12 |sort |uniq

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.

HTH
-- 
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200923/c0e2db2f/attachment.sig>


More information about the svn-ports-all mailing list