Hi ports@,
This is a simple update for www/ephemetoot to its latest version.
Here's a list of the changes to the software:
- add option to archive every toot as a JSON file (@jpmens)
- add community docs including Code of Conduct and pull request template
- --quiet mode suppresses most logging
- --archive-deleted flag restricts archiving to only toots that are deleted
- tildes didn't work for archive paths - now they do.
- the version number is now correct
Tested against 2 mastodon accounts from an amd64 machine. All seems to
go well.
Comments ? Ok to commit ?
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/www/ephemetoot/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 4 Jul 2020 21:28:47 -0000 1.2
+++ Makefile 26 Jul 2020 18:11:45 -0000
@@ -2,11 +2,10 @@
COMMENT = tool for deleting old Mastodon toots
-MODPY_EGG_VERSION = 2.3.1
+MODPY_EGG_VERSION = 2.5
GH_ACCOUNT = hughrun
GH_PROJECT = ephemetoot
GH_TAGNAME = v${MODPY_EGG_VERSION}
-REVISION = 0
CATEGORIES = www
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/www/ephemetoot/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 1 Jul 2020 17:32:48 -0000 1.1.1.1
+++ distinfo 26 Jul 2020 18:12:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (ephemetoot-2.3.1.tar.gz) = XbI6iSEvMKDin65oypwk14WRKq6Rf88VBk35a8j2SC8=
-SIZE (ephemetoot-2.3.1.tar.gz) = 21461
+SHA256 (ephemetoot-2.5.tar.gz) = p2ThSciXix6L/6SxwjIV2EW4hWjlYGpYDCai9ckFL9A=
+SIZE (ephemetoot-2.5.tar.gz) = 26858
--
Paco Esteban.
0x5818130B8A6DBC03