New release coming from stable assets this time. Changes since the last
version:

        * Add support for public, tag and list timelines in `toot timeline` 
(#52)
        * Add `--sensitive` and `--spoiler-text` options to `toot post` (#63)
        * Curses app improvements:
            * Respect sensitive content, require keypress to show
            * Add help modal (press h)
            * Misc rendering improvements

Still works fine for me on amd64, tests pass.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/toot/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    18 Jan 2018 03:55:48 -0000      1.2
+++ Makefile    12 Jun 2018 11:56:29 -0000
@@ -2,15 +2,14 @@
 
 COMMENT =              interact with Mastodon social networks from the command 
line
 
-MODPY_EGG_VERSION =    0.17.1
-GH_ACCOUNT =           ihabunek
-GH_PROJECT =           toot
-GH_TAGNAME =           ${MODPY_EGG_VERSION}
+MODPY_EGG_VERSION =    0.18.0
+DISTNAME =             toot-${MODPY_EGG_VERSION}
 
 CATEGORIES =           net
 
-MAINTAINER =           Klemens Nanni <[email protected]>
+MAINTAINER =           Klemens Nanni <[email protected]>
 
+MASTER_SITES =         
https://github.com/ihabunek/toot/releases/download/${MODPY_EGG_VERSION}/
 # GPLv3
 PERMIT_PACKAGE_CDROM = Yes
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/toot/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    18 Jan 2018 03:55:48 -0000      1.2
+++ distinfo    12 Jun 2018 11:55:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (toot-0.17.1.tar.gz) = 698M4ouQ4PlD/b7GsU7M+9vjn6eR35iA5g4rgNGqrxg=
-SIZE (toot-0.17.1.tar.gz) = 34149
+SHA256 (toot-0.18.0.tar.gz) = piiHZMXyUqTxfhGw+9ynqB8Agw61Vw3UI3AzE2FzbhM=
+SIZE (toot-0.18.0.tar.gz) = 35588
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/toot/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   18 Jan 2018 03:55:48 -0000      1.2
+++ pkg/PLIST   12 Jun 2018 11:55:43 -0000
@@ -37,7 +37,9 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/toot/ui/${MODPY_PYCACHE}/
 
lib/python${MODPY_VERSION}/site-packages/toot/ui/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/toot/ui/${MODPY_PYCACHE}app.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/toot/ui/${MODPY_PYCACHE}parsers.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/toot/ui/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/toot/ui/app.py
+lib/python${MODPY_VERSION}/site-packages/toot/ui/parsers.py
 lib/python${MODPY_VERSION}/site-packages/toot/ui/utils.py
 lib/python${MODPY_VERSION}/site-packages/toot/utils.py

Reply via email to