From owner-freebsd-python@FreeBSD.ORG Thu May 8 15:40:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.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 E7FFBA05 for ; Thu, 8 May 2014 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 D6690E87 for ; Thu, 8 May 2014 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48Fe1oi013477 for ; Thu, 8 May 2014 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48Fe1c0013476; Thu, 8 May 2014 15:40:01 GMT (envelope-from gnats) Date: Thu, 8 May 2014 15:40:01 GMT Message-Id: <201405081540.s48Fe1c0013476@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188769: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 15:40:02 -0000 The following reply was made to PR ports/188769; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188769: commit references a PR Date: Thu, 8 May 2014 15:33:26 +0000 (UTC) Author: vanilla Date: Thu May 8 15:33:23 2014 New Revision: 353318 URL: http://svnweb.freebsd.org/changeset/ports/353318 QAT: https://qat.redports.org/buildarchive/r353318/ Log: - Stage - Drop easy_install support - Add auto pkg-plist - Delete pkg-plist - Pet portlint PR: ports/188769 Submitted by: Bartek Rutkowski Approved by: portmgr@ Modified: head/www/py-pylons/Makefile Modified: head/www/py-pylons/Makefile ============================================================================== --- head/www/py-pylons/Makefile Thu May 8 15:29:28 2014 (r353317) +++ head/www/py-pylons/Makefile Thu May 8 15:33:23 2014 (r353318) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Pylons-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= Pylons Web Framework +COMMENT= Python based web framework BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \ ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3.3:${PORTSDIR}/www/py-pastedeploy \ @@ -30,9 +30,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Pa RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= Pylons -PYDISTUTILS_NOEGGINFO= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"