From 4fb194ad52fbef38b667227df0599f704de11fd0 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Thu, 8 May 2025 17:08:15 +0100 Subject: mail/py-pymilter: patch some incorrect version number references Looks like upstream's attempt to release version 1.0.6 didn't quite go all the way. There are other refences to 1.0.5 still in the source tarball, but those aren't involved in building the pkg, so ignored. Reported by: Herbert J Shukra --- mail/py-pymilter/files/patch-Milter_____init____.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/py-pymilter/files/patch-Milter_____init____.py (limited to 'mail/py-pymilter/files/patch-Milter_____init____.py') diff --git a/mail/py-pymilter/files/patch-Milter_____init____.py b/mail/py-pymilter/files/patch-Milter_____init____.py new file mode 100644 index 000000000000..6fef8bd3f886 --- /dev/null +++ b/mail/py-pymilter/files/patch-Milter_____init____.py @@ -0,0 +1,11 @@ +--- Milter/__init__.py.orig 2025-05-08 14:18:12 UTC ++++ Milter/__init__.py +@@ -9,7 +9,7 @@ from __future__ import print_function + # This code is under the GNU General Public License. See COPYING for details. + + from __future__ import print_function +-__version__ = '1.0.5' ++__version__ = '1.0.6' + + import os + import re -- cgit v1.2.3