Date: Mon, 31 Aug 2015 12:56:31 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> 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 Message-ID: <201508311256.t7VCuVY0084238@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508311256.t7VCuVY0084238>