Re: git: 51d62dcf1e3d - main - multimedia/celluloid: update to 0.22, retiring -devel
Date: Fri, 05 Nov 2021 21:00:30 UTC
Yasuhiro Kimura <yasu@FreeBSD.org> writes: > From: Jan Beich <jbeich@FreeBSD.org> >> diff --git a/MOVED b/MOVED >> index 1495e90b2e7d..aad295116194 100644 >> --- a/MOVED >> +++ b/MOVED >> @@ -16595,3 +16595,4 @@ emulators/advancemame||2021-10-31|Has expired: Heavily outdated and unmaintained >> devel/clanlib||2021-10-31|Has expired: Upstream no longer maintained >> astro/boinc-setiathome||2021-11-03|No longer giving out work units >> astro/boinc-astropulse||2021-11-04|boinc-setiathome removed, no longer needed >> +multimedia/celluloid-devel|multimedia/celluloid|Out of date: use multimedia/celluloid for now > > This should be as following. > > +multimedia/celluloid-devel|multimedia/celluloid|2021-11-05|Out of date: use multimedia/celluloid for now Thanks (see 1f5889369a91). I didn't use MOVEDlint.awk mainly because it's slow and often has false positives e.g., $ Tools/scripts/MOVEDlint.awk [...] 9936: ftp/php-fastdfs does not have the php72 flavor 9937: ftp/php-fastdfs does not have the php72 flavor 9938: www/unit-php does not have the php72 flavor 9939: www/unit-php does not have the php72 flavor 13491: security/pecl-mcrypt does not have the php72 flavor 14922: sysutils/py-rdiff-backup does not have the py37 flavor $ fgrep DEFAULT_VERSIONS ${__MAKE_CONF:-/etc/make.conf} DEFAULT_VERSIONS = php=80 python=3.10 python3=3.10 poudriere didn't complain about missing date field e.g., $ poudriere bulk -j 130amd64 multimedia/celluloid{,-devel} [...] [00:00:02] Warning: MOVED: multimedia/celluloid-devel renamed to multimedia/celluloid [...]