aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:15:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:15:29 +0000
commitbf548998cb24c05770825e2daebd4c059d48e3d9 (patch)
tree346e9748a622055ab082c022cb1bed48887ade9c /CHANGES
parente259244a333dbb1aa3da1ccbb780c9c0a6c81b2f (diff)
downloadports-bf548998cb24c05770825e2daebd4c059d48e3d9.tar.gz
ports-bf548998cb24c05770825e2daebd4c059d48e3d9.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
Notes
Notes: svn path=/head/; revision=405716
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9b7db386c938..5f4838338c4c 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