svn commit: r340283 - in head/devel/py-RPyC: . files

Marcus von Appen mva at FreeBSD.org
Sun Jan 19 13:37:39 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list