From owner-svn-ports-all@freebsd.org Fri Oct 2 08:20:35 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 67CA83FDF67; Fri, 2 Oct 2020 08:20:35 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (vogon.madpilot.net [159.69.1.99]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C2jbt0dcVz3WYh; Fri, 2 Oct 2020 08:20:24 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 4C2jbg6hcmz6dfR; Fri, 2 Oct 2020 10:20:15 +0200 (CEST) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10026) with ESMTP id tsbAJNhr-SX7; Fri, 2 Oct 2020 10:20:13 +0200 (CEST) Subject: Re: svn commit: r550494 - in head: archivers/file-roller databases/evolution-data-server deskutils/bijiben deskutils/gnome-calendar deskutils/gnome-clocks deskutils/gnome-contacts deskutils/gnome-conta... To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202009291207.08TC7SDA056150@repo.freebsd.org> From: Guido Falsi Message-ID: Date: Fri, 2 Oct 2020 10:20:13 +0200 In-Reply-To: <202009291207.08TC7SDA056150@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4C2jbt0dcVz3WYh X-Spamd-Bar: - X-Spamd-Result: default: False [-1.72 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.01)[-1.014]; R_DKIM_ALLOW(-0.20)[madpilot.net:s=bjowvop61wgh]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; MISSING_MIME_VERSION(2.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-0.99)[-0.987]; TO_DN_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[madpilot.net:+]; DMARC_POLICY_ALLOW(-0.50)[madpilot.net,quarantine]; NEURAL_HAM_SHORT(-0.72)[-0.723]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:159.69.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2020 08:20:35 -0000 On 29/09/20 14:07, Baptiste Daroussin wrote: > Author: bapt > Date: Tue Sep 29 12:07:28 2020 > New Revision: 550494 > URL: https://svnweb.freebsd.org/changeset/ports/550494 > > Log: > First batch at upgrading gnome to 3.36/3.38 > > Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports > depending on it > Update bijiben to 3.38.0 > Update gnome-calendar to 3.38.0 > Update gnome-contacts to 3.38 > Update gnome-maps to 3.38.0 > Patch gnome-todo to work with newer evolution-dataserver (patched obtained from > OpenBSD/Archlinux) > Update evolution to 3.38.0 > Update evolution-ews to 3.38.0 (among changes it brings support for office365) > Update folks to 0.14.0 > > Update cheese to 3.38.0 > Update aisleriot to 3.22.9 > Update five-or-more to 3.22.2 > Update fastream to 0.2.9 > Update gnome-control-center to 3.36.4 > Update gnmoe-settings-daemon to 3.38.0 > Update meld to 3.21.0 Unluckily meld now fails to start with this error: Meld requires pygobject 3.30 or higher. Is an update to devel/pygobject3-common planned? -- Guido Falsi