From owner-svn-ports-all@freebsd.org Sun Feb 25 06:22:49 2018 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 48AFCF1123F; Sun, 25 Feb 2018 06:22:49 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id CC31F6E184; Sun, 25 Feb 2018 06:22:48 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w1P6MfYY015196 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 24 Feb 2018 22:22:42 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Subject: Re: svn commit: r462936 - head/net-mgmt/py-adal To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201802250540.w1P5eUpE067758@repo.freebsd.org> From: Yuri Message-ID: Date: Sat, 24 Feb 2018 22:22:40 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <201802250540.w1P5eUpE067758@repo.freebsd.org> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 25 Feb 2018 06:22:49 -0000 On 02/24/18 21:40, Sunpoet Po-Chuan Hsieh wrote: > -USE_PYTHON= autoplist distutils > +USE_PYTHON= autoplist concurrent distutils Why did you add "concurrent"? It installs concurrently without it. > + > +WWW:https://pypi.python.org/pypi/adal > WWW:https://github.com/AzureAD/azure-activedirectory-library-for-python 2 URLs aren't allowed by PHB 3.2.1 pkg-descr "Include a URL to the official WWW homepage. Prepend /one/ of the websites (pick the most common one) with |WWW:|" Yuri