diff options
author | gahr <gahr@FreeBSD.org> | 2013-04-22 23:10:48 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-04-22 23:10:48 +0800 |
commit | 5113c081b471830adab3db3fb9d982b37c99e75d (patch) | |
tree | 1186e4bc89e63a6ec07c6cf65653e3cc2d6e1b8f /x11-wm | |
parent | d8063b9a7f053f4ec27d57c20bccf6b1c1dfea6d (diff) | |
download | freebsd-ports-gnome-5113c081b471830adab3db3fb9d982b37c99e75d.tar.gz freebsd-ports-gnome-5113c081b471830adab3db3fb9d982b37c99e75d.tar.zst freebsd-ports-gnome-5113c081b471830adab3db3fb9d982b37c99e75d.zip |
- 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
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/e16/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 7403613b3e31..27ce679eac10 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -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> diff --git a/x11-wm/e16/distinfo b/x11-wm/e16/distinfo index 0c62108ec650..0d12210d3c98 100644 --- a/x11-wm/e16/distinfo +++ b/x11-wm/e16/distinfo @@ -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 |