svn commit: r423250 - head/mail/roundcube

Pietro Cerutti gahr at FreeBSD.org
Tue Oct 4 10:38:07 UTC 2016


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}


More information about the svn-ports-all mailing list