The following reply was made to PR ports/188777; it has been noted by GNATS.
From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: ports/188777: commit references a PR Date: Thu, 8 May 2014 15:59:46 +0000 (UTC) Author: vanilla Date: Thu May 8 15:59:41 2014 New Revision: 353321 URL: http://svnweb.freebsd.org/changeset/ports/353321 QAT: https://qat.redports.org/buildarchive/r353321/ Log: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist PR: ports/188777 Submitted by: Bartek Rutkowski <po...@robakdesign.com> Approved by: portmgr@ Deleted: head/www/py-turbogears/pkg-plist Modified: head/www/py-turbogears/Makefile Modified: head/www/py-turbogears/Makefile ============================================================================== --- head/www/py-turbogears/Makefile Thu May 8 15:56:48 2014 (r353320) +++ head/www/py-turbogears/Makefile Thu May 8 15:59:41 2014 (r353321) @@ -26,7 +26,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cher 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 @@ NOSE_DESC= Use nose TG[testtools] 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: _______________________________________________ svn-ports-...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscr...@freebsd.org" _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"