diff options
author | gahr <gahr@FreeBSD.org> | 2013-03-07 17:48:38 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-03-07 17:48:38 +0800 |
commit | 66a2204fce489bcda7ca91fd2bfcd8a53e9498c9 (patch) | |
tree | 78c11d6837159c99e06396f70f2fba04fb2f7f97 /x11-wm/e16 | |
parent | 5948954ddaf95f2e99afd863277db457fe2c6289 (diff) | |
download | freebsd-ports-gnome-66a2204fce489bcda7ca91fd2bfcd8a53e9498c9.tar.gz freebsd-ports-gnome-66a2204fce489bcda7ca91fd2bfcd8a53e9498c9.tar.zst freebsd-ports-gnome-66a2204fce489bcda7ca91fd2bfcd8a53e9498c9.zip |
- Update to 1.0.11.002
Changes:
* Fix intended centering on parent of unplaced dialogs.
* Fix some issues reported by clang.
* Build silently (use AM_SILENT_RULES).
* Fix using e16 with xcompmgr.
Diffstat (limited to 'x11-wm/e16')
-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 86337dba0b60..d9caf0173743 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= e16 -PORTVERSION= 1.0.11.001 +PORTVERSION= 1.0.11.002 CATEGORIES= x11-wm enlightenment MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/ @@ -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 157f3c539ba2..b6df1e1b1afb 100644 --- a/x11-wm/e16/distinfo +++ b/x11-wm/e16/distinfo @@ -1,2 +1,2 @@ -SHA256 (e16-1.0.11.001.tar.gz) = 1b3dbd10ca78a85740b049c2b2b61f1cedca99aa5dc9ffb088cbcbe29f6c5351 -SIZE (e16-1.0.11.001.tar.gz) = 2296210 +SHA256 (e16-1.0.11.002.tar.gz) = 8049650066dfb245cbe44e9aa999942fc5374e0e967190b75b3ee512e0513967 +SIZE (e16-1.0.11.002.tar.gz) = 2298448 |