git: 2ce828ddcfa3 - main - net-im/toot: Update 0.50.0 => 0.50.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Aug 2025 15:30:23 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2ce828ddcfa3ecdd17410b3d779349e9db9cdb19
commit 2ce828ddcfa3ecdd17410b3d779349e9db9cdb19
Author: Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2025-08-27 15:23:23 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-08-27 15:29:59 +0000
net-im/toot: Update 0.50.0 => 0.50.1
Changelog:
https://github.com/ihabunek/toot/blob/0.50.1/changelog.yaml
https://github.com/ihabunek/toot/blob/0.50.1/CHANGELOG.md
- While here, replace "${FIND}+${MKDIR} && ${FIND}+${INSTALL_DATA}"
with single ${COPYTREE_SHARE}.
- Sort TEST_DEPENDS.
PR: 289105
---
net-im/toot/Makefile | 10 ++++------
net-im/toot/distinfo | 6 +++---
net-im/toot/pkg-plist | 4 ++++
3 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/net-im/toot/Makefile b/net-im/toot/Makefile
index 73e43d3a3100..dd071121fe81 100644
--- a/net-im/toot/Makefile
+++ b/net-im/toot/Makefile
@@ -1,5 +1,5 @@
PORTNAME= toot
-DISTVERSION= 0.50.0
+DISTVERSION= 0.50.1
CATEGORIES= net-im python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -26,8 +26,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0:devel/py-build@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=9.5.0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pudb>=2025.1:devel/py-pudb@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyright>=0:devel/py-pyright@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:devel/py-pytest-xdist@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twine>=0:devel/py-twine@${PY_FLAVOR} \
@@ -63,9 +63,7 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
@(cd ${WRKSRC}/${PORTNAME} && \
- ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/{} \
- \; && \
- ${FIND} . -type f -not -name "*.bak" -exec ${INSTALL_DATA} \
- {} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/{} \;)
+ ${COPYTREE_SHARE} . ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} \
+ "! -name *\.bak")
.include <bsd.port.mk>
diff --git a/net-im/toot/distinfo b/net-im/toot/distinfo
index a57508c0de0e..4dba47ee1a72 100644
--- a/net-im/toot/distinfo
+++ b/net-im/toot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1755287725
-SHA256 (toot-0.50.0.tar.gz) = e5e66b92f214308d8d909fe9388fa2c8b9a263d14c315188fe8463c0a4fd7983
-SIZE (toot-0.50.0.tar.gz) = 1317704
+TIMESTAMP = 1756196323
+SHA256 (toot-0.50.1.tar.gz) = 7118e5c3985006f4d902349c384dad2355e2e7ef3f9a987b7b6a406a0f56e0d9
+SIZE (toot-0.50.1.tar.gz) = 1315590
diff --git a/net-im/toot/pkg-plist b/net-im/toot/pkg-plist
index 17c95ae54cbe..0ee8230cf6d7 100644
--- a/net-im/toot/pkg-plist
+++ b/net-im/toot/pkg-plist
@@ -40,6 +40,10 @@ bin/toot
%%PYTHON_SITELIBDIR%%/toot/tui/timeline.py
%%PYTHON_SITELIBDIR%%/toot/tui/utils.py
%%PYTHON_SITELIBDIR%%/toot/tui/widgets.py
+%%PYTHON_SITELIBDIR%%/toot/urwidgets/README.md
+%%PYTHON_SITELIBDIR%%/toot/urwidgets/__init__.py
+%%PYTHON_SITELIBDIR%%/toot/urwidgets/hyperlink.py
+%%PYTHON_SITELIBDIR%%/toot/urwidgets/text_embed.py
%%PYTHON_SITELIBDIR%%/toot/utils/__init__.py
%%PYTHON_SITELIBDIR%%/toot/utils/datetime.py
%%PYTHON_SITELIBDIR%%/toot/utils/language.py