diff options
author | gblach <gblach@FreeBSD.org> | 2014-11-25 11:07:22 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2014-11-25 11:07:22 +0800 |
commit | 87b54e3e367990399c42dbb255ce6e12cf180129 (patch) | |
tree | a3ede366da71e5f2c9d8a5565a987a08de3b99d0 /UPDATING | |
parent | 27ee458dbd7d23c67cbb7706bdadfec14bf6018d (diff) | |
download | freebsd-ports-gnome-87b54e3e367990399c42dbb255ce6e12cf180129.tar.gz freebsd-ports-gnome-87b54e3e367990399c42dbb255ce6e12cf180129.tar.zst freebsd-ports-gnome-87b54e3e367990399c42dbb255ce6e12cf180129.zip |
- Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage
Reviewed by: crees, antoine
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -5,6 +5,33 @@ 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. +20141125: + AFFECTS: users of EFL libraries + AUTHOR: gblach@FreeBSD.org + + EFL libraries has been merged into one port. Before installing devel/efl + you must deinstall old EFL libraries: + + # pkg delete -f eina eet evas evas-\* ecore\* eio efreet embryo edje \ + ethumb emotion + # make -C /usr/ports/devel/efl install clean + +20141125: + AFFECTS: users of x11-wm/e17-module* + AUTHOR: gblach@FreeBSD.org + + Enlightenment has been updated to 0.19.1. Some of e-modules can't be build + with updated Enlightenment, these modules has been marked as broken. + E-modules which work with new Enlightenment has been renamed to + x11-wm/e-module-*. To update these modules you must call the following + commands (substituting the name of module in place *): + + # portmaster -o x11-wm/e-module-* x11-wm/e17-module-* + # portmaster -o x11-wm/e-modules x11-wm/e17-modules + or + # portupgrade -fo x11-wm/e-module-* x11-wm/e17-module-* + # portupgrade -fo x11-wm/e-modules x11-wm/e17-modules + 20141123: AFFECTS: users of security/heimdal AUTHOR: hrs@FreeBSD.org |