aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 01:14:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 01:14:06 +0000
commit0bda50678e09b618573e32c542f7f14f7b7f1d24 (patch)
treebc0e59de8d8cad5565ac3d6ea2297ee889a878b6
parente4b8bfc7570d5ef5297b912c657036b4e67f68f1 (diff)
downloadports-0bda50678e09b618573e32c542f7f14f7b7f1d24.tar.gz
ports-0bda50678e09b618573e32c542f7f14f7b7f1d24.zip
CHANGES: Document the transition from USES=pycryptography* to USE_PYTHON=cryptography*
PR: 273727
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bc1188ea4016..2b959a75614e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,18 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20230929:
+AUTHOR: sunpoet@FreeBSD.org
+
+ USE_PYTHON=cryptography{,_build,_test} has been added to the ports tree.
+ 20230722 entry is obsoleted now. All existing USES=pycryptography* have
+ been converted to USE_PYTHON=cryptography{,_build,_test} in PR 273727.
+
+ Usage:
+ USE_PYTHON=cryptography_build adds security/py-cryptography to BUILD_DEPENDS
+ USE_PYTHON=cryptography adds security/py-cryptography to RUN_DEPENDS
+ USE_PYTHON=cryptography_test adds security/py-cryptography to TEST_DEPENDS
+
20230823:
AUTHOR: tcberner@FreeBSD.org