--- databases/sqlite3/Makefile 2016-02-05 15:03:05.223230000 +0300 +++ databases/sqlite3/Makefile 2016-02-05 16:18:13.522463000 +0300 @@ -3,7 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -29,8 +29,8 @@ OPTIONS_DEFINE= FTS4 UPD_DEL_LIMIT URI U EXTENSION ARMOR STMT DBSTAT FTS5 JSON1 RBU \ LIKENOTBLOB STSHELL OPTIONS_SINGLE= RAMT -OPTIONS_RADIO= STAT RL -OPTIONS_GROUP= UNICODE RTREEG +OPTIONS_RADIO= STAT +OPTIONS_GROUP= UNICODE RTREEG RL UPD_DEL_LIMIT_DESC= ORDER BY and LIMIT on UPDATE and DELETE URI_DESC= Enable use the URI filename @@ -94,14 +94,17 @@ RTREEG_DESC= Index type for range queri RTREE_DESC= Enable R*Tree module RTREE_INT_DESC= Store 32-bit sig int (no float) coordinates -OPTIONS_RADIO_RL= READLINES READLINEP EDITLINE +OPTIONS_GROUP_RL= READLINES READLINEP EDITLINE RL_DESC= Which command line editing library to use: READLINES_DESC= the libreadline from system READLINEP_DESC= the GNU libreadline from ports EDITLINE_DESC= the BSD libedit from ports +READLINES_PREVENTS= READLINEP EDITLINE +READLINEP_PREVENTS= READLINES EDITLINE +EDITLINE_PREVENTS= READLINES READLINEP OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ - EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL + EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL READLINES # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. # RTREE used by graphics/mapnik, databases/spatialite