svn commit: r518501 - head/mail/roundcube

Alex Dupre ale at FreeBSD.org
Wed Nov 27 13:14:19 UTC 2019


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 at 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


More information about the svn-ports-head mailing list