diff --git a/misc/py-cppman/Makefile b/misc/py-cppman/Makefile index b13b8ebcaa51..b06c3e35ae80 100644 --- a/misc/py-cppman/Makefile +++ b/misc/py-cppman/Makefile @@ -1,42 +1,41 @@ PORTNAME= cppman -PORTVERSION= 0.5.9 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tagattie@FreeBSD.org COMMENT= C++ 98/11/14/17/20 manual pages on the terminal WWW= https://github.com/aitjcize/cppman LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.13.3:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=1.1:www/py-html5lib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=5.3.2:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.17.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}soupsieve>=2.6:www/py-soupsieve@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.13.1:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webencodings>=0.5.1:converters/py-webencodings@${PY_FLAVOR} \ vim:editors/vim \ bash:shells/bash USES= python shebangfix USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= bin/cppman \ cppman/lib/pager.sh NO_ARCH= yes PORTDOCS= AUTHORS ChangeLog README.rst OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/misc/py-cppman/distinfo b/misc/py-cppman/distinfo index c0f5932d5a3b..69387e61af3e 100644 --- a/misc/py-cppman/distinfo +++ b/misc/py-cppman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751778661 -SHA256 (cppman-0.5.9.tar.gz) = 15a4e40ab025b4dcec5a73a50df26b7ddaef7c148fcb197940fff2484f9e9903 -SIZE (cppman-0.5.9.tar.gz) = 1644343 +TIMESTAMP = 1766542443 +SHA256 (cppman-0.6.0.tar.gz) = 4426d6128356eb28ed3371066d17fa02d250fa5b1f666b09d2ee8f0c8900a790 +SIZE (cppman-0.6.0.tar.gz) = 1645897 diff --git a/misc/py-cppman/files/patch-setup.py b/misc/py-cppman/files/patch-setup.py index 23eb8489cf39..8e04722f9bb0 100644 --- a/misc/py-cppman/files/patch-setup.py +++ b/misc/py-cppman/files/patch-setup.py @@ -1,15 +1,15 @@ ---- setup.py.orig 2025-07-22 07:20:26 UTC +--- setup.py.orig 2025-12-19 04:26:41 UTC +++ setup.py -@@ -9,10 +9,9 @@ _data_files = [ +@@ -20,10 +20,9 @@ _data_files = [ ] _data_files = [ - ('share/doc/cppman', ['README.rst', 'AUTHORS', 'COPYING', 'ChangeLog']), ('share/man/man1', ['misc/cppman.1']), - ('share/bash-completion/completions', ['misc/completions/cppman.bash']), - ('share/zsh/vendor-completions/', ['misc/completions/zsh/_cppman']), + ('etc/bash_completion.d', ['misc/completions/cppman.bash']), + ('share/zsh/site-functions/', ['misc/completions/zsh/_cppman']), ('share/fish/vendor_completions.d/', ['misc/completions/fish/cppman.fish']) ]