diff options
author | pav <pav@FreeBSD.org> | 2010-05-31 20:03:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-31 20:03:24 +0800 |
commit | b1490af9a4f3e57256616cf5e80ff15b10caeadf (patch) | |
tree | e89de92ed4e0fbf5ec8858d2b90b1b9ad2519d9f /UPDATING | |
parent | 7dc16d71f64811d9e25f73c1a82cdfc84553849c (diff) | |
download | freebsd-ports-gnome-b1490af9a4f3e57256616cf5e80ff15b10caeadf.tar.gz freebsd-ports-gnome-b1490af9a4f3e57256616cf5e80ff15b10caeadf.tar.zst freebsd-ports-gnome-b1490af9a4f3e57256616cf5e80ff15b10caeadf.zip |
- Correct gettext shlib versions in recent entry
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw> on freebsd-ports
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ you update your ports collection, before attempting any port upgrades. AUTHOR: ade@FreeBSD.org Another version of gettext (0.18), and another shlib version bump - (from intl.7 to intl.8) + (from intl.8 to intl.9) All ports that have an identifiable known direct dependency on gettext have had their PORTREVISIONs bumped. If after upgrading: @@ -18,7 +18,7 @@ you update your ports collection, before attempting any port upgrades. # portupgrade -rf gettext # portmaster -r gettext - there are still ports on your system that are looking for libintl.so.7 + there are still ports on your system that are looking for libintl.so.8 (either in ${LOCALBASE}/lib/compat/pkg, or non-existent), _please_ file a PR so that a correct direct dependency can be added. |