svn commit: r412393 - head

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 2 07:57:01 UTC 2016


Author: bapt
Date: Sat Apr  2 07:56:59 2016
New Revision: 412393
URL: https://svnweb.freebsd.org/changeset/ports/412393

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

Modified:
  head/CHANGES

Modified: head/CHANGES
==============================================================================
--- head/CHANGES	Sat Apr  2 07:15:16 2016	(r412392)
+++ head/CHANGES	Sat Apr  2 07:56:59 2016	(r412393)
@@ -10,6 +10,20 @@ in the release notes and/or placed into 
 
 All ports committers are allowed to commit to this file.
 
+20160402:
+AUTHOR: bapt at 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 at FreeBSD.org
 


More information about the svn-ports-all mailing list