I followed the
and have confirmed the affected packages are using version 6 by issuing
however if I run /usr/sbin/pkg version -v -L '=' it tells me that its orphaned but in a folder that doesn't exist ...
Not a biggie but keep receiving an email daily telling me this is the case. Any suggestions ?
portupgrade
instructions in /usr/ports/UPDATING regarding the removal of outdated versions of origuruma ...
Code:
20171112:
AFFECTS: consumers of devel/oniguruma*
AUTHOR: riggs@FreeBSD.org
Outdated versions of oniguruma have been removed from the ports
tree; devel/oniguruma is the only supported version, currently
replacing devel/oniguruma6.
pkg should handle this automatically while users of portmaster or
portupgrade might need to take additional manual steps:
for users of portmaster:
portmaster -o devel/oniguruma devel/oniguruma6
portmaster -r devel/oniguruma
for users of portupgrade:
portupgrade -o devel/oniguruma devel/oniguruma6
portupgrade -fr devel/oniguruma
and have confirmed the affected packages are using version 6 by issuing
pkg delete oniguruma6-6.6.1
...
Code:
Deinstallation has been requested for the following 3 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
oniguruma6-6.6.1
php56-mbstring-5.6.32
phpMyAdmin-4.7.5
Number of packages to be removed: 3
The operation will free 39 MiB.
however if I run /usr/sbin/pkg version -v -L '=' it tells me that its orphaned but in a folder that doesn't exist ...
Code:
oniguruma6-6.6.1 ? orphaned: devel/oniguruma6
Not a biggie but keep receiving an email daily telling me this is the case. Any suggestions ?