Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2016 10:38:06 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423250 - head/mail/roundcube
Message-ID:  <201610041038.u94Ac6ig012915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Oct  4 10:38:06 2016
New Revision: 423250
URL: https://svnweb.freebsd.org/changeset/ports/423250

Log:
  mail/roundcube: fix dependency when using SQLite, bump PORTREVISION

Modified:
  head/mail/roundcube/Makefile

Modified: head/mail/roundcube/Makefile
==============================================================================
--- head/mail/roundcube/Makefile	Tue Oct  4 10:15:02 2016	(r423249)
+++ head/mail/roundcube/Makefile	Tue Oct  4 10:38:06 2016	(r423250)
@@ -2,6 +2,7 @@
 
 PORTNAME=	roundcube
 DISTVERSION=	1.2.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES?=	mail www
 MASTER_SITES=	https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
@@ -46,7 +47,7 @@ NSC_IMPLIES=	PSPELL
 NSC_VARS=	use_php+=simplexml rcubecomp+=spellchecker.php
 PGSQL_VARS=	use_php+=pdo_pgsql
 PSPELL_VARS=	use_php+=pspell
-SQLITE_VARS=	use_php+=pdo_pgsql
+SQLITE_VARS=	use_php+=pdo_sqlite
 
 post-extract-NSC:
 	@${CP} ${FILESDIR}/spellchecker.php ${WRKSRC}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610041038.u94Ac6ig012915>