Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2019 13:14:18 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518501 - head/mail/roundcube
Message-ID:  <201911271314.xARDEIjC052680@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Wed Nov 27 13:14:18 2019
New Revision: 518501
URL: https://svnweb.freebsd.org/changeset/ports/518501

Log:
  Add ctype dependency.
  
  See https://github.com/roundcube/roundcubemail/issues/7049
  
  Reported by:	Tim Bishop <tim@bishnet.net>

Modified:
  head/mail/roundcube/Makefile

Modified: head/mail/roundcube/Makefile
==============================================================================
--- head/mail/roundcube/Makefile	Wed Nov 27 12:09:57 2019	(r518500)
+++ head/mail/roundcube/Makefile	Wed Nov 27 13:14:18 2019	(r518501)
@@ -2,6 +2,7 @@
 
 PORTNAME=	roundcube
 DISTVERSION=	1.4.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES?=	mail www
 MASTER_SITES=	https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
@@ -26,7 +27,7 @@ USES=		cpe php:web,flavors
 CPE_PRODUCT=	webmail
 CPE_VENDOR=	roundcube
 
-USE_PHP=	pcre mbstring session iconv dom xml json intl zip filter openssl fileinfo exif
+USE_PHP=	pcre mbstring session iconv dom xml json intl zip filter openssl fileinfo exif ctype
 
 OPTIONS_DEFINE=	LDAP GD PSPELL NSC DOCS EXAMPLES
 OPTIONS_MULTI=	DB



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