aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-07 11:14:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-07 11:14:13 +0000
commit2bf75330b62dfc17939b2137e512c9ec12a36b01 (patch)
tree82bca622b884d4711e824f67f9b79b64c487af23 /CHANGES
parent9fffcf1ab432c56b7bf6691aa483389df91a9c12 (diff)
downloadports-2bf75330b62dfc17939b2137e512c9ec12a36b01.tar.gz
ports-2bf75330b62dfc17939b2137e512c9ec12a36b01.zip
Add a note about the new USES macro and the new USES= pathfix fuse
Reviewed by: miwi
Notes
Notes: svn path=/head/; revision=313574
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cfa812234b68..4977f6f9e70b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130307:
+AUTHOR: bapt@FreeBSD.org
+
+ * New USES macro to handle on demand features, 2 examples has been added to
+ the ports tree:
+
+ pathfix: to replace USE_GNOME= gnomehack
+ fuse: to replace USE_FUSE= yes
+
20130207:
AUTHOR: gahr@FreeBSD.org