From owner-svn-ports-all@freebsd.org Fri Apr 13 11:44:10 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 046F9F8110C; Fri, 13 Apr 2018 11:44:10 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB69B69CA9; Fri, 13 Apr 2018 11:44:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5F261950B; Fri, 13 Apr 2018 11:44:09 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3DBi9Hf089838; Fri, 13 Apr 2018 11:44:09 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3DBi9vG089837; Fri, 13 Apr 2018 11:44:09 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201804131144.w3DBi9vG089837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 13 Apr 2018 11:44:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467235 - head/www/py-azure-common X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: head/www/py-azure-common X-SVN-Commit-Revision: 467235 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Fri, 13 Apr 2018 11:44:10 -0000 Author: wg Date: Fri Apr 13 11:44:09 2018 New Revision: 467235 URL: https://svnweb.freebsd.org/changeset/ports/467235 Log: www/py-azure-common: remove duplicated distutils entry Reported by: mat Modified: head/www/py-azure-common/Makefile Modified: head/www/py-azure-common/Makefile ============================================================================== --- head/www/py-azure-common/Makefile Fri Apr 13 11:30:22 2018 (r467234) +++ head/www/py-azure-common/Makefile Fri Apr 13 11:44:09 2018 (r467235) @@ -12,6 +12,6 @@ COMMENT= Microsoft Azure common code LICENSE= APACHE20 USES= python zip -USE_PYTHON= autoplist distutils concurrent distutils +USE_PYTHON= autoplist concurrent distutils .include