From owner-freebsd-ports@freebsd.org Mon Feb 6 08:51:38 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38871CD2467 for ; Mon, 6 Feb 2017 08:51:38 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-qk0-x232.google.com (mail-qk0-x232.google.com [IPv6:2607:f8b0:400d:c09::232]) (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 E73EDB8E for ; Mon, 6 Feb 2017 08:51:37 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by mail-qk0-x232.google.com with SMTP id s186so48213709qkb.1 for ; Mon, 06 Feb 2017 00:51:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=+cvjB7GOm7U1Y8kLeUfabuqMv5oW4nBKiuHs1u3lbDU=; b=R9wYh8b4pMnl7ZprwATGYMYw5PnLVQn/ZUYKXZLUA1mCEN2XjJSttXFk2l4BirZ7t8 80xG0xyaNTnlyoOFxAAw0QOWRNtpwiz9xsMki7DxE8Jhj4bfeut+wTgfbXff2Y7OJzhn XPIlqm2blZmZRfTajyfEJ5auaEEXfmwIFxnkQTNdqILTOiuvYPVdSHSfiyXCYO/6Ewof zs2KE2gvHmDnnt13l8lfht+f6eICrUnXA2SHwccsusaHLjukzjOj5LAWyFXKYTNIilJB YbWH8PIIMpPDzsu5uDQl6lsAR84NzP4bgqgsXym6nz9uosg4o2eQ/mWYGQDai0fdaOi0 RIkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=+cvjB7GOm7U1Y8kLeUfabuqMv5oW4nBKiuHs1u3lbDU=; b=W1MYIpTyPAbn3E6noa3Ya2w5zO4/fUDPr8OJeistpMTokCZEqRzGToZykqHiibmsvk Qyh9OzmqByMRw9eY6KjnLKGROJvp+TVSz3UmnQL3wGoJes5sfrD0rJe+jqng5J5xvtLT CW8X4QsE3XMp1piJw3ttiFGvWKEMy9T07SpiylVbKEKpXxBp7Wq14qoR0ntLnHAE4vsh bJJogHLFg5TskCwDd3q3Uw7Sps8SJygkmPzzTm9xrhqccOTGTd5VGGlpYtOlxkIupTzM GqLwH0i9hXC/ORs58/YeX2lyIusJYk20XLcFo8TSRx5y4SvUGwUs3sOKFrZ3PlXgS0dO DOdA== X-Gm-Message-State: AMke39mCu23UFTfNmQgBZGdg3ptKxk/ZiCZnVm880yI822CNX54PUV4cmiX499Ub1VeCsQTaoofrD3B6ccnMRQ== X-Received: by 10.55.102.148 with SMTP id a142mr8766180qkc.33.1486371097136; Mon, 06 Feb 2017 00:51:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.55.162.20 with HTTP; Mon, 6 Feb 2017 00:51:36 -0800 (PST) In-Reply-To: <49464a20-dfd7-302e-4890-5e4dd6f5cf15@gwdg.de> References: <3df61113-0150-d487-a32b-7041d5ebd99f@zavitz.ca> <20170206062916.GE13006@home.opsec.eu> <49464a20-dfd7-302e-4890-5e4dd6f5cf15@gwdg.de> From: =?UTF-8?Q?Ren=C3=A9_Ladan?= Date: Mon, 6 Feb 2017 09:51:36 +0100 Message-ID: Subject: Re: devel/libcheck To: Rainer Hurling Cc: Kurt Jaeger , Don Zavitz , freebsd ports Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2017 08:51:38 -0000 2017-02-06 9:18 GMT+01:00 Rainer Hurling : > Am 06.02.2017 um 07:29 schrieb Kurt Jaeger: > > Hi! > > > >> I just went to update my ports today on a machine, and there was a > >> conflict between devel/check and devel/libcheck. > > > > It's more that libcheck was moved to check. > > > > According to /usr/ports/MOVED: > > > > devel/libcheck|devel/check|2017-02-05|Rename to match upstream naming > > > > For me, the following did the job: > > portmaster -o devel/check libcheck-0.10.0 > > Perhaps, this is something for UPDATING? > > No, UPDATING is for things humans need to do. portmaster should be able t= o figure this out from MOVED (which is mostly meant for machines). Ren=C3=A9 --=20 https://rene-ladan.nl/