From owner-svn-ports-head@FreeBSD.ORG Thu Jan 15 10:34:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A4D2AA6; Thu, 15 Jan 2015 10:34:33 +0000 (UTC) Received: from mail-yk0-x229.google.com (mail-yk0-x229.google.com [IPv6:2607:f8b0:4002:c07::229]) (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 1365DC44; Thu, 15 Jan 2015 10:34:33 +0000 (UTC) Received: by mail-yk0-f169.google.com with SMTP id 79so6521879ykr.0; Thu, 15 Jan 2015 02:34:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=iHCPEpqqhvngZaE4ijsWdrJXu0O6yAgAh+IsXckZqv8=; b=ZL+QKvB7ViUyB260HGJFaf06qRPqE9TFnA5txpiO/vW1uAj2KCs1Lh8mg5bUxvTibQ qCnnklwRJSxuuGuSrK0gGjuqaicXOiBbE1YBD2jP0BPiEUBXg9DVmymwG4MSZuGvVYiQ ARtA+T1MCo3srNSZ3sER/s37r/kFImLKLRCcBhWTd5xXyEydvdIxbSe+Dg1COXuGfwnt Zo6Ubjr7QL3HZHml27GDuhVJPZwq5Tx4vKQTFdpmxwyEevQxMgJkVYPkhhgHnfwAavA4 pMOoXAvDMoT09V97fBwGNRD+AdmTHj/ir4FONLllqLuMVAuGxUC2m4zmzdUc7gxskFuj ijGQ== MIME-Version: 1.0 X-Received: by 10.170.127.5 with SMTP id t5mr6258885ykb.2.1421318072128; Thu, 15 Jan 2015 02:34:32 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.142.198 with HTTP; Thu, 15 Jan 2015 02:34:32 -0800 (PST) In-Reply-To: <54B785D1.3000106@timon.net.nz> References: <201501141819.t0EIJXdu029821@svn.freebsd.org> <54B785D1.3000106@timon.net.nz> Date: Thu, 15 Jan 2015 10:34:32 +0000 X-Google-Sender-Auth: 8HGbfII6yPOR-R-xlsqEpSul3Lw Message-ID: Subject: Re: svn commit: r377033 - in head: astro/wmglobe astro/xplanet devel/efl editors/emacs editors/emacs-devel emulators/vice games/gracer graphics/exact-image graphics/gdal graphics/giflib graphics/giflib... From: Antoine Brodin To: Aleksander Matveev Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 15 Jan 2015 10:34:33 -0000 On Thu, Jan 15, 2015 at 9:18 AM, Aleksander Matveev wrote: > > On 14/01/2015 21:19, Antoine Brodin wrote: >> >> Author: antoine >> Date: Wed Jan 14 18:19:32 2015 >> New Revision: 377033 >> URL: https://svnweb.freebsd.org/changeset/ports/377033 >> QAT: https://qat.redports.org/buildarchive/r377033/ >> >> Log: >> Update graphics/giflib to 5.0.5 >> > > > Thanks for this update! > > It seems though that you have forgotten to portrevison bump > net-im/kopete-kde4 in this change? > > $ grep libgif /usr/ports/net-im/kopete-kde4/Makefile > libgif.so:${PORTSDIR}/graphics/giflib \ > libgif seems bogusly listed in the Makefile, kopete-kde4 doesn't link against it Cheers, Antoine