From owner-svn-ports-head@freebsd.org Fri May 22 12:19:54 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8033C32F6D0; Fri, 22 May 2020 12:19:54 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qv1-f66.google.com (mail-qv1-f66.google.com [209.85.219.66]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49T5CZ15mPz4FZ5; Fri, 22 May 2020 12:19:53 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qv1-f66.google.com with SMTP id v15so4588768qvr.8; Fri, 22 May 2020 05:19:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TiZ+AqfuxAJMMwrazbWhv+sV2KV6gF6a2PtcM5jpwDk=; b=JYiXOn7ZJgIRazx5ZR5+JDbsl/Sr+qz/OUj2WQ87hvQFZUaxJbDJieLxRkHXDLrZoH 2mO+u6w0t8L8IbhWH7SCe+Sepr2etVKClcQ1uuvnLfSVo7oSGcTkTnsPgdAxMCzBD7sv rl9bzuHFhuqlj5fIT6HXcZFbi0KDsUOfimHAWBqqlICKXyZzMol6AMSGDkZ/bEja8aU6 NVEBUqJLHUKAO1qHKJ6LjmOTJtYUlVmCjkuwNoiI41qKeRWfPKIVNTYH3gsX48bZIUpJ u4TrUyXFMY0pPwzwyrWG5AcViOAGPHlN5qyfWAft8bFThaf3dk5nAwV8DPWu9KBix1fD 31Rg== X-Gm-Message-State: AOAM530952KjBgeZDSWLNobG4T5ZpqdF5WkpnMEeE9OoXHvr9Yt3cgPB NPlLj6RquddBTMbdCjv0zbGSoXfq13tut8kh2DkS5Q== X-Google-Smtp-Source: ABdhPJyeeLGcQY8tHQNYdEdPFe5duWMHApHDDw8LiX1xo9WgpCi4ApEWnRHGAlsiIcocGPCx/jOwIWb3gDf9tghxNgU= X-Received: by 2002:ad4:5424:: with SMTP id g4mr3530633qvt.176.1590149992785; Fri, 22 May 2020 05:19:52 -0700 (PDT) MIME-Version: 1.0 References: <202005212046.04LKk7Ti067148@repo.freebsd.org> In-Reply-To: <202005212046.04LKk7Ti067148@repo.freebsd.org> From: Antoine Brodin Date: Fri, 22 May 2020 14:19:41 +0200 Message-ID: Subject: Re: svn commit: r536171 - in head/devel/json-c: . files To: Sunpoet Po-Chuan Hsieh Cc: ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 49T5CZ15mPz4FZ5 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; TAGGED_FROM(0.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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, 22 May 2020 12:19:54 -0000 On Thu, May 21, 2020 at 10:46 PM Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > Date: Thu May 21 20:46:06 2020 > New Revision: 536171 > URL: https://svnweb.freebsd.org/changeset/ports/536171 > > Log: > Update to 0.14 > > Changes: https://github.com/json-c/json-c/blob/master/ChangeLog > PR: 246389 > Exp-run by: antoine ... > -lib/libjson-c.so.4 ... > +lib/libjson-c.so.5 Hi, You forgot to bump all ports depending on it. Antoine