From owner-svn-ports-all@FreeBSD.ORG Mon Mar 3 10:52:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EB416EA; Mon, 3 Mar 2014 10:52:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF8F27E5; Mon, 3 Mar 2014 10:52:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s23Aq37F062778; Mon, 3 Mar 2014 10:52:03 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s23Aq30U062777; Mon, 3 Mar 2014 10:52:03 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201403031052.s23Aq30U062777@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Mon, 3 Mar 2014 10:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346879 - in head/devel/py-virtualenv: . files 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.17 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: Mon, 03 Mar 2014 10:52:04 -0000 Author: rm Date: Mon Mar 3 10:52:03 2014 New Revision: 346879 URL: http://svnweb.freebsd.org/changeset/ports/346879 QAT: https://qat.redports.org/buildarchive/r346879/ Log: devel/py-virtualenv: remove py3k-fix-pkg-plist.inc - remove files/py3k-fix-pkg-plist.inc - last consumer of it gone. This functionality is included into bsd.python.mk and works automagically for py3 ports - unmute docs installation command and remove pkg-plist while here Approved by: nivit (maintainer, explicitly for such changes in his ports) Deleted: head/devel/py-virtualenv/files/ head/devel/py-virtualenv/pkg-plist Modified: head/devel/py-virtualenv/Makefile Modified: head/devel/py-virtualenv/Makefile ============================================================================== --- head/devel/py-virtualenv/Makefile Mon Mar 3 10:42:55 2014 (r346878) +++ head/devel/py-virtualenv/Makefile Mon Mar 3 10:52:03 2014 (r346879) @@ -27,11 +27,12 @@ PYDISTUTILS_AUTOPLIST= yes .if ${PORT_OPTIONS:MDOCS} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +PORTDOCS= * PYDISTUTILS_BUILD_TARGET+= build_sphinx post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .endif regression-test: build