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:
parent
6652e61a4f
commit
012b8b17bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412393
14
CHANGES
14
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user