aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-08-21 18:12:07 +0800
committerrakuco <rakuco@FreeBSD.org>2016-08-21 18:12:07 +0800
commit041768a7ced757bf46e8575971eb3bf6e2695c4b (patch)
tree4057723118bbeb1014e2a01f456efe12c6ce4b19 /CHANGES
parent4a419418b114a1132d84726be3c42ecd3c0ba262 (diff)
downloadfreebsd-ports-gnome-041768a7ced757bf46e8575971eb3bf6e2695c4b.tar.gz
freebsd-ports-gnome-041768a7ced757bf46e8575971eb3bf6e2695c4b.tar.zst
freebsd-ports-gnome-041768a7ced757bf46e8575971eb3bf6e2695c4b.zip
CHANGES: Document Uses/grantlee.mk added in r420244.
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