From owner-svn-ports-head@FreeBSD.ORG Mon Feb 17 09:06:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 112584C2; Mon, 17 Feb 2014 09:06:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D446D1632; Mon, 17 Feb 2014 09:06:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1H964qp054450; Mon, 17 Feb 2014 09:06:04 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1H964ix054448; Mon, 17 Feb 2014 09:06:04 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402170906.s1H964ix054448@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 17 Feb 2014 09:06:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344712 - head/x11-wm/e16 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 09:06:05 -0000 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