Date: Sun, 19 Jan 2014 13:37:38 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340283 - in head/devel/py-RPyC: . files Message-ID: <201401191337.s0JDbcmk022878@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sun Jan 19 13:37:38 2014 New Revision: 340283 URL: http://svnweb.freebsd.org/changeset/ports/340283 QAT: https://qat.redports.org/buildarchive/r340283/ Log: - Convert to PYDISTUTILS_AUTOPLIST - Remove obsolete patch, now that setuptools is used PR: ports/184809 Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> Deleted: head/devel/py-RPyC/files/ head/devel/py-RPyC/pkg-plist Modified: head/devel/py-RPyC/Makefile (contents, props changed) Modified: head/devel/py-RPyC/Makefile ============================================================================== --- head/devel/py-RPyC/Makefile Sun Jan 19 13:29:53 2014 (r340282) +++ head/devel/py-RPyC/Makefile Sun Jan 19 13:37:38 2014 (r340283) @@ -14,5 +14,6 @@ LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401191337.s0JDbcmk022878>