Change OPTIONS_DEFAULT from MYSQL to SQLITE
Bump PORTREVISION PR: 199059
This commit is contained in:
parent
681df24d3b
commit
3f80d36124
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385562
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= rainloop
|
||||
PORTVERSION= 1.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= mail www
|
||||
MASTER_SITES= http://repository.rainloop.net/v2/webmail/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.${RBUILD}-${RHASH}
|
||||
|
@ -28,7 +29,7 @@ PLIST_SUB= VER="${RVER}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
|||
|
||||
OPTIONS_RADIO= DB
|
||||
OPTIONS_RADIO_DB= MYSQL PGSQL SQLITE
|
||||
OPTIONS_DEFAULT= MYSQL
|
||||
OPTIONS_DEFAULT= SQLITE
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue