aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-04-02 07:56:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-04-02 07:56:59 +0000
commit012b8b17bf1a8b788706e7bc1f31e92f4d0e73e8 (patch)
tree6f415b25e9d0b7754dd1b216d12be96bb188f239 /CHANGES
parent6652e61a4fbd4837d26bb8744082bcb6153945b8 (diff)
downloadports-012b8b17bf1a8b788706e7bc1f31e92f4d0e73e8.tar.gz
ports-012b8b17bf1a8b788706e7bc1f31e92f4d0e73e8.zip
Add a CHANGES entry concerning the change about PORTSDIR in the dependency lines
Notes
Notes: svn path=/head/; revision=412393
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 16d1ba72d659..42766267f468 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,20 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20160402:
+AUTHOR: bapt@FreeBSD.org
+
+ Adding ${PORTSDIR} in dependency lines is no longer necessary meaning
+
+ RUN_DEPENDS= foo:${PORTSDIR}/bar/foo
+
+ can now be written
+
+ RUN_DEPENDS= foo:bar/foo
+
+ if the path after ':' is not absolute the framework will automatically
+ prepend ${PORTSDIR}/
+
20160301:
AUTHOR: mat@FreeBSD.org