Simple update to the latest stable version. Comments? Ok? Index: Makefile =================================================================== RCS file: /cvs/ports/mail/mailman/Makefile,v retrieving revision 1.86 diff -u -p -u -p -r1.86 Makefile --- Makefile 6 Sep 2016 13:44:22 -0000 1.86 +++ Makefile 2 Jan 2018 15:06:33 -0000 @@ -2,7 +2,7 @@ COMMENT= mailing list manager with web interface -DISTNAME= mailman-2.1.23 +DISTNAME= mailman-2.1.25 CATEGORIES= mail www HOMEPAGE= https://www.gnu.org/software/mailman/ Index: distinfo =================================================================== RCS file: /cvs/ports/mail/mailman/distinfo,v retrieving revision 1.26 diff -u -p -u -p -r1.26 distinfo --- distinfo 6 Sep 2016 13:44:22 -0000 1.26 +++ distinfo 2 Jan 2018 15:06:33 -0000 @@ -1,2 +1,2 @@ -SHA256 (mailman-2.1.23.tgz) = sCLKb4U0YhydvlDJg5SGiLxGIyFHc7WAwseOSnrkPmk= -SIZE (mailman-2.1.23.tgz) = 9290881 +SHA256 (mailman-2.1.25.tgz) = g6bcvcU1ZkjbCtA6DVXUeGBxwE1NbmnV6V4YFZdeAWk= +SIZE (mailman-2.1.25.tgz) = 9254776 Index: patches/patch-Mailman_htmlformat_py =================================================================== RCS file: /cvs/ports/mail/mailman/patches/patch-Mailman_htmlformat_py,v retrieving revision 1.8 diff -u -p -u -p -r1.8 patch-Mailman_htmlformat_py --- patches/patch-Mailman_htmlformat_py 6 Sep 2016 13:44:22 -0000 1.8 +++ patches/patch-Mailman_htmlformat_py 2 Jan 2018 15:06:33 -0000 @@ -1,11 +1,12 @@ $OpenBSD: patch-Mailman_htmlformat_py,v 1.8 2016/09/06 13:44:22 okan Exp $ ---- Mailman/htmlformat.py.orig Sat Aug 27 09:04:42 2016 -+++ Mailman/htmlformat.py Thu Sep 1 11:24:12 2016 -@@ -633,12 +633,14 @@ class DefinitionList(Container): +Index: Mailman/htmlformat.py +--- Mailman/htmlformat.py.orig ++++ Mailman/htmlformat.py +@@ -646,12 +646,14 @@ class DefinitionList(Container): from mm_cfg import MAILMAN_URL PYTHON_URL = 'http://www.python.org/' GNU_URL = 'http://www.gnu.org/' -+OBSD_URL = 'http://www.openbsd.org/' ++OBSD_URL = 'https://www.openbsd.org/' # The names of the image logo files. These are concatentated onto # mm_cfg.IMAGE_LOGOS (not urljoined). @@ -16,7 +17,7 @@ $OpenBSD: patch-Mailman_htmlformat_py,v def MailmanLogo(): -@@ -652,7 +654,9 @@ def MailmanLogo(): +@@ -665,7 +667,9 @@ def MailmanLogo(): logo(PYTHON_POWERED) gnulink = '<img src="%s" alt="GNU\'s Not Unix" border=0>' % \ logo(GNU_HEAD) @@ -27,7 +28,7 @@ $OpenBSD: patch-Mailman_htmlformat_py,v else: # use only textual links version = mm_cfg.VERSION -@@ -660,7 +664,8 @@ def MailmanLogo(): +@@ -673,7 +677,8 @@ def MailmanLogo(): _('Delivered by Mailman<br>version %(version)s')) pylink = Link(PYTHON_URL, _('Python Powered')) gnulink = Link(GNU_URL, _("Gnu's Not Unix")) Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/mail/mailman/pkg/PLIST,v retrieving revision 1.27 diff -u -p -u -p -r1.27 PLIST --- pkg/PLIST 6 Sep 2016 13:44:22 -0000 1.27 +++ pkg/PLIST 2 Jan 2018 15:06:33 -0000 @@ -2506,6 +2506,7 @@ lib/mailman/tests/bounces/simple_37.txt lib/mailman/tests/bounces/simple_38.txt lib/mailman/tests/bounces/simple_39.txt lib/mailman/tests/bounces/simple_40.txt +lib/mailman/tests/bounces/simple_41.txt lib/mailman/tests/bounces/sina_01.txt lib/mailman/tests/bounces/smtp32_01.txt lib/mailman/tests/bounces/smtp32_02.txt
