git: da71ecd25f2a - main - CHANGES: document how to use vala.mk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Aug 2022 17:03:07 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=da71ecd25f2afeb2c0a670f7b2c5e8a79fc67da9
commit da71ecd25f2afeb2c0a670f7b2c5e8a79fc67da9
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-08-26 17:02:00 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-08-26 17:02:28 +0000
CHANGES: document how to use vala.mk
---
CHANGES | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/CHANGES b/CHANGES
index 0145bd859742..dfbff119b8e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20220826:
+AUTHOR: tcberner@FreeBSD.org
+
+ A new Uses for 'vala' has been added.
+
+ To depend on libvala, use
+ USES=vala:lib
+ to only add a build-time dependency, use
+ USES=vala:build
+
20220821:
AUTHOR: kde@FreeBSD.org