Index: head/net-im/toot/files/patch-tests_test__config.py =================================================================== --- head/net-im/toot/files/patch-tests_test__config.py (revision 477779) +++ head/net-im/toot/files/patch-tests_test__config.py (nonexistent) @@ -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') - Property changes on: head/net-im/toot/files/patch-tests_test__config.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-im/toot/Makefile =================================================================== --- head/net-im/toot/Makefile (revision 477779) +++ head/net-im/toot/Makefile (revision 477780) @@ -1,44 +1,43 @@ # $FreeBSD$ PORTNAME= toot -DISTVERSION= 0.17.1 -PORTREVISION= 1 +DISTVERSION= 0.19.0 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 0mp@FreeBSD.org COMMENT= Interact with the Mastodon social network from the command line LICENSE= GPLv3 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} USES= python:3.3+ USE_PYTHON= autoplist distutils USE_GITHUB= yes GH_ACCOUNT= ihabunek NO_ARCH= yes OPTIONS_DEFINE= DOCS PORTDOCS= CHANGELOG.md README.rst MAKE_ENV= PATH+=${STAGEDIR}${PREFIX}/bin TEST_TARGET= coverage pre-test: @${REINPLACE_CMD} -e 's|py.test |py.test-${PYTHON_VER} |' ${WRKSRC}/Makefile post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} .include Index: head/net-im/toot/distinfo =================================================================== --- head/net-im/toot/distinfo (revision 477779) +++ head/net-im/toot/distinfo (revision 477780) @@ -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/pkg-descr =================================================================== --- head/net-im/toot/pkg-descr (revision 477779) +++ head/net-im/toot/pkg-descr (revision 477780) @@ -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