- Update WWW - Convert to USE_PYTHON=pep517 - Clean up Makefile - Bump PORTREVISION for package change - Bump PORTREVISION of dependent ports for dependency change
12 lines
345 B
Python
12 lines
345 B
Python
--- src/OpenSSL/version.py.orig 2025-09-17 00:31:40 UTC
|
|
+++ src/OpenSSL/version.py
|
|
@@ -19,7 +19,7 @@ __version__ = "25.3.0"
|
|
|
|
__version__ = "25.3.0"
|
|
|
|
-__title__ = "pyOpenSSL"
|
|
+__title__ = "pyopenssl"
|
|
__uri__ = "https://pyopenssl.org/"
|
|
__summary__ = "Python wrapper module around the OpenSSL library"
|
|
__author__ = "The pyOpenSSL developers"
|