Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2016 07:57:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412393 - head
Message-ID:  <201604020757.u327v0Pf096611@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604020757.u327v0Pf096611>