From owner-svn-ports-all@freebsd.org Wed May 22 12:08:11 2019 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 1725C15AA2D0; Wed, 22 May 2019 12:08:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A7EB68280B; Wed, 22 May 2019 12:08:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from lrrr.mouf.net (cpe-174-109-174-192.nc.res.rr.com [174.109.174.192]) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id x4MC81WF068606 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 22 May 2019 12:08:07 GMT (envelope-from swills@FreeBSD.org) Subject: Re: svn commit: r502238 - in head/x11: . py-pyscreenshot To: koobs@FreeBSD.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201905220108.x4M18hFR056638@repo.freebsd.org> <20190522070947.GA31138@FreeBSD.org> <95155332-148d-38f0-7fee-f07e931c1682@FreeBSD.org> From: Steve Wills Message-ID: Date: Wed, 22 May 2019 08:07:56 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <95155332-148d-38f0-7fee-f07e931c1682@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Wed, 22 May 2019 12:08:07 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-Rspamd-Queue-Id: A7EB68280B X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.958,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 22 May 2019 12:08:11 -0000 Hi, On 5/22/19 3:16 AM, Kubilay Kocak wrote: > pyscreenshots setup.py doesn't reference pillow, but a dependent port pyscreenshot/plugins/wxscreen.py looks like it does: from PIL import Image which I think comes from graphics/py-pillow. Am I missing something? > for which this was added (pyvirtualdisplay) does. I'm guessing it was > inadvertent. > > I've already send Steve an email mentioning it This is the only email I saw. > Either way, not adding a port because the pkg-descr was wrong (I dont > think it is however, given it doesn't depend on pillow) is a bit much. > > We'd just amend the pkg-descr not to make the claim thereby restoring > balance to your force Any suggestions on what pkg-descr should say? Steve