From owner-svn-ports-all@freebsd.org Fri Dec 4 12:35:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48223A40673; Fri, 4 Dec 2015 12:35:58 +0000 (UTC) (envelope-from sunpoet@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 mx1.freebsd.org (Postfix) with ESMTPS id DEE3917CF; Fri, 4 Dec 2015 12:35:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB4CZvcu017841; Fri, 4 Dec 2015 12:35:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4CZugO017838; Fri, 4 Dec 2015 12:35:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512041235.tB4CZugO017838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Dec 2015 12:35:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402980 - head/devel/py-setuptools X-SVN-Group: ports-head 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.20 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, 04 Dec 2015 12:35:58 -0000 Author: sunpoet Date: Fri Dec 4 12:35:56 2015 New Revision: 402980 URL: https://svnweb.freebsd.org/changeset/ports/402980 Log: - Update to 18.7 - Use @sample - Use PLIST_FILES instead of PLIST Changes: https://pythonhosted.org/setuptools/history.html https://github.com/jaraco/setuptools/blob/master/CHANGES.txt Differential Revision: https://reviews.freebsd.org/D4307 PR: 204891 Exp-run by: antoine Deleted: head/devel/py-setuptools/pkg-plist Modified: head/devel/py-setuptools/Makefile head/devel/py-setuptools/distinfo Modified: head/devel/py-setuptools/Makefile ============================================================================== --- head/devel/py-setuptools/Makefile Fri Dec 4 12:35:52 2015 (r402979) +++ head/devel/py-setuptools/Makefile Fri Dec 4 12:35:56 2015 (r402980) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= setuptools -PORTVERSION= 17.0 +PORTVERSION= 18.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,8 @@ PYDISTUTILS_SETUP= ${PYSETUP} CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}distribute-[0-9]* MAKE_ENV+= SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 -PLIST_SUB= EASYINSTALL_PTH=${PYTHON_SITELIBDIR}/easy-install.pth + +PLIST_FILES= "@sample %%PYTHON_SITELIBDIR%%/easy-install.pth.dist %%PYTHON_SITELIBDIR%%/easy-install.pth" .include Modified: head/devel/py-setuptools/distinfo ============================================================================== --- head/devel/py-setuptools/distinfo Fri Dec 4 12:35:52 2015 (r402979) +++ head/devel/py-setuptools/distinfo Fri Dec 4 12:35:56 2015 (r402980) @@ -1,2 +1,2 @@ -SHA256 (python/setuptools-17.0.tar.gz) = 561b33819ef3da2bff89cc8b05fd9b5ea3caeb31ad588b53fdf06f886ac3d200 -SIZE (python/setuptools-17.0.tar.gz) = 629845 +SHA256 (python/setuptools-18.7.tar.gz) = c57c1f5aa3b83e4c5e0ce5b144a7f96eea1dab873f35d5aaa3c2a2d960674353 +SIZE (python/setuptools-18.7.tar.gz) = 628702