aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-09-23 13:42:48 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-09-23 13:42:48 +0000
commitdc659a215b595fd6dc8b820823cbde814c9339dc (patch)
tree511fdd73e7fa1001193cab28ce8d1d1e202e994b /CHANGES
parent206c183d031b72877eead9a3afd3d4a084b07734 (diff)
downloadports-dc659a215b595fd6dc8b820823cbde814c9339dc.tar.gz
ports-dc659a215b595fd6dc8b820823cbde814c9339dc.zip
- add new USES target: zope, and convert the tree to it
- old USE_ZOPE knob support was removed from bsd.python.mk - update CHANGES and bsd.sanity.mk accordingly - add ZOPE options knob and use it in lang/py-mx-base The work is done by Marcus von Appen, but any problems are mine. Submitted by: mva (python ML)
Notes
Notes: svn path=/head/; revision=328002
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a67657b97e68..6c758a0e2e88 100644
--- a/CHANGES
+++ b/CHANGES
@@ -39,6 +39,14 @@ AUTHOT: bapt@FreeBSD.org
really important to double check the pkg-plist to make sure all the files
the maintainer want to package are in! make makeplist can help in that area.
+20130923:
+AUTHOR: mva@FreeBSD.org
+
+ * New USES: zope
+
+ This replaces the previous USE_ZOPE knob. All other zope related knobs
+ for port Makefiles still exist. See Mk/Uses/zope.mk for details.
+
20130920:
AUTHOR: bdrewery@FreeBSD.org