- Add entry in CHANGES about bsd.licenses*.mk.

- Fix typo in bsd.licenses.mk (_LICENGE_ERROR -> _LICENSE_ERROR).
This commit is contained in:
Alejandro Pulver 2010-05-26 02:20:27 +00:00
parent 3cd3f5e9f9
commit b52b07576c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255098
2 changed files with 11 additions and 2 deletions

View File

@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
20100524:
AUTHOR: alepulver@FreeBSD.org
* The license support files (bsd.licenses.mk and bsd.licenses.db.mk) from
GSoc 2008/2009 have been committed. A new PH entry will be available
soon, but for the moment look at:
http://wiki.freebsd.org/PortsLicenseInfrastructure
Or, alternatively, the comments at the beginning of the mentioned files.
20090906:
AUTHOR: flz@FreeBSD.org

View File

@ -216,7 +216,7 @@ _LICENSE_TYPE= known
_LICENSE_ERROR?= redefining LICENSE_${var} is not allowed for known licenses, to define a custom license try another LICENSE name like ${_LICENSE}-variant
. endif
. if !defined(_LICENSE_${var}_${lic})
_LICENGE_ERROR?= ERROR: missing _LICENSE_${var}_${lic} in bsd.licenses.db.mk
_LICENSE_ERROR?= ERROR: missing _LICENSE_${var}_${lic} in bsd.licenses.db.mk
. else
_LICENSE_${var}= ${_LICENSE_${var}_${lic}}
. endif
@ -293,7 +293,7 @@ _LICENSE_TYPE_${lic}= known
_LICENSE_ERROR?= redefining LICENSE_${var}_${lic} is not allowed for known licenses, to define a custom license try another LICENSE name for ${lic} like ${lic}-variant
. endif
. if !defined(_LICENSE_${var}_${lic})
_LICENGE_ERROR?= ERROR: missing _LICENSE_${var}_${lic} in bsd.licenses.db.mk
_LICENSE_ERROR?= ERROR: missing _LICENSE_${var}_${lic} in bsd.licenses.db.mk
. endif
. endfor
# Check for LICENSE_FILE or at least LICENSE_TEXT (which simulates it)