diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-03-07 19:07:40 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-07 19:07:40 +0000 |
commit | d2ef759163473bef6573af24368f1f13000fae30 (patch) | |
tree | 2886697a58d32c0c8e2f3b89a7ee2a78a2d1c02d /CHANGES | |
parent | ee2d5f3b62547a7de8bdd60a27817bde0c9997fc (diff) |
Add a note for USES=zip and USES=makeself which were recently added by bapt
Requested by: mat
Notes
Notes:
svn path=/head/; revision=347416
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20140307: +AUTHOR: rene@FreeBSD.org + + Two new USES were added by bapt@FreeBSD.org : + + USES=zip handles distribution files in Zip format. InfoZip files + need USES=zip:infozip + + USES=makeself handles distribution files in makeself format. + 20140303: AUTHOR: kde@FreeBSD.org |