Date: Wed, 6 May 2015 20:34:12 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385562 - head/mail/rainloop Message-ID: <201505062034.t46KYCXv019957@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505062034.t46KYCXv019957>