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

Mikhail T. mi+t at aldan.algebra.com
Wed Sep 23 04:40:40 UTC 2020


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



More information about the svn-ports-all mailing list