Index: head/www/py-puppetboard03/Makefile =================================================================== --- head/www/py-puppetboard03/Makefile (revision 496410) +++ head/www/py-puppetboard03/Makefile (revision 496411) @@ -1,37 +1,38 @@ # $FreeBSD$ PORTNAME= puppetboard PORTVERSION= 0.3.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 03 MAINTAINER= puppet@FreeBSD.org COMMENT= Web interface to PuppetDB LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.7.2:textproc/py-CommonMark@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>=0.12:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask-WTF>=0.14.2:www/py-flask-wtf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.19:textproc/py-MarkupSafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pypuppetdb03>=0.3.3:databases/py-pypuppetdb03@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.13.0:www/py-requests@${PY_FLAVOR} -CONFLICTS_INSTALL=puppetboard-* puppetboard02-* -USE_GITHUB= yes -GH_ACCOUNT= voxpupuli - USES= python:2.7 +USE_GITHUB= yes USE_PYTHON= autoplist distutils +CONFLICTS_INSTALL=puppetboard-* puppetboard02-* + +GH_ACCOUNT= voxpupuli PLIST_FILES= "@sample etc/puppetboard/default_settings.py.sample" post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/puppetboard ${CP} ${WRKSRC}/puppetboard/default_settings.py ${STAGEDIR}${PREFIX}/etc/puppetboard/default_settings.py.sample .include Index: head/www/py-puppetboard03/files/patch-puppetboard_app.py =================================================================== --- head/www/py-puppetboard03/files/patch-puppetboard_app.py (nonexistent) +++ head/www/py-puppetboard03/files/patch-puppetboard_app.py (revision 496411) @@ -0,0 +1,20 @@ +--- puppetboard/app.py.orig 2017-10-16 10:44:29 UTC ++++ puppetboard/app.py +@@ -25,7 +25,7 @@ from puppetboard.utils import (get_or_abort, yield_or_ + from puppetboard.dailychart import get_daily_reports_chart + + import werkzeug.exceptions as ex +-import CommonMark ++import commonmark + + from puppetboard.core import get_app, get_puppetdb, environments + import puppetboard.errors +@@ -546,7 +546,7 @@ def report(env, node_name, report_id): + except StopIteration: + abort(404) + +- report.version = CommonMark.commonmark(report.version) ++ report.version = commonmark.commonmark(report.version) + + return render_template( + 'report.html', Property changes on: head/www/py-puppetboard03/files/patch-puppetboard_app.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property