svn commit: r313571 - head/x11-wm/e16
Pietro Cerutti
gahr at FreeBSD.org
Thu Mar 7 09:48:39 UTC 2013
Author: gahr
Date: Thu Mar 7 09:48:38 2013
New Revision: 313571
URL: http://svnweb.freebsd.org/changeset/ports/313571
Log:
- 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.
Modified:
head/x11-wm/e16/Makefile
head/x11-wm/e16/distinfo
Modified: head/x11-wm/e16/Makefile
==============================================================================
--- head/x11-wm/e16/Makefile Thu Mar 7 09:31:55 2013 (r313570)
+++ head/x11-wm/e16/Makefile Thu Mar 7 09:48:38 2013 (r313571)
@@ -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>
Modified: head/x11-wm/e16/distinfo
==============================================================================
--- head/x11-wm/e16/distinfo Thu Mar 7 09:31:55 2013 (r313570)
+++ head/x11-wm/e16/distinfo Thu Mar 7 09:48:38 2013 (r313571)
@@ -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
More information about the svn-ports-head
mailing list