aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorfluffy <fluffy@FreeBSD.org>2011-01-03 19:51:29 +0800
committerfluffy <fluffy@FreeBSD.org>2011-01-03 19:51:29 +0800
commite44b314994c0376a8bb2fecd03f1ad1317381473 (patch)
tree6890750bbfcd241ce9697530b99a0c75caccc886 /UPDATING
parent6ea814330923f8d99531129f83d738e8e531c058 (diff)
downloadfreebsd-ports-gnome-e44b314994c0376a8bb2fecd03f1ad1317381473.tar.gz
freebsd-ports-gnome-e44b314994c0376a8bb2fecd03f1ad1317381473.tar.zst
freebsd-ports-gnome-e44b314994c0376a8bb2fecd03f1ad1317381473.zip
- Update graphics/libwpg to 0.2.0 release
- Update textproc/libwpd to 0.9.0 release - Add graphics/libwpg01 and textproc/libwpd08 as support libraries only - Take maintainership of textproc/libwpd[08] [1] - Chase dependencies in related ports - Describe updating procedure in UPDATING Approved by: Mikhail Teterin (maintainer) via mail [1]
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 18c90d53f0f2..eae2b3f6d739 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
+20110103:
+ AFFECTS: users of textproc/libwpd and graphics/libwpg
+ AUTHOR: fluffy@FreeBSD.org
+
+ LibWPD and LibWPG is now using new API, partially incompatible with
+ previous versions.
+ For correct upgrade procedure please upgrade LibWPD and LibWPG first
+ as described, than follow usual upgrade procedure
+
+ # portmaster -o textproc/libwpd08 libwpd
+ # portmaster -o graphics/libwpg01 libwpg
+
+ substitute 'portupgrade' for 'portmaster' accordingly if that's your
+ your upgrade tool of choice.
+
20101230:
AFFECTS: users of databases/postgresql??-(server|client)
AUTHOR: ohauer@FreeBSD.org