From owner-svn-ports-head@FreeBSD.ORG Wed Aug 21 14:13:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2BAC9FE2; Wed, 21 Aug 2013 14:13:12 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B0F22EAA; Wed, 21 Aug 2013 14:13:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7LEDB5Y069275; Wed, 21 Aug 2013 14:13:11 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7LEDBTJ069272; Wed, 21 Aug 2013 14:13:11 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201308211413.r7LEDBTJ069272@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 21 Aug 2013 14:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325135 - head/x11-wm/e16 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2013 14:13:12 -0000 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