git: 0361a5ac2191 - main - devel/py-capturer: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Jul 2024 16:48:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0361a5ac21919e5d9c8adabf3d1bf0ceb6dcc6fe commit 0361a5ac21919e5d9c8adabf3d1bf0ceb6dcc6fe Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-18 16:46:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-18 16:46:01 +0000 devel/py-capturer: Update WWW and clean up pkg-descr --- devel/py-capturer/Makefile | 3 ++- devel/py-capturer/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/py-capturer/Makefile b/devel/py-capturer/Makefile index 2214733f1e8a..986504ab8dfd 100644 --- a/devel/py-capturer/Makefile +++ b/devel/py-capturer/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Capture stdout/stderr of the current process and subprocesses -WWW= https://capturer.readthedocs.io/en/latest/ +WWW= https://capturer.readthedocs.io/en/latest/ \ + https://github.com/xolox/python-capturer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/devel/py-capturer/pkg-descr b/devel/py-capturer/pkg-descr index 36f640753edd..361dae06c24b 100644 --- a/devel/py-capturer/pkg-descr +++ b/devel/py-capturer/pkg-descr @@ -1,5 +1,3 @@ The capturer package makes it easy to capture the stdout and stderr streams of the current process and subprocesses. Output can be relayed to the terminal in real time but is also available to the Python program for additional processing. - -See also: https://github.com/xolox/python-capturer