diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-04-02 07:56:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-04-02 07:56:59 +0000 |
commit | 012b8b17bf1a8b788706e7bc1f31e92f4d0e73e8 (patch) | |
tree | 6f415b25e9d0b7754dd1b216d12be96bb188f239 /CHANGES | |
parent | - Rename gemspec patch to patch-gemspec (diff) |
Add a CHANGES entry concerning the change about PORTSDIR in the dependency lines
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |