From owner-svn-ports-all@FreeBSD.ORG Tue Jul 29 16:32:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FEB771E; Tue, 29 Jul 2014 16:32:29 +0000 (UTC) Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (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 90F8825C1; Tue, 29 Jul 2014 16:32:28 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id z11so7264271lbi.3 for ; Tue, 29 Jul 2014 09:32:26 -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=6t2tsKdwDh27Xw0c2rzqn1JzoOYvH5rRWTaXto49pNI=; b=bjZnTR+wA0mM7mTCQ1jArbMNCSSRiBXujJLxbSA0cY1USvI0GipSKYFjVgAhQJ7V2j dBE2Kh9ezuAX35f5HsY3WhyPEVAunUGnMXttVQRXI33FZLLJnmBkCDD4YhyIpKL1Gbmz L/Vkynza2lPmGUFUja1kVel8Mh06sDCVzp9Xw2WjaQkgW0SskMFju962fXtpHkVJ87lk +Q+wl9AxAEwL7Z6GMGARBiR9R37pLQUlLR13Ot1UVWBGniaMddoTuLuZVBDmzXJ7hG0W O6nQ4C/F/kUh2KtzZqw5P+untQcGZLAeaIigTU9aoz9C0SX9xXooWt+z2oJqNhm1wJ3W UVWA== X-Received: by 10.112.72.3 with SMTP id z3mr3427840lbu.30.1406651546168; Tue, 29 Jul 2014 09:32:26 -0700 (PDT) Received: from orwell.gmail.com (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id aq10sm36410110lbc.9.2014.07.29.09.32.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Jul 2014 09:32:18 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Antoine Brodin Subject: Re: svn commit: r363240 - head/multimedia/phonon References: <201407281942.s6SJgBCb060778@svn.freebsd.org> Date: Tue, 29 Jul 2014 19:32:12 +0300 In-Reply-To: (Antoine Brodin's message of "Tue, 29 Jul 2014 17:55:06 +0200") Message-ID: <86d2cop1mb.fsf@FreeBSD.org> 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" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 29 Jul 2014 16:32:29 -0000 Antoine Brodin writes: > It seems phonon-designerplugin update was missed? (currently it fails > to checksum because distinfo has KDE/phonon-4.7.2.tar.xz while it > wants KDE/phonon-4.7.1.tar.xz) Sigh, I didn't even remember this port existed. Fixed in r363356, sorry about that.