diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 14:04:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 14:04:01 +0000 |
commit | 73b7596b94a9aac96bd82ef2734fec4237b94884 (patch) | |
tree | 97fa6c721b3189472458272147b4aca03cf4b7bc /CHANGES | |
parent | db25d63f5a147d03aa919c5b5d16876cc248d7c1 (diff) |
- Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery)
Notes
Notes:
svn path=/head/; revision=331275
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20131021: +AUTHOR: amdmi3@FreeBSD.org + + share/applications directory was added to the mtree, meaning that + you no longer need to create or remove it in your ports. + 20131008: AUTHOR: bapt@FreeBSD.org |