aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-08 13:15:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-08 13:15:06 +0000
commit2629c47f2bef8a6577138a437031f96d6e521eaa (patch)
treee1913b82c50824ef81cdbcddfa04a64a48fd7419 /CHANGES
parenta9a4bbbf765dd25066c74f5174e4301ee65c7113 (diff)
downloadports-2629c47f2bef8a6577138a437031f96d6e521eaa.tar.gz
ports-2629c47f2bef8a6577138a437031f96d6e521eaa.zip
Add support added for LICENSE=NONE, use it when the port doesn't
have cleanly defined licensing terms. Note that without clean license allowing you to use and distribute the code it would be be illegal to do so in many jurisdictions, so for ports with NONE license no distfiles or packages are distributed. While here, fix trailing whitespace in CHANGES. Approved by: portmgr (bapt) Differential Revision: D7816
Notes
Notes: svn path=/head/; revision=421549
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES23
1 files changed, 16 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index d48bd1bd6e14..dab788b054d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20160908:
+AUTHOR: amdmi3@FreeBSD.org
+
+ Support has been added for NONE license, use it when the port doesn't
+ have cleanly defined licensing terms. Note that without clean license
+ allowing you to use and distribute the code it would be be illegal to do
+ so in many jurisdictions, so for ports with NONE license no distfiles or
+ packages are distributed.
+
20160824:
AUTHOR: mat@FreeBSD.org
@@ -39,16 +48,16 @@ AUTHOR: mat@FreeBSD.org
20160824:
AUTHOR: kde@FreeBSD.org
- A new USES file has been introduced: USES=kde:4, which replaces the old
- bsd.kde4.mk file in preparation for upcoming KDE Frameworks and Plasma5
- ports.
-
- Ports depending on KDE4 have to switch from
+ A new USES file has been introduced: USES=kde:4, which replaces the old
+ bsd.kde4.mk file in preparation for upcoming KDE Frameworks and Plasma5
+ ports.
+
+ Ports depending on KDE4 have to switch from
USE_KDE4=foo bar
- to
+ to
USES=kde:4
USE_KDE=foo bar
- and make sure to switch from using KDE4_PREFIX to the new name KDE_PREFIX
+ and make sure to switch from using KDE4_PREFIX to the new name KDE_PREFIX
in the Makefiles as well as plists.
20160821: