aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-01-11 00:15:29 +0800
committerbapt <bapt@FreeBSD.org>2016-01-11 00:15:29 +0800
commitfaa87cb5e67c5459b4bd7260bdc640184d487f93 (patch)
tree346e9748a622055ab082c022cb1bed48887ade9c /CHANGES
parent8f51362a0ae907668c4137164c9cdf631dfe2030 (diff)
downloadfreebsd-ports-graphics-faa87cb5e67c5459b4bd7260bdc640184d487f93.tar.gz
freebsd-ports-graphics-faa87cb5e67c5459b4bd7260bdc640184d487f93.tar.zst
freebsd-ports-graphics-faa87cb5e67c5459b4bd7260bdc640184d487f93.zip
Introduce 2 new USES: sqlite and firebird
sqlite and firebird handling code has been extracted from bsd.databases.mk add an entry in bsd.sanity.mk to mark USE_SQLITE and USE_FIREBIRD as deprecated
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9b7db386c93..5f4838338c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20150110:
+AUTHOR: bapt@FreeBSD.org
+
+ USE_FIREBIRD and USE_SQLITE has been replaced by USES=firebird and
+ USES=sqlite
+
20151105:
AUTHOR: mat@FreeBSD.org