Date: Mon, 23 Sep 2013 19:56:48 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328034 - head/devel/py-yaml Message-ID: <201309231956.r8NJum1f028032@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309231956.r8NJum1f028032>