From owner-svn-ports-head@FreeBSD.ORG Fri Jun 20 21:06:34 2014 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 ESMTPS id AD7531D9; Fri, 20 Jun 2014 21:06:34 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9EEE32B24; Fri, 20 Jun 2014 21:06:33 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id u10so2703641lbd.36 for ; Fri, 20 Jun 2014 14:06:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=V59JNTu1Fp7rSSwnZyq4RVTIC20xDNCfsR7J5WQoM3Q=; b=oB/6NlfhSw1Zvl+1+GqEsGmegbiS9x73YjHRQ3+coUC+1EUe4w8TGqPsrGsX0HNk8i /Wo32bDT1E/RXphqcTl85UxovnN74tQz+NHN1K4c9YiUQqY8uyhBPb62Mph/gUgpc2iL 9n5bb9W2xMe1T4BFsuk0aEUBPl9mSxV0zKKBcTL32sACyiHC0HG3YWj0pXoHXjbPIQVQ vy8mB9ZszSJ/6MFM8iCLrsjaqsTCqecl8gHymtzg+hv56jLpo5c5/zb+byWboVTJdwjs Ch1CHAXiqjMLnVtddGmLQvyAEFgWYT7xQrq4GVCPCCsAmnsNlU3nWX4JTezPOPfR5Vet wNkQ== X-Received: by 10.112.97.146 with SMTP id ea18mr3274502lbb.67.1403298391397; Fri, 20 Jun 2014 14:06:31 -0700 (PDT) Received: from orwell.Elisa.gmail.com (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id o1sm7328141lbw.27.2014.06.20.14.06.29 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 20 Jun 2014 14:06:30 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Olivier Duchateau Subject: Re: svn commit: r358629 - head/graphics/shotwell References: <201406201844.s5KIinZL064401@svn.freebsd.org> <20140620210327.163b9ba8aa148014bfc47aa2@freebsd.org> Date: Fri, 20 Jun 2014 20:43:09 +0300 In-Reply-To: <20140620210327.163b9ba8aa148014bfc47aa2@freebsd.org> (Olivier Duchateau's message of "Fri, 20 Jun 2014 21:03:27 +0000") Message-ID: <86a9975vf6.fsf@orwell.Elisa> User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, cmt@burggraben.net, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 20 Jun 2014 21:06:34 -0000 CC'ing the new maintainer. Olivier Duchateau writes: > On Fri, 20 Jun 2014 18:44:49 +0000 (UTC) > Raphael Kubo da Costa wrote: > >> Author: rakuco >> Date: Fri Jun 20 18:44:49 2014 >> New Revision: 358629 >> URL: http://svnweb.freebsd.org/changeset/ports/358629 >> QAT: https://qat.redports.org/buildarchive/r358629/ >> >> Log: >> - Update to 0.18.0. >> - Pass maintainership to submitter. >> >> PR: 191196 >> Submitted by: cmt@burggraben.net >> >> Modified: >> head/graphics/shotwell/Makefile >> head/graphics/shotwell/distinfo >> head/graphics/shotwell/pkg-plist > > Are you sure about GNOME dependencies? > > I've already sent fix to previous maintainer (without response). But > Shotwell needs GTK3 no GTK2. It depends of www/webkit-gtk3 (so be > consistent) and since Vala 0.20, the only toolkit is GTK3 (GTK2 vapi > file is still present, but causes error during compilation stage). My only test was building the patch with "poudriere bulk -t", and it passed just fine. Perhaps the new maintainer can shed more light into the whole thing.