Index: head/textproc/py-cloud_sptheme/files/patch-index__styling.py =================================================================== --- head/textproc/py-cloud_sptheme/files/patch-index__styling.py (revision 429226) +++ head/textproc/py-cloud_sptheme/files/patch-index__styling.py (nonexistent) @@ -1,14 +0,0 @@ ---- cloud_sptheme/ext/index_styling.py.orig 2016-09-08 20:32:45 UTC -+++ cloud_sptheme/ext/index_styling.py -@@ -49,8 +49,9 @@ def mangle_index(app, pagename, template - fmt = format_index_name - for key, entries in ctx['genindexentries']: - for idx, entry in enumerate(entries): -- name, (links, subitems) = entry -- entries[idx] = fmt(name), (links, subitems) -+ name, data = entry -+ entries[idx] = fmt(name), data -+ subitems = data[1] - for idx, entry in enumerate(subitems): - name, links = entry - subitems[idx] = fmt(name), links Property changes on: head/textproc/py-cloud_sptheme/files/patch-index__styling.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/py-cloud_sptheme/Makefile =================================================================== --- head/textproc/py-cloud_sptheme/Makefile (revision 429226) +++ head/textproc/py-cloud_sptheme/Makefile (revision 429227) @@ -1,37 +1,36 @@ # Created by: Horia Racoviceanu # $FreeBSD$ PORTNAME= cloud_sptheme -PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTVERSION= 1.8.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org COMMENT= Sphinx theme LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.3:textproc/py-sphinx RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.3:textproc/py-sphinx USES= python USE_PYTHON= distutils autoplist PYDISTUTILS_BUILDARGS= build_sphinx -E NO_ARCH= yes PORTDOCS= * DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/build/sphinx && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/py-cloud_sptheme/distinfo =================================================================== --- head/textproc/py-cloud_sptheme/distinfo (revision 429226) +++ head/textproc/py-cloud_sptheme/distinfo (revision 429227) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473371879 -SHA256 (python/cloud_sptheme-1.7.1.tar.gz) = 7ea3b2da3dd4c12c8a1f859327d1bb5decae9aaa358a1a1cb2f4b772c955a97e -SIZE (python/cloud_sptheme-1.7.1.tar.gz) = 103871 +TIMESTAMP = 1482479245 +SHA256 (python/cloud_sptheme-1.8.0.tar.gz) = 0deae6f4599031f84d30c4fe2d43f49667638c958419e40c3ad0a7a1ccc2d1b6 +SIZE (python/cloud_sptheme-1.8.0.tar.gz) = 116992