py_cloud_sptheme failed to compile with: ..... File "/usr/local/lib/python2.7/site-packages/sphinx/builders/html.py", line 538, in write_genindex self.handle_page('genindex', genindexcontext, 'genindex.html') File "/usr/local/lib/python2.7/site-packages/sphinx/builders/html.py", line 798, in handle_page templatename, ctx, event_arg) File "/usr/local/lib/python2.7/site-packages/sphinx/application.py", line 556, in emit_firstresult for result in self.emit(event, *args): File "/usr/local/lib/python2.7/site-packages/sphinx/application.py", line 552, in emit results.append(callback(self, *args)) File "/ram/usr/ports/textproc/py-cloud_sptheme/work/cloud_sptheme-1.6/cloud_sptheme/ext/index_styling.py", line 52, in mangle_index name, (links, subitems) = entry
Created attachment 174543 [details] svn_diff-py_cloud_sptheme
This patch should fix it.
Created attachment 174551 [details] alternate_update_svn-diff_py-cloud_sptheme-1.7.1
Added an alternate svn-diff: update to 1..7.1. ChangeLog: Bugfix release * Fixed divide-by-zero error under python 3 (:issue:`23`). * JS url comparison code now handles ``file://`` urls (:issue:`24`). * Now requires Sphinx >= 1.3. portlint ok.
Testbuilds with Poudriere (10.3, 9.3 amd64/i386) for both versions ok.
Created attachment 174555 [details] alternate_update_svn-diff_py-cloud_sptheme-1.7.1
Corrected sphinx-version.
A commit references this bug: Author: jbeich Date: Thu Sep 8 23:37:23 UTC 2016 New revision: 421590 URL: https://svnweb.freebsd.org/changeset/ports/421590 Log: textproc/py-cloud_sptheme: unbreak after r415071 PR: 212496 Submitted by: w.schwarzenfeld@utanet.at Changes: head/textproc/py-cloud_sptheme/Makefile head/textproc/py-cloud_sptheme/files/ head/textproc/py-cloud_sptheme/files/patch-index__styling.py
A commit references this bug: Author: jbeich Date: Thu Sep 8 23:38:34 UTC 2016 New revision: 421591 URL: https://svnweb.freebsd.org/changeset/ports/421591 Log: textproc/py-cloud_sptheme: update to 1.7.1 Changes: https://bitbucket.org/ecollins/cloud_sptheme/src/1.7.1/CHANGES PR: 212496 Submitted by: w.schwarzenfeld@utanet.at Changes: head/textproc/py-cloud_sptheme/Makefile head/textproc/py-cloud_sptheme/distinfo
A commit references this bug: Author: jbeich Date: Thu Sep 8 23:40:03 UTC 2016 New revision: 421592 URL: https://svnweb.freebsd.org/changeset/ports/421592 Log: MFH: r421590 textproc/py-cloud_sptheme: unbreak after r415071 PR: 212496 Submitted by: w.schwarzenfeld@utanet.at Approved by: ports-secteam blanket Changes: _U branches/2016Q3/ branches/2016Q3/textproc/py-cloud_sptheme/Makefile branches/2016Q3/textproc/py-cloud_sptheme/files/
(In reply to w.schwarzenfeld from comment #4) There're more changes since 1.6. If you want them in 2016Q3 make sure consumers don't regress.