summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-15 07:36:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-15 07:36:38 +0000
commit8cea2b01475a78137a7b838fc6b36608f4b6ac7f (patch)
tree5d8c3107710b83c424eab2d353c0ea7b09e9816f /CHANGES
parentUpdate to 20151011. (diff)
Readd PORTSDIR for now we will only start removing them after 2016Q1 is branched
This gives more time for tools to get updated, available in packages etc before bothering users
Notes
Notes: svn path=/head/; revision=399326
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 0 insertions, 14 deletions
diff --git a/CHANGES b/CHANGES
index ffe18e95200b..2b480a4bf76a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,20 +10,6 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
-20151014:
-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}/
-
20150928:
AUTHOR: amdmi3@FreeBSD.org