svn commit: r385562 - head/mail/rainloop
Rodrigo Osorio
rodrigo at FreeBSD.org
Wed May 6 20:34:13 UTC 2015
Author: rodrigo
Date: Wed May 6 20:34:12 2015
New Revision: 385562
URL: https://svnweb.freebsd.org/changeset/ports/385562
Log:
Change OPTIONS_DEFAULT from MYSQL to SQLITE
Bump PORTREVISION
PR: 199059
Modified:
head/mail/rainloop/Makefile
Modified: head/mail/rainloop/Makefile
==============================================================================
--- head/mail/rainloop/Makefile Wed May 6 20:30:53 2015 (r385561)
+++ head/mail/rainloop/Makefile Wed May 6 20:34:12 2015 (r385562)
@@ -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="${WWWOW
OPTIONS_RADIO= DB
OPTIONS_RADIO_DB= MYSQL PGSQL SQLITE
-OPTIONS_DEFAULT= MYSQL
+OPTIONS_DEFAULT= SQLITE
.include <bsd.port.options.mk>
More information about the svn-ports-all
mailing list