diff options
author | gahr <gahr@FreeBSD.org> | 2012-07-10 19:13:29 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-07-10 19:13:29 +0800 |
commit | 20491c0e009b522ea00fa4aa7002c10a8e36b614 (patch) | |
tree | 75446f163bc7b3e7f9f9f083c377066ff4a0882f /x11-wm/e16/Makefile | |
parent | c7c8334fe902e79a4998283f9c20759d5a20bf4e (diff) | |
download | freebsd-ports-gnome-20491c0e009b522ea00fa4aa7002c10a8e36b614.tar.gz freebsd-ports-gnome-20491c0e009b522ea00fa4aa7002c10a8e36b614.tar.zst freebsd-ports-gnome-20491c0e009b522ea00fa4aa7002c10a8e36b614.zip |
- Update to 1.0.10.001
Changelog:
* Spec file fixes.
* Expose ECompMgrWinSetOpacity() - call via EobjChangeOpacityNow().
* Eliminate Mode.place.doing_slide.
* Fix setting slide-in mode in dialog.
* Menus - Remove unused code.
* Change ewin sliding function API.
* Dialog sliders - Enable having upper bound below lower.
* Dialogs - Add missing const.
* Remove server grab around EShapeSetShape().
* Add EX_EVENT_GLX_FLIP.
* Move pre-eventloop calls of EobjsRepaint() out of progress bar functions.
* Remove useless parameter from SnapshotsSaveReal().
* GSOD - Make work when compositing.
* GSOD - Refactor + some changes.
* GSOD - Just use fixed font. Font sets are causing trouble again.
* Name ewin sliding functions consistently.
* Move ewin sliding functions to slide.c.
* EwinMove/Resize - Change various global/ewin flags to function parameter.
* Use OPSRC_NA in stead of 0.
* Add uninstall-local to fix distcheck (with recent autotools?).
* Move GetTimeMs/Us() to time.c.
* French translation update (Tristan D.).
* Make clean shouldn't remove e16-gnome3-session.desktop.
* Remove USER_NAME, HOME_DIR, and USER_SHELL from config file preparsing.
* Simplify user info functions.
* Close all fd's above 2 when exec'ing for restart.
* French translation update (Tristan D.).
* Minor tweak around ECompMgrGetRootBuffer().
* Remove some obsolete code.
* Change some longs to ints where long is not needed.
* Fix build without composite but with xrender.
* Remove now unused EKeycodeToString().
* Remove old e16keyedit (pre 0.7) IPC functions.
* Fix bug in pareto_maximizer() (Daniel Manjarres).
* Remove unnecessary AC_PROG_MAKE_SET.
* Warning fix for gcc-4.6.x.
* Japanese translation update (Yasufumi Haga).
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index cd0ebe677474..1d0a6876010b 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -6,10 +6,9 @@ # PORTNAME= e16 -PORTVERSION= 1.0.10 -PORTREVISION= 1 +PORTVERSION= 1.0.10.001 CATEGORIES= x11-wm enlightenment -MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/ MAINTAINER= gahr@FreeBSD.org COMMENT= A very artistic X window manager |