Date: Thu, 8 May 2014 16:00:00 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-python@FreeBSD.org Subject: Re: ports/188777: commit references a PR Message-ID: <201405081600.s48G005Q020927@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188777; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@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 <ports@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-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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405081600.s48G005Q020927>