aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-09-15 06:57:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-09-15 06:57:07 +0000
commit3f6d652468df218fb7d3dee2135605e402d6f5a0 (patch)
tree26a8752fecc2cb77e2f3f62feb03cfc23db60234 /CHANGES
parenta186b0264e7b4088ea59a950a5ca294ae36a65a6 (diff)
downloadports-3f6d652468df218fb7d3dee2135605e402d6f5a0.tar.gz
ports-3f6d652468df218fb7d3dee2135605e402d6f5a0.zip
* Add PKGVERSION to bsd.port.mk [1]
* Add bsd.lua.mk to support for lua-based ports [2] * Remove DESTDIR from bsd.scons.mk [3] * Add some quotes in 'missing' target to improve handling of duplicate origins [4] PR: 98565 [1], 101612 [2], 101952 [3], 102100 [4] Submitted by: ahze [1], alepulver [2], alexbl [3], shaun [4]
Notes
Notes: svn path=/head/; revision=173096
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1734b595f4c8..6b000360b4c0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,20 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20060914:
+AUTHOR: portmgr@FreeBSD.org
+The following functional changes were made to bsd.port.mk:
+
+ * PKGVERSION was introduced as an intermediate variable refactored out of
+ PKGNAME.
+
+ * bsd.lua.mk was added to support lua-related ports.
+
+ * DESTDIR was removed from bsd.scons.mk because it was problematic.
+
+ * Some quotes were added to the 'missing' target to improve handling of
+ duplicate origins.
+
20060903:
AUTHOR: sat@FreeBSD.org
The following functional changes were made to bsd.sites.mk: