aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-10 05:39:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-10 05:39:49 +0000
commit2cf170bf70f2f246ae95ba513c80f027d9a6d61d (patch)
tree9bcd0f6a301701b8eadf8efd51ea2ffc364dd9a0 /CHANGES
parent7a87776d1f5243b8da96d7bff9ba745c9d0b001a (diff)
downloadports-2cf170bf70f2f246ae95ba513c80f027d9a6d61d.tar.gz
ports-2cf170bf70f2f246ae95ba513c80f027d9a6d61d.zip
- Fix typo
Notes
Notes: svn path=/head/; revision=364501
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 43e177c30ff8..da96f31d3c0c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,7 @@ All ports committers are allowed to commit to this file.
20140809:
AUTHOR: mva@FreeBSD.org
- The Python language bits of the poorts framework have been converted
+ The Python language bits of the ports framework have been converted
to USES. Instead of USE_PYTHON, please use USES=python instead.
USE_PYTHON=yes becomes USES=python
@@ -21,7 +21,7 @@ AUTHOR: mva@FreeBSD.org
USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
...
- Additionally, several Python specific feeatures have been converted
+ Additionally, several Python specific features have been converted
to USES-inspired PYTHON_FEATURES=<featureA>,<featureB>.
USE_PYDISTUTILS becomes PYTHON_FEATURES=distutils