Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2013 15:10:48 +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: r316234 - head/x11-wm/e16
Message-ID:  <201304221510.r3MFAmGR088803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Apr 22 15:10:48 2013
New Revision: 316234
URL: http://svnweb.freebsd.org/changeset/ports/316234

Log:
  - Update to 1.0.13
    Release notes: http://sf.net/mailarchive/message.php?msg_id=30727790
  
    Changes:
    * Don't use CPPFLAGS in Makefile.am.
    * Eliminate Quicksort(), use libc qsort() in stead.
    * Set startup id on apps started by snaps too.
    * Startup applications - Don't slide in or place manually during e16
      startup.
    * Fix Globally Active focus mode (Tim Howe).
    * Use qsort in stead of open coded sorting.
    * Move/rename atom/property related wrapper functions and types.
    * Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get.
    * Update esperanto translation
  
  Feature safe:	yes

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

Modified: head/x11-wm/e16/Makefile
==============================================================================
--- head/x11-wm/e16/Makefile	Mon Apr 22 15:03:18 2013	(r316233)
+++ head/x11-wm/e16/Makefile	Mon Apr 22 15:10:48 2013	(r316234)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	e16
-PORTVERSION=	1.0.12
+PORTVERSION=	1.0.13
 CATEGORIES=	x11-wm enlightenment
 MASTER_SITES=	SF/enlightenment/${PORTNAME}/${PORTVERSION}/
 
@@ -22,6 +22,7 @@ USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--disable-rpath --enable-mans SHELL=/bin/sh
+CFLAGS+=	-g -O0
 
 .include <bsd.port.options.mk>
 

Modified: head/x11-wm/e16/distinfo
==============================================================================
--- head/x11-wm/e16/distinfo	Mon Apr 22 15:03:18 2013	(r316233)
+++ head/x11-wm/e16/distinfo	Mon Apr 22 15:10:48 2013	(r316234)
@@ -1,2 +1,2 @@
-SHA256 (e16-1.0.12.tar.gz) = 9a423753deaf4517e20b998822f67f756be689819699ba0ddcfafa23621a357b
-SIZE (e16-1.0.12.tar.gz) = 2299987
+SHA256 (e16-1.0.13.tar.gz) = 66487942fe6c63050fb7c8fe424f37355a8005ed417355b6e78becd867a12dd2
+SIZE (e16-1.0.13.tar.gz) = 2299510



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