Date: Wed, 21 Aug 2013 14:13:11 +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: r325135 - head/x11-wm/e16 Message-ID: <201308211413.r7LEDBTJ069272@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Wed Aug 21 14:13:11 2013 New Revision: 325135 URL: http://svnweb.freebsd.org/changeset/ports/325135 Log: - Update to 1.0.13.0 Changes: * Fix installation group ownership of theme files (ticket 2345). * Fix various perl warnings. * Fix menu generation issue. * Play raise/lower sounds only if any windows are actually raised/lowered. * Fix bug in ActionClass loading. * Tweak button swallowing in slideouts. * Clear SF_INFO struct before calling sf_open(). * Save some bytes in various structs. * Button:inside_win is not used. * Tweak button event callback parameter. * updating desktop files translations * updating esperanto and adding serbian translation * Fixed sorting in desktop files * Avoid potential crash in menu unloading. * Fix potential use of uninitialised data. * Remove unnecessary EXTRA_DIST. * Eliminate BordersForeach(). * No need for double - change to float. * Let "eesh screen" show some randr info. * Disable moving "None" background to front. * Discard broken backgrounds (bg file missing) on exit. * Fix background dialog issues. * Switch to new list implementation. Modified: head/x11-wm/e16/Makefile head/x11-wm/e16/distinfo head/x11-wm/e16/pkg-plist Modified: head/x11-wm/e16/Makefile ============================================================================== --- head/x11-wm/e16/Makefile Wed Aug 21 14:08:06 2013 (r325134) +++ head/x11-wm/e16/Makefile Wed Aug 21 14:13:11 2013 (r325135) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= e16 -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.13.001 CATEGORIES= x11-wm enlightenment -MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/ MAINTAINER= gahr@FreeBSD.org COMMENT= A very artistic X window manager Modified: head/x11-wm/e16/distinfo ============================================================================== --- head/x11-wm/e16/distinfo Wed Aug 21 14:08:06 2013 (r325134) +++ head/x11-wm/e16/distinfo Wed Aug 21 14:13:11 2013 (r325135) @@ -1,2 +1,2 @@ -SHA256 (e16-1.0.13.tar.gz) = 66487942fe6c63050fb7c8fe424f37355a8005ed417355b6e78becd867a12dd2 -SIZE (e16-1.0.13.tar.gz) = 2299510 +SHA256 (e16-1.0.13.001.tar.gz) = 556346ba6b80677df22e94484e9a98bee69251ff3b79acd08c48c39b604b1f32 +SIZE (e16-1.0.13.001.tar.gz) = 2330693 Modified: head/x11-wm/e16/pkg-plist ============================================================================== --- head/x11-wm/e16/pkg-plist Wed Aug 21 14:08:06 2013 (r325134) +++ head/x11-wm/e16/pkg-plist Wed Aug 21 14:13:11 2013 (r325135) @@ -401,6 +401,7 @@ share/xsessions/e16-gnome3-session.deskt %%NLS%%share/locale/pt_BR/LC_MESSAGES/e16.mo %%NLS%%share/locale/ru/LC_MESSAGES/e16.mo %%NLS%%share/locale/sk/LC_MESSAGES/e16.mo +%%NLS%%share/locale/sr/LC_MESSAGES/e16.mo %%NLS%%share/locale/sv/LC_MESSAGES/e16.mo %%NLS%%share/locale/tr/LC_MESSAGES/e16.mo %%NLS%%share/locale/uk/LC_MESSAGES/e16.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308211413.r7LEDBTJ069272>