From 012b8b17bf1a8b788706e7bc1f31e92f4d0e73e8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 2 Apr 2016 07:56:59 +0000 Subject: Add a CHANGES entry concerning the change about PORTSDIR in the dependency lines --- CHANGES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.3