From owner-svn-ports-all@freebsd.org Mon Aug 31 12:56:32 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 685759C723A; Mon, 31 Aug 2015 12:56:32 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5891263D; Mon, 31 Aug 2015 12:56:32 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7VCuWNf084242; Mon, 31 Aug 2015 12:56:32 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7VCuVY0084238; Mon, 31 Aug 2015 12:56:31 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201508311256.t7VCuVY0084238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 31 Aug 2015 12:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395670 - in head/devel/py-virtualenvwrapper: . 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.20 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, 31 Aug 2015 12:56:32 -0000 Author: koobs Date: Mon Aug 31 12:56:30 2015 New Revision: 395670 URL: https://svnweb.freebsd.org/changeset/ports/395670 Log: devel/py-virtualenvwrapper: Unmark BROKEN - Unmark BROKEN port after pbr update [1] - Patch conf.py as sphinx renamed the 'default' theme, which caused the following error: sphinx.errors.SphinxWarning: WARNING: 'default' html theme has been renamed to 'classic'. Please change your html_theme setting either to the new 'alabaster' default theme, or to 'classic' to keep using the old default. - Update pkg-plist accordingly While I'm here: - Add LICENSE_FILE - Sort USE_PYTHON values [1] https://svnweb.freebsd.org/changeset/ports/395669 Approved by: portmgr (blanket) Added: head/devel/py-virtualenvwrapper/files/ head/devel/py-virtualenvwrapper/files/patch-docs_source_conf.py (contents, props changed) Modified: head/devel/py-virtualenvwrapper/Makefile head/devel/py-virtualenvwrapper/pkg-plist Modified: head/devel/py-virtualenvwrapper/Makefile ============================================================================== --- head/devel/py-virtualenvwrapper/Makefile Mon Aug 31 12:44:05 2015 (r395669) +++ head/devel/py-virtualenvwrapper/Makefile Mon Aug 31 12:56:30 2015 (r395670) @@ -11,8 +11,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= Set of extensions to virtualenv LICENSE= MIT - -BROKEN= does not build +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.5.19:${PORTSDIR}/devel/py-pbr RUN_DEPENDS= ${PKGNAMEPREFIX}stevedore>=0.3:${PORTSDIR}/devel/py-stevedore \ Added: head/devel/py-virtualenvwrapper/files/patch-docs_source_conf.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-virtualenvwrapper/files/patch-docs_source_conf.py Mon Aug 31 12:56:30 2015 (r395670) @@ -0,0 +1,11 @@ +--- docs/source/conf.py.orig 2015-08-31 12:34:27 UTC ++++ docs/source/conf.py +@@ -101,7 +101,7 @@ pygments_style = 'sphinx' + + # The theme to use for HTML and HTML Help pages. Major themes that come with + # Sphinx are currently 'default' and 'sphinxdoc'. +-html_theme = 'default' ++html_theme = 'classic' + + # Theme options are theme-specific and customize the look and feel of a theme + # further. For a list of options available for each theme, see the Modified: head/devel/py-virtualenvwrapper/pkg-plist ============================================================================== --- head/devel/py-virtualenvwrapper/pkg-plist Mon Aug 31 12:44:05 2015 (r395669) +++ head/devel/py-virtualenvwrapper/pkg-plist Mon Aug 31 12:56:30 2015 (r395670) @@ -14,20 +14,22 @@ %%PORTDOCS%%%%DOCSDIR%%/_sources/tips.txt %%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif %%PORTDOCS%%%%DOCSDIR%%/_static/basic.css +%%PORTDOCS%%%%DOCSDIR%%/_static/classic.css %%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/_static/default.css %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/down.png %%PORTDOCS%%%%DOCSDIR%%/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-1.11.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js %%PORTDOCS%%%%DOCSDIR%%/_static/minus.png %%PORTDOCS%%%%DOCSDIR%%/_static/plus.png %%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js %%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/up.png