diff options
author | kwm <kwm@FreeBSD.org> | 2013-07-15 05:17:21 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-07-15 05:17:21 +0800 |
commit | e64fbe8165972e5bf6488c26f40f3473f2913d97 (patch) | |
tree | 045532534e1db412f1f596cdc2d983f42e70441a /UPDATING | |
parent | 31fd4d5de491e77b9a02a6345be0030fb1713a3f (diff) | |
download | freebsd-ports-gnome-e64fbe8165972e5bf6488c26f40f3473f2913d97.tar.gz freebsd-ports-gnome-e64fbe8165972e5bf6488c26f40f3473f2913d97.tar.zst freebsd-ports-gnome-e64fbe8165972e5bf6488c26f40f3473f2913d97.zip |
Update to 0.6.31.
Trim headers, update to new USES, remove obsolete Qt3 bindings.
Add new gtk3 avahi library. Misc cleanups.
Obtained from: GNOME devel repo
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -5,6 +5,22 @@ 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. +20130714: + AFFECTS: users of net/avahi-gtk + AUTHOR: kwm@FreeBSD.org + + Avahi was updated to 0.6.31, due to changes in the avahi-gtk port it will + be necessary to remove the avahi-gtk port before updating. + Users of pkg packages can skip this step. + + pkg_delete -f avahi-gtk + or + pkg delete -f avahi-gtk + followed by + portmaster net/avahi-gtk + or + portupgrade net/avahi-gtk + 20130711: AFFECTS: users of dns/py-ldns AUTHOR: mat@FreeBSD.org |