Index: head/net-im/toot/Makefile =================================================================== --- head/net-im/toot/Makefile +++ head/net-im/toot/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= toot -DISTVERSION= 0.17.1 -PORTREVISION= 1 +DISTVERSION= 0.19.0 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.13:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.4.0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} Index: head/net-im/toot/distinfo =================================================================== --- head/net-im/toot/distinfo +++ head/net-im/toot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523981665 -SHA256 (ihabunek-toot-0.17.1_GH0.tar.gz) = ebdf0ce28b90e0f943fdbec6b14eccfbdbe39fa791df9880e60e2b80d1aaaf18 -SIZE (ihabunek-toot-0.17.1_GH0.tar.gz) = 34149 +TIMESTAMP = 1534367575 +SHA256 (ihabunek-toot-0.19.0_GH0.tar.gz) = 90d76442a85a6597edfa3dc5edaf5a506fc5912577381f67ffecc092e64bafdf +SIZE (ihabunek-toot-0.19.0_GH0.tar.gz) = 151092 Index: head/net-im/toot/files/patch-tests_test__config.py =================================================================== --- head/net-im/toot/files/patch-tests_test__config.py +++ head/net-im/toot/files/patch-tests_test__config.py @@ -1,10 +0,0 @@ ---- tests/test_config.py.orig 2018-04-17 19:03:23 UTC -+++ tests/test_config.py -@@ -126,6 +126,7 @@ def test_get_config_file_path(): - fn = config.get_config_file_path - - os.unsetenv('XDG_CONFIG_HOME') -+ os.environ.pop('XDG_CONFIG_HOME', None) - - assert fn() == os.path.expanduser('~/.config/toot/config.json') - Index: head/net-im/toot/pkg-descr =================================================================== --- head/net-im/toot/pkg-descr +++ head/net-im/toot/pkg-descr @@ -1,6 +1,10 @@ -Toot is a Mastodon CLI client written in Python, which lets you log into your -Mastodon account, search for users and hashtags, display timelines, post -(toot), upload media files and perform account related actions such us -following, muting and blocking. +Toot is a Mastodon CLI client written in Python. + +Features: +* Posting, replying, deleting statuses +* Support for media uploads, spoiler text, sensitive content +* Search by account or hash tag +* Following, muting and blocking accounts +* Simple switching between authenticated in Mastodon accounts WWW: https://github.com/ihabunek/toot