Index: head/devel/gitinspector/Makefile =================================================================== --- head/devel/gitinspector/Makefile (revision 569586) +++ head/devel/gitinspector/Makefile (revision 569587) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= gitinspector PORTVERSION= 0.4.4 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Statistical analysis tool for git repositories LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= git:devel/git NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python:3.6+ GH_ACCOUNT= ejwa USE_GITHUB= yes post-patch: @${REINPLACE_CMD} -e '/data_files/d' ${WRKSRC}/setup.py .include Index: head/devel/gitinspector/files/patch-gitinspector-localization.py =================================================================== --- head/devel/gitinspector/files/patch-gitinspector-localization.py (nonexistent) +++ head/devel/gitinspector/files/patch-gitinspector-localization.py (revision 569587) @@ -0,0 +1,29 @@ +Obtained from: https://sources.debian.org/data/main/g/gitinspector/0.4.4+dfsg-9/debian/patches/Drop-superfluous-argument-to-NullTranslations.install.patch +Reference: https://github.com/ejwa/gitinspector/issues/213#issuecomment-722732702 + +--- gitinspector/localization.py.orig 2016-02-03 13:25:05 UTC ++++ gitinspector/localization.py +@@ -73,7 +73,7 @@ def init(): + + __enabled__ = True + __installed__ = True +- __translation__.install(True) ++ __translation__.install() + + def check_compatibility(version): + if isinstance(__translation__, gettext.GNUTranslations): +@@ -98,7 +98,7 @@ def get_date(): + + def enable(): + if isinstance(__translation__, gettext.GNUTranslations): +- __translation__.install(True) ++ __translation__.install() + + global __enabled__ + __enabled__ = True +@@ -108,4 +108,4 @@ def disable(): + __enabled__ = False + + if __installed__: +- gettext.NullTranslations().install(True) ++ gettext.NullTranslations().install() Property changes on: head/devel/gitinspector/files/patch-gitinspector-localization.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