From owner-svn-ports-head@freebsd.org Mon May 20 06:22:58 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 0C3BA15A343F; Mon, 20 May 2019 06:22:58 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f65.google.com (mail-ed1-f65.google.com [209.85.208.65]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) 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 71C228E34D; Mon, 20 May 2019 06:22:57 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f65.google.com with SMTP id j12so22066218eds.7; Sun, 19 May 2019 23:22:57 -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=5+itTJNhzbdAfASQzPivL3qPR5dNP4FcqXb4vRFGB9U=; b=hgk0s4VRLjEVXS4r7u8W0Me0giA3XS0PppVatmqe8jJJAwX5RxrtUM0eFT4JUijTtw uFkiep4o2bW7d/4cdtxci9YTh3vaVr2wLQYO4OZF4DdymESw4qD5csFiXBcFb8iH6ztt 2jsRfAy6PkABqK0rrtdNZH8jf7ju95+dxfVwhfTlTHg98KDaPEdlBDTDKaCelxPiOLv8 4lM8GpJ1GTYYnhEe/1RWRbrNFns3O1E/qUXVFI7d8qjiDoX8dZ/kk89zGAk4kPcL5zjJ k5bBro+xGWpDGKr5wRPAxq9sqGo7VX5e5n15fOjPQ5/87MkGM0tJSv1Z2WTR3hMQ7rJy +nxg== X-Gm-Message-State: APjAAAW6dwgQr75b6vA2X4Mnky4Q1/1d9TBCXDHyC8XaZgCDoP0ghGPu E1c2stseNMDgAyXUwGJRaGXI5RSs2ck+uFGmU1SBof2p X-Google-Smtp-Source: APXvYqx6OvsiPJskOEpViwm3fizsf4Hg0NOt7tPnSzNeB+Uy7hdy0UdfEcrF0UEaNzXSs3pjh8WWVW0Bq0eNBIYvWas= X-Received: by 2002:a50:f4cb:: with SMTP id v11mr74560518edm.21.1558333376016; Sun, 19 May 2019 23:22:56 -0700 (PDT) MIME-Version: 1.0 References: <201905191836.x4JIafYD028541@repo.freebsd.org> In-Reply-To: <201905191836.x4JIafYD028541@repo.freebsd.org> From: Antoine Brodin Date: Mon, 20 May 2019 08:22:44 +0200 Message-ID: Subject: Re: svn commit: r502034 - head/sysutils/py-filelock To: Yuri Victorovich Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 71C228E34D X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.93 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.93)[-0.932,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: Mon, 20 May 2019 06:22:58 -0000 On Sun, May 19, 2019 at 8:36 PM Yuri Victorovich wrote: > Author: yuri > Date: Sun May 19 18:36:41 2019 > New Revision: 502034 > URL: https://svnweb.freebsd.org/changeset/ports/502034 > > Log: > sysutils/py-filelock: Update 3.0.10 -> 3.0.11 > > Reported by: portscout > > Modified: > head/sysutils/py-filelock/Makefile > head/sysutils/py-filelock/distinfo Hi, The py27 flavor fails to build. Antoine