diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-12-28 14:32:14 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-12-28 14:32:14 +0000 |
commit | 600fc28011f1c748b61b707c7b8f4d4b147c0ff8 (patch) | |
tree | 7642dfc050846e9145f28ca425f29132dfe98d34 /UPDATING | |
parent | df0a7cb1212085c470b21156ab42dcb45d41b2a0 (diff) | |
download | ports-600fc28011f1c748b61b707c7b8f4d4b147c0ff8.tar.gz ports-600fc28011f1c748b61b707c7b8f4d4b147c0ff8.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20201228: + AFFECTS: www/py-flexget + AUTHOR: jbeich@FreeBSD.org + + py-flexget (or py37-flexget) has been renamed to flexget. + "pkg upgrade" doesn't track MOVED file unlike portmaster, so + provide a hint e.g., + + $ pkg upgrade -x flexget + + or install again, letting pkg remove the old version + + $ pkg install flexget + 20201218: AFFECTS: users of www/qt5-webengine AUTHOR: kai@FreeBSD.org |