svn commit: r328034 - head/devel/py-yaml

Dmitry Sivachenko demon at FreeBSD.org
Mon Sep 23 19:56:48 UTC 2013


Author: demon
Date: Mon Sep 23 19:56:47 2013
New Revision: 328034
URL: http://svnweb.freebsd.org/changeset/ports/328034

Log:
  Fix plist for python version 3.2+
  
  Maintainer timeout.

Modified:
  head/devel/py-yaml/Makefile

Modified: head/devel/py-yaml/Makefile
==============================================================================
--- head/devel/py-yaml/Makefile	Mon Sep 23 19:54:50 2013	(r328033)
+++ head/devel/py-yaml/Makefile	Mon Sep 23 19:56:47 2013	(r328034)
@@ -32,6 +32,10 @@ post-install:
 
 .include <bsd.port.pre.mk>
 
+.if ${PYTHON_REL} >= 320
+.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
+.endif
+
 .if ${PORT_OPTIONS:MYAML}
 PYSETUP=	setup.py --with-libyaml
 PYDISTUTILS_BUILD_TARGET=	build_ext


More information about the svn-ports-all mailing list