From owner-svn-ports-all@freebsd.org Tue Feb 13 21:40:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44871F030AB; Tue, 13 Feb 2018 21:40:14 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD0267322A; Tue, 13 Feb 2018 21:40:13 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x243.google.com with SMTP id e1so12589870ita.0; Tue, 13 Feb 2018 13:40:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=0ni37jHhpbg7lsI5RfloXLgB8DyTQm4fBHK+r9DSFeo=; b=dWXPOjkBfzrZxLCBfLDaHby7HJOO9lIFQKrTZDiggE7cHkYZRA089R7ACdQkfE5pXs ptn4YTa30gw0eLsGSmKsuJ7sGIKukiFs7KOgASTYWLgju8widgZ3AKZ8mSh1/mt40zM+ x4lwEPmnviXmupjBEM+DQCKfkUdQl4uAsGW03yPCet+CYK3CpIP+VthKcL6XpekBkUrU G6AiHWM3PbSp+dD79aoks5dbUeuFYI68UFPJS1ZCv4/MBD8rPUq+dyKLyGDyLxs1d7OJ fWlK/Q6Jp7GJrJX3mpDPSpcXhe7C9wddRtu9O1AS8ulcmGDoASBaheZW+fH4k9CZ3REO jZhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=0ni37jHhpbg7lsI5RfloXLgB8DyTQm4fBHK+r9DSFeo=; b=GbLS0SktBn3HW5u7nZQWzSDDVAcO2kEgHGFWndTGWloSP3BZTPMyaLKVHZboKUlDbB FatjgL6l38dwYXcPWg8PoX1/TKtgK4GmLgJeAFYrIudxqE3VskafirShwCSh7svlHv0G xCQi13xXqF0WyFjSpanwHdoJPEb7QF+f85FfXoBZ1Xn3T478FdoB6C93SFkAwo3x5vPF U7wY3mErfT4MtkODO0qn9xJ87wCU63R/6vx8krYF0XT4Qv+o4DXRz4DLgaIWAopJj5tZ Q3brz7LnJPC4fHVOXVfWTPBbVTmNGSTuTTAPqNER+UzZ7GWRYSHjOHO+xRnRtws132rZ RH4g== X-Gm-Message-State: APf1xPA7LYFYvVn3ZpUo5ujZHFI8hrLq1YR5bzUvAKypJW02DNx334uU zh3AQd8jcgf6tdNyw38vTod8ZmEdoxqPjNtV7L8= X-Google-Smtp-Source: AH8x227s57IESr6eXXfsnUPcFzQGT6Gj1Tyec4z7H3BXBmAqMhG0e28GB+8VLef95u7E4Ps7ChyiTpr/TGIBlv0Vjck= X-Received: by 10.36.185.72 with SMTP id k8mr3448588iti.43.1518558012576; Tue, 13 Feb 2018 13:40:12 -0800 (PST) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.143.86 with HTTP; Tue, 13 Feb 2018 13:40:11 -0800 (PST) In-Reply-To: <201802122212.w1CMCRVS015759@repo.freebsd.org> References: <201802122212.w1CMCRVS015759@repo.freebsd.org> From: Antoine Brodin Date: Tue, 13 Feb 2018 22:40:11 +0100 X-Google-Sender-Auth: fIecMrJLOVRUE4_R-086tMeluTM Message-ID: Subject: Re: svn commit: r461663 - in head/devel/rpc2: . files To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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, 13 Feb 2018 21:40:14 -0000 On Mon, Feb 12, 2018 at 11:12 PM, Yuri Victorovich wrote: > Author: yuri > Date: Mon Feb 12 22:12:27 2018 > New Revision: 461663 > URL: https://svnweb.freebsd.org/changeset/ports/461663 > > Log: > devel/rpc2: Update to 2.14 > > Additional port changes: > * Replaced with DISTVERSION > * Removed USES=perl5 (perl not required) > * Removed the patch (applied upstream) > > soname didn't change > > Reported by: portscout > Approved by: tcberner (mentor, implicit) Hi, This seems to break coda_client and coda_server (see pkg-fallout mailing list) Antoine