From owner-svn-ports-head@freebsd.org Thu Mar 7 07:34:29 2019 Return-Path: Delivered-To: svn-ports-head@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 72C7C1520C84; Thu, 7 Mar 2019 07:34:29 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D978A6E1BC; Thu, 7 Mar 2019 07:34:28 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f53.google.com with SMTP id h58so12574858edb.5; Wed, 06 Mar 2019 23:34:28 -0800 (PST) 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=MUG5SGngeFiwgksUQMCe4IcJirM4KYFBtRw39T+wkBI=; b=jk/CaCqs+BXNl1Yc2g5Nr3Bzg2cYGrxBaEyY8f1ic+jfrgXhcZzHlu+GmE5/MXkPZZ 3iMqBfRggA0fd64XPauKI9afs0ZGRpf+IQ4MNcLQav5j2eXo1K2V7ufwo101QBRNRo0Q xPKmEExKpsQWjVMo65/hMT1f5u3hErhoEw3fzI33BS52w5BKelt85ZEuAUu5tBmhcgna viq1zulGQVbKhDRjMI/1qb8a6gmkNRnU/K64TMRCPDsd8XuRxVOG5lqZL4AwInZFs32r TWnqZ/oVe/5mnDyikF0GyNMi7C+6jq6G7+tqcXbUSoA6vFwKJCFo3Ki/GZAAu3o2mVBU VziA== X-Gm-Message-State: APjAAAX182B0MXQOp9bFGlWp6cZpaKYLAWqiCXwXXADXfqXBy3b0kxRp M5Z3SiZjNyMRl2psxHXxv4yEJxbAFXdCqljWlumCRIGD X-Google-Smtp-Source: APXvYqwRgeZtSYUKbhS7Nt0hWChAHB6GfEwBDQFVBbgaWpCZLR5xgqUUuJhhsfQSxSdOSWcWJ4F9C4afWcP3Yhaqvco= X-Received: by 2002:a50:ad45:: with SMTP id z5mr26844071edc.61.1551944067208; Wed, 06 Mar 2019 23:34:27 -0800 (PST) MIME-Version: 1.0 References: <201903061808.x26I8OH7097559@repo.freebsd.org> In-Reply-To: <201903061808.x26I8OH7097559@repo.freebsd.org> From: Antoine Brodin Date: Thu, 7 Mar 2019 08:34:16 +0100 Message-ID: Subject: Re: svn commit: r494826 - head/textproc/py-CommonMark To: Sunpoet Po-Chuan Hsieh Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: D978A6E1BC X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 07 Mar 2019 07:34:29 -0000 On Wed, Mar 6, 2019 at 7:09 PM Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > Date: Wed Mar 6 18:08:24 2019 > New Revision: 494826 > URL: https://svnweb.freebsd.org/changeset/ports/494826 > > Log: > Update to 0.8.1 > > Changes: https://github.com/rtfd/CommonMark-py/releases > PR: 236279 > Submitted by: sunpoet (myself) > Approved by: romain (maintainer) > > Modified: > head/textproc/py-CommonMark/Makefile > head/textproc/py-CommonMark/distinfo Hi, This broke py-recommonmark at runtime, and consequently at least llvm80 Antoine