aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-17 17:06:04 +0800
committergahr <gahr@FreeBSD.org>2014-02-17 17:06:04 +0800
commitc25c7cea590345f596de2d5bd81b9f27453c0896 (patch)
tree3f391866e42387df87969c3bfa0a5ea3940e152f /x11-wm
parent868a7c422e13c3c44a2dba7e6a074d25219f964d (diff)
downloadfreebsd-ports-gnome-c25c7cea590345f596de2d5bd81b9f27453c0896.tar.gz
freebsd-ports-gnome-c25c7cea590345f596de2d5bd81b9f27453c0896.tar.zst
freebsd-ports-gnome-c25c7cea590345f596de2d5bd81b9f27453c0896.zip
- Update to 1.0.13.004
Changes: * Wrap XGetWindowAttributes(). * Simplify registration of override-redirect windows. * Avoid redundant calls of XGetWindowAttributes. * Only manage InputOutput windows. * Add server grab around initial window pickup loop. * Don't play sound in ShowAlert(). * Rename EDrawableCheck to EXDrawableOk and remove unused parameter. * Add EXWindowOk(). * Use our own window property functions in stead of various Xlib ones. * Remove some use of X11 Bool type/values. * Wrap the last XClearArea call. * Use NoXID in stead of None. * Use XCopyArea wrapper function. * Wrap remaining XCopyArea calls. * Tweak error handler API. * Wrap some calls to XFillRectangle. * Fix memory leak when changing area. * Reduce nesting in DialogRealizeItem(). * Simplify/fix dialog layout code.
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/e16/Makefile5
-rw-r--r--x11-wm/e16/distinfo4
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile
index 12eaf9b3cee2..249dc5cad574 100644
--- a/x11-wm/e16/Makefile
+++ b/x11-wm/e16/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= e16
-PORTVERSION= 1.0.13.003
+PORTVERSION= 1.0.13.004
CATEGORIES= x11-wm enlightenment
MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/
@@ -14,7 +14,8 @@ SOUND_DESC= Sound support via pulseaudio/libsndfile
USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \
xext xfixes xft xinerama xrandr xrender xxf86vm
-USES= gettext gmake iconv pkgconfig
+USES= gettext gmake iconv pkgconfig shebangfix
+SHEBANG_FILES= scripts/e_gen_menu
USE_EFL= imlib2
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
diff --git a/x11-wm/e16/distinfo b/x11-wm/e16/distinfo
index 4e6ccbc39d14..43d563be722a 100644
--- a/x11-wm/e16/distinfo
+++ b/x11-wm/e16/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e16-1.0.13.003.tar.gz) = 2d6d2eff4e4cda47a4257a2abd72e99128527935da85c3b5f062fedf0db306ad
-SIZE (e16-1.0.13.003.tar.gz) = 2343521
+SHA256 (e16-1.0.13.004.tar.gz) = 7a36cf5ff3fca3b1a8e70ff980ad39c39b28a652c74b3ea5663e1f8252fa4bdf
+SIZE (e16-1.0.13.004.tar.gz) = 2348143