ports/mail/py-pymilter/files/patch-Milter_____init____.py
Matthew Seaman 4fb194ad52
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
2025-05-08 17:11:37 +01:00

12 lines
320 B
Python

--- 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