Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 09:06:04 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344712 - head/x11-wm/e16
Message-ID:  <201402170906.s1H964ix054448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Feb 17 09:06:04 2014
New Revision: 344712
URL: http://svnweb.freebsd.org/changeset/ports/344712
QAT: https://qat.redports.org/buildarchive/r344712/

Log:
  - 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.

Modified:
  head/x11-wm/e16/Makefile
  head/x11-wm/e16/distinfo

Modified: head/x11-wm/e16/Makefile
==============================================================================
--- head/x11-wm/e16/Makefile	Mon Feb 17 08:52:43 2014	(r344711)
+++ head/x11-wm/e16/Makefile	Mon Feb 17 09:06:04 2014	(r344712)
@@ -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
 
 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

Modified: head/x11-wm/e16/distinfo
==============================================================================
--- head/x11-wm/e16/distinfo	Mon Feb 17 08:52:43 2014	(r344711)
+++ head/x11-wm/e16/distinfo	Mon Feb 17 09:06:04 2014	(r344712)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402170906.s1H964ix054448>