diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-11 00:15:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-11 00:15:29 +0800 |
commit | faa87cb5e67c5459b4bd7260bdc640184d487f93 (patch) | |
tree | 346e9748a622055ab082c022cb1bed48887ade9c /CHANGES | |
parent | 8f51362a0ae907668c4137164c9cdf631dfe2030 (diff) | |
download | freebsd-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-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |