1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Add a CHANGES entry concerning the change about PORTSDIR in the dependency lines

This commit is contained in:
Baptiste Daroussin 2016-04-02 07:56:59 +00:00
parent 6652e61a4f
commit 012b8b17bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412393

14
CHANGES
View File

@ -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