diff options
author | gahr <gahr@FreeBSD.org> | 2010-01-19 03:01:41 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-01-19 03:01:41 +0800 |
commit | c9b97c33d82d6a7b17b03881d69c535f78b374c1 (patch) | |
tree | cbe1e51b79d9802308b94540c83075cbd98afb85 /x11-wm/e16/Makefile | |
parent | 9d8acbfcbebf1c1d7298d5297a60088ec58705dd (diff) | |
download | freebsd-ports-gnome-c9b97c33d82d6a7b17b03881d69c535f78b374c1.tar.gz freebsd-ports-gnome-c9b97c33d82d6a7b17b03881d69c535f78b374c1.tar.zst freebsd-ports-gnome-c9b97c33d82d6a7b17b03881d69c535f78b374c1.zip |
- Update to 1.0.1.901
Changelog:
- Fix name clash related to SUSv4 signal.h (patch by Pietro Cerutti, ticket 487).
- Fix creating GL pixmap in certain situations (when using mesa?).
- Play with XI2.
- Remove useless definition.
- Tweak configuration loading.
- Eliminate Mode.action_inhibit.
- Show EObj info via ipc when appropriate.
- Move EWindowGetNamePixmap() to x.c (and rename).
- Avoid some memory leaks with incorrect themes.
- Remove some redundant checks.
- Unmap internal windows before destroying.
- Fixes progress bar rendering when CM is active.
- Scale new icons down to 48x48 pixels.
- Change iconbox fallback icon mode back to snapshot.
- Do not propagate key events.
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index e81d325c403c..d23262355cb1 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -6,7 +6,7 @@ # PORTNAME= e16 -DISTVERSION= 1.0.1.002 +DISTVERSION= 1.0.1.901 CATEGORIES= x11-wm MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/ |