From owner-svn-ports-head@freebsd.org Wed Sep 16 21:07:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FED09CEFAA for ; Wed, 16 Sep 2015 21:07:48 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv199.fwdcdn.com (frv199.fwdcdn.com [212.42.77.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BD631A35 for ; Wed, 16 Sep 2015 21:07:47 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Cc:To:Subject:From:Date; bh=7M+3nKvyIl2mf0lI8Wkdbtwtm1NRmwfCBJazEztSGJ4=; b=UjhvSjBlGDHveixu1D1iuXDfHCx1NtZY1N1W0vdLC4O+lcnN5ZhsHI49dNPs7P+M0i1G8v1Q22ljmW1/NBRSToIg1KwdKF6nAjgFIcpkq7nc3sTZCdPGXKA+pPof1zRVAQS9Y2h635vd21GbTX6p5aVlkiVRzHVMEzJR0OiGG4I=; Received: from [10.10.10.33] (helo=frv33.fwdcdn.com) by frv199.fwdcdn.com with smtp ID 1ZcJvU-000PV9-64 for svn-ports-head@freebsd.org; Thu, 17 Sep 2015 00:07:36 +0300 Date: Thu, 17 Sep 2015 00:07:35 +0300 From: fidaj Subject: Re: svn commit: r397077 - in head: . Mk astro/libroadnav astro/roadnav audio/audacity audio/smasher biology/lamarc biology/treeviewx cad/basicdsp cad/gspiceui comms/congruity comms/ebook2cwgui comms/tr... To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Mailer: mail.ukr.net 5.0 Message-Id: <1442437516.831970596.0ylf3u4q@frv33.fwdcdn.com> In-Reply-To: <201509161951.t8GJpSle064438@repo.freebsd.org> References: <201509161951.t8GJpSle064438@repo.freebsd.org> X-Reply-Action: reply Received: from fidaj@ukr.net by frv33.fwdcdn.com; Thu, 17 Sep 2015 00:07:35 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 16 Sep 2015 21:07:48 -0000   --- Оригінальне повідомлення --- Від кого: "Baptiste Daroussin" Дата: 16 вересня 2015, 22:51:57 Author: bapt Date: Wed Sep 16 19:51:26 2015 New Revision: 397077 URL: https://svnweb.freebsd.org/changeset/ports/397077 Log: Remove ansi version fo wxGTK 2.8 and only keep the unicode version All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop Deleted: head/x11-toolkits/py-wxPython28-unicode/ head/x11-toolkits/wxgtk28-unicode/ head/x11-toolkits/wxgtk28-unicode-contrib/ ... Modified: head/MOVED ============================================================================== --- head/MOVED Wed Sep 16 19:10:16 2015 (r397076) +++ head/MOVED Wed Sep 16 19:51:26 2015 (r397077) @@ -7870,3 +7870,6 @@ www/asp-php||2015-09-13|Unmaintained ups textproc/py-xmltools||2015-09-15|Remove port marked broken for six months: fetch failed security/krb5-111|security/krb5-112|2015-09-15|krb5-1.11 EOLed by MIT in December 2014 textproc/py-xml||2015-09-16|Remove: this package is available in standard python library since 2.2 +x11-toolkits/wxgtk28-unicode|x11-toolkits/wxgtk28|2015-09-16|Make wxGTK now only unicode +x11-toolkits/py-wxPython28-unicode|x11-toolkits/py-wxPython28-unicode|2015-09-16|Make wxGTK now only unicode +x11-toolkits/py-wxPython28-unicode-contrib|x11-toolkits/py-wxPython28-unicode-contrib|2015-09-16|Make wxGTK now only unicode Hello. How to understand is moved? My poudriere outraged ... [00:00:06] ====>> Loading MOVED [00:00:06] ====>> Calculating ports order and dependencies [00:00:06] ====>> MOVED: x11-toolkits/py-wxPython28-unicode renamed to x11-toolkits/py-wxPython28-unicode Thanks.