Hello ports,

Find here an update for rss2email to latest version, mostly consisting
of bugfixes:

v3.12.1 (2020-08-02)
* Fix calling opmlexport without arguments

v3.12 (2020-08-02)
* Drop support for EOL Python 3.4, add support for Python 3.8
* Add List_ID and List_Post headers to the generated emails
* Add a new `reply-changes` setting
* Improve configurability of text wrapping for the emails
* Use `platform.node()` instead of "dev.null.invalid" in "Message-ID"
  header
* Improve locking support for when multiple rss2email instances are run
  in parallel
* Fix handling of __VERSION__ and __URL__ in user-agent strings
* Fix opmlexport

v3.11 (2019-10-26)
* Add new `user-agent` attribute for configuring email User-Agent

No PLIST changes. Tests passes and still works.

Maintainer is CC'd. btw, I don't know if you're still following the
project. If that's case, I'd like to take maintainership. This port is
a vital piece in my maintainer workflow, as it lets me track releases
from a bunch of software.

-Lucas

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/mail/rss2email/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    3 Jul 2020 21:12:56 -0000       1.6
+++ Makefile    2 Aug 2020 17:00:07 -0000
@@ -2,10 +2,9 @@
 
 COMMENT =      convert RSS/Atom newsfeeds to email
 
-MODPY_EGG_VERSION = 3.10
+MODPY_EGG_VERSION = 3.12.1
 DISTNAME =     rss2email-${MODPY_EGG_VERSION}
 CATEGORIES =   mail www
-REVISION =     0
 
 MAINTAINER =   Kaashif Hymabaccus <kaas...@kaashif.co.uk>
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/mail/rss2email/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    11 Sep 2019 00:15:43 -0000      1.3
+++ distinfo    2 Aug 2020 17:00:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (rss2email-3.10.tar.gz) = AcZbUrEO+E/2ZJLU5157uJ4p1qfEmsm5v1XKhO9bT/o=
-SIZE (rss2email-3.10.tar.gz) = 65388
+SHA256 (rss2email-3.12.1.tar.gz) = gGL9XSOQDu4/03N9yYr/NnPoYGrG+MQd7YbmMOCKF38=
+SIZE (rss2email-3.12.1.tar.gz) = 82342

Reply via email to