From owner-svn-ports-all@FreeBSD.ORG Sun Jun 15 18:22:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 610414AA; Sun, 15 Jun 2014 18:22:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 4E48B24DC; Sun, 15 Jun 2014 18:22:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FIMmin082147; Sun, 15 Jun 2014 18:22:48 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5FIMmGq082146; Sun, 15 Jun 2014 18:22:48 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201406151822.s5FIMmGq082146@svn.freebsd.org> From: Marcus von Appen Date: Sun, 15 Jun 2014 18:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357917 - head/www/py-pyramid 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.18 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, 15 Jun 2014 18:22:48 -0000 Author: mva Date: Sun Jun 15 18:22:47 2014 New Revision: 357917 URL: http://svnweb.freebsd.org/changeset/ports/357917 QAT: https://qat.redports.org/buildarchive/r357917/ Log: - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Deleted: head/www/py-pyramid/pkg-plist Modified: head/www/py-pyramid/Makefile Modified: head/www/py-pyramid/Makefile ============================================================================== --- head/www/py-pyramid/Makefile Sun Jun 15 18:20:41 2014 (r357916) +++ head/www/py-pyramid/Makefile Sun Jun 15 18:22:47 2014 (r357917) @@ -3,6 +3,7 @@ PORTNAME= pyramid PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,7 +25,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} #TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}WebTest>=1.1:${PORTSDIR}/www/py-WebTest \ # ${PYTHON_PKGNAMEPREFIX}zope.component>=3.6.0:${PORTSDIR}/devel/py-zope.component -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include