Yasuhiro Kimura 4c8cf03f5b security/py-openssl: Add devel/py-typing-extensions to RUN_DEPENDS
Unless typing-extensions is installed, runtime error happens as
following.

Traceback (most recent call last):
  File "/usr/local/bin/certbot", line 5, in <module>
    from certbot.main import main
  File "/usr/local/lib/python3.11/site-packages/certbot/main.py", line 6, in <module>
    from certbot._internal import main as internal_main
  File "/usr/local/lib/python3.11/site-packages/certbot/_internal/main.py", line 20, in <module>
    import josepy as jose
  File "/usr/local/lib/python3.11/site-packages/josepy/__init__.py", line 41, in <module>
    from josepy.json_util import (
  File "/usr/local/lib/python3.11/site-packages/josepy/json_util.py", line 25, in <module>
    from OpenSSL import crypto
  File "/usr/local/lib/python3.11/site-packages/OpenSSL/__init__.py", line 8, in <module>
    from OpenSSL import SSL, crypto
  File "/usr/local/lib/python3.11/site-packages/OpenSSL/SSL.py", line 42, in <module>
    from OpenSSL.crypto import (
  File "/usr/local/lib/python3.11/site-packages/OpenSSL/crypto.py", line 26, in <module>
    from typing_extensions import deprecated
ModuleNotFoundError: No module named 'typing_extensions'

PR:		286283
Reported by:	Dean E. Weimer
Approved by:	portmgr (implicit, just fix it)
Fixes:		e4937425f2 security/py-openssl: Update to 25.0.0
2025-04-28 09:59:48 +09:00
2025-04-27 13:17:27 -04:00
2025-04-27 18:41:05 +02:00
2025-04-26 23:09:34 -04:00
2025-04-21 18:22:59 +08:00
2025-04-27 00:14:44 +02:00
2025-04-28 06:15:58 +09:00
2025-04-26 14:56:49 +02:00
2025-04-27 22:08:59 +02:00
2025-04-15 10:20:15 +02:00
2025-04-22 22:49:04 +09:00
2025-04-27 15:04:44 +02:00
2025-04-24 17:19:31 +09:00
2025-04-28 02:26:34 +03:00
2025-04-26 11:47:33 +02:00
2025-04-27 21:41:03 +02:00
2025-04-15 10:20:15 +02:00
2025-04-27 23:10:39 +03:00
2025-04-27 09:15:12 +02:00
2025-04-18 14:58:23 -07:00
2025-04-28 00:59:37 +02:00
2025-01-01 15:34:59 +09:00
2025-04-27 12:39:34 +02:00
2025-04-19 10:13:21 +02:00

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://ports.FreeBSD.org

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://docs.freebsd.org/en/books/handbook/ports/
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):

	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://docs.freebsd.org/en/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.
S
Description
No description provided
Readme 2 GiB
Languages
Makefile 59.7%
C 16.1%
Shell 7.2%
Roff 5%
C++ 3.7%
Other 7%