From owner-svn-ports-all@FreeBSD.ORG Sun Jul 7 21:41:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B9E1ABC6; Sun, 7 Jul 2013 21:41:02 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id ABC5217C2; Sun, 7 Jul 2013 21:41:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r67Lf2cQ048270; Sun, 7 Jul 2013 21:41:02 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r67Lf28T048269; Sun, 7 Jul 2013 21:41:02 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201307072141.r67Lf28T048269@svn.freebsd.org> From: Grzegorz Blach Date: Sun, 7 Jul 2013 21:41:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322459 - head/textproc/py-pystache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jul 2013 21:41:02 -0000 Author: gblach Date: Sun Jul 7 21:41:02 2013 New Revision: 322459 URL: http://svnweb.freebsd.org/changeset/ports/322459 Log: - Include devel/py-virtualenv/files/py3k-fix-pkg-plist.inc if PYTHON_REL >= 320 Approved by: crees, tabthorpe (mentors, implicit) Modified: head/textproc/py-pystache/Makefile Modified: head/textproc/py-pystache/Makefile ============================================================================== --- head/textproc/py-pystache/Makefile Sun Jul 7 19:57:31 2013 (r322458) +++ head/textproc/py-pystache/Makefile Sun Jul 7 21:41:02 2013 (r322459) @@ -16,4 +16,10 @@ LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS=easy_install -.include +.include + +.if ${PYTHON_REL} >= 320 +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif + +.include