UPDATING 20130316 Pkgng Only?

Code:
20130316:
  AFFECTS: users of converters/libiconv and devel/gettext
  AUTHOR: bapt@FreeBSD.org

  libiconv now handles the lib/charset.alias file instead of devel/gettext.
  If you are using pkgng 'and' upgrading from source with portupgrade or
  portmaster, first delete gettext, upgrade libiconv, then reinstall gettext.

  # pkg delete -f devel/gettext
  # portmaster converters/libiconv devel/gettext
    or
  # pkg delete -f devel/gettext
  # portupgrade converters/libiconv devel/gettext

Is there a suggested upgrade procedure for those that don't use pkgng?
 
The change is most likely related to the PKGNG's conflict detection that does not exist in the old pkg tools. The old tools can happily overwrite files that are part of another package. In PKGNG it's forbidden to do so.
 
Back
Top