diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2014-09-28 22:58:51 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2014-09-28 22:58:51 +0000 |
commit | c6c79da969e63a1b59f318e5e20c9a2475290bf2 (patch) | |
tree | 3519e27224702b200392e2556264193fb94f359e /UPDATING | |
parent | 0393573f88dd44a26be995caa3ce8ef85916f214 (diff) | |
download | ports-c6c79da969e63a1b59f318e5e20c9a2475290bf2.tar.gz ports-c6c79da969e63a1b59f318e5e20c9a2475290bf2.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ 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. +20140929: + AFFECTS: users of comms/usbmuxd + AUTHOR: avilla@FreeBSD.org + + libusbmuxd.so was split from comms/usbmuxd into comms/libusbmuxd. + Remove usbmuxd before upgrading to avoid conflicts: + + # pkg delete -f usbmuxd + + If you need the daemon usbmuxd(1), you can reinstall the package + after the upgrade. + 20140928: AFFECTS: users of deskutils/calibre AUTHOR: madpilot@FreeBSD.org |