aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2014-11-25 03:07:22 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2014-11-25 03:07:22 +0000
commit273c6e6d76de909e0b97d381d45340af8e91a37e (patch)
treea3ede366da71e5f2c9d8a5565a987a08de3b99d0 /UPDATING
parente688f6929aa312916047cec14f32a26ac695505a (diff)
downloadports-273c6e6d76de909e0b97d381d45340af8e91a37e.tar.gz
ports-273c6e6d76de909e0b97d381d45340af8e91a37e.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
Notes
Notes: svn path=/head/; revision=373393
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING27
1 files changed, 27 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 68e04c28779c..77d9c356939b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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