From owner-freebsd-python@FreeBSD.ORG  Fri Apr 18 21:51:55 2014
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: python@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 3ABB8598;
 Fri, 18 Apr 2014 21:51:55 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org
 [144.76.36.55])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id B3DC81444;
 Fri, 18 Apr 2014 21:51:53 +0000 (UTC)
Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1])
 by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3ILpoS3048092
 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
 Fri, 18 Apr 2014 23:51:50 +0200 (CEST)
 (envelope-from root@poudriere.ithil.palantiri.org)
Received: (from root@localhost)
 by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3ILpoZq048081;
 Fri, 18 Apr 2014 23:51:50 +0200 (CEST) (envelope-from root)
Date: Fri, 18 Apr 2014 23:51:50 +0200 (CEST)
Message-Id: <201404182151.s3ILpoZq048081@poudriere.ithil.palantiri.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] www/py-TurboGears: stage
From: Bartek Rutkowski <ports@robakdesign.com>
X-send-pr-version: 3.113
X-GNATS-Notify: 
Cc: python@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 18 Apr 2014 21:51:55 -0000


>Submitter-Id:	current-users
>Originator:	Bartek Rutkowski
>Organization:	Pixeware LTD
>Confidential:	no
>Synopsis:	[PATCH] www/py-TurboGears: stage
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 11.0-CURRENT amd64
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Stage
- Drop easy_install
- Use auto pkg-plist
- Delete pkg-plist

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-TurboGears/1.5.1_2/

Port maintainer (python@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- py-TurboGears-1.5.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351570)
+++ Makefile	(working copy)
@@ -26,7 +26,8 @@
 
 USES=		gettext
 USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 OPTIONS_DEFINE=	ELIXIR NOSE SQLOBJECT SQLALCHEMY
@@ -36,7 +37,6 @@
 SQLOBJECT_DESC=	Use SQLObject as DB backend
 SQLALCHEMY_DESC=Use SQLAlchemy as DB backend TG[future]
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
--- py-TurboGears-1.5.1.patch ends here ---