aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-05-25 13:47:02 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-05-25 13:47:02 +0000
commita1fb7d3e4ebf09080fe48ea40b2cb801a56cf710 (patch)
tree6c7eaddac36a142a152df5465d79f751a329faf2 /UPDATING
parentd1bbb3f4754119f7930b998358366f23242bf1a5 (diff)
downloadports-a1fb7d3e4ebf09080fe48ea40b2cb801a56cf710.tar.gz
ports-a1fb7d3e4ebf09080fe48ea40b2cb801a56cf710.zip
Split up py-dbus and py-gobject3 into a -common and a python 2 and 3 port.
Submitted by: Gustau Perez Obtained from: gnome devel repo.
Notes
Notes: svn path=/head/; revision=355246
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c4f42a56383f..82cd947bd2fa 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ 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.
+20140525:
+ AFFECTS: users of devel/py-gobject3 and devel/py-dbus
+ AUTHOR: gnome@FreeBSD.org
+
+ py-gobject3 and py-dbus where split up in a common port (*-common),
+ python2 port (py-*) and python3 port (py3-*) port.
+
+ For port builds systems please follow the next following instructions:
+ Please delete the existing version to avoid conflicts.
+
+ # pkg delete -f py27-gobject3 py27-dbus
+ or
+ # pkg_delete devel/py-gobject3 devel/py-dbus
+
+ followed by:
+ # portmaster devel/py-gobject3 devel/py-dbus
+ or
+ # portinstall devel/py-gobject3 devel/py-dbus
+
20140521:
AFFECTS: users of databases/mariadb55*
AUTHOR: grembo@FreeBSD.org