diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-21 13:27:16 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-21 13:27:16 +0800 |
commit | 8112386f17f76b88b55b21d5884cef5b05ed3069 (patch) | |
tree | c071769bfc107a2663404651db1a2a29a9d85c31 /UPDATING | |
parent | 9646a1edaa683005bfa38103030f1620566f0aba (diff) | |
download | freebsd-ports-gnome-8112386f17f76b88b55b21d5884cef5b05ed3069.tar.gz freebsd-ports-gnome-8112386f17f76b88b55b21d5884cef5b05ed3069.tar.zst freebsd-ports-gnome-8112386f17f76b88b55b21d5884cef5b05ed3069.zip |
- Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
on poppler.
Submitted by: kwm (poppler* part)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ 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. +20130317: + AFFECTS: users of graphics/poppler + AUTHOR: gnome@FreeBSD.org + + The graphics/poppler has been updated to 0.22.2. The shared library version + has changed from 18 to 34. Please rebuild all ports that depends on it: + + # portmaster -r poppler + or + # portupgrade -fr graphics/poppler + or + # pkg install -fR graphics/poppler + 20130319: AFFECTS: users of net/freerdp AUTHOR: fluffy@FreeBSD.org |