aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-08-21 10:12:07 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-08-21 10:12:07 +0000
commit47f19a7a56d3f0f0009183eabad4a1f3c436384d (patch)
tree4057723118bbeb1014e2a01f456efe12c6ce4b19 /CHANGES
parent7bf552c8332329ca1c3eac5c34e2f75c5bfb7c42 (diff)
downloadports-47f19a7a56d3f0f0009183eabad4a1f3c436384d.tar.gz
ports-47f19a7a56d3f0f0009183eabad4a1f3c436384d.zip
CHANGES: Document Uses/grantlee.mk added in r420244.
Notes
Notes: svn path=/head/; revision=420545
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index efd8037aec14..991154ebb970 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.
+20160821:
+AUTHOR: kde@FreeBSD.org
+
+ A new USES file has been introduced: USES=grantlee:[4,5], which introduces a
+ LIB_DEPENDS on either devel/grantlee (Qt4) or devel/grantlee5 (Qt5).
+
+ Uses/grantlee.mk also exports the GRANTLEE_VERSION variable to users, and the
+ GRANTLEE_VERSION_FULL and GRANTLEE_VERSION_SHORT pkg-plist substitutions.
+
20160817:
AUTHOR: mat@FreeBSD.org