1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

While portmaster will rebuild if asked, portupgrade needs to be forced to do

it.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-12-17 16:31:01 +00:00
parent 820a96f636
commit 52e81f7199
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374863

View File

@ -20,7 +20,7 @@ you update your ports collection, before attempting any port upgrades.
With portupgrade:
portupgrade `find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so'|xargs pkg which -qo|sort -u`
portupgrade -f `find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so'|xargs pkg which -qo|sort -u`
With portmaster: