diff options
author | linimon <linimon@FreeBSD.org> | 2006-09-15 14:57:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-09-15 14:57:07 +0800 |
commit | 4d6c64033b7a35790d8d87c9b0717d01531b441e (patch) | |
tree | 5b036d092abf3da84f6ca6dd7f6c00ed6063cbef /CHANGES | |
parent | 7a02d5f1a3ba25d29cd92b3d868d14c08fdabd15 (diff) | |
download | freebsd-ports-gnome-4d6c64033b7a35790d8d87c9b0717d01531b441e.tar.gz freebsd-ports-gnome-4d6c64033b7a35790d8d87c9b0717d01531b441e.tar.zst freebsd-ports-gnome-4d6c64033b7a35790d8d87c9b0717d01531b441e.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]
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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: |