Date: Thu, 7 Mar 2019 13:29:08 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494939 - head/security/mailzu Message-ID: <201903071329.x27DT8TI019134@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Mar 7 13:29:07 2019 New Revision: 494939 URL: https://svnweb.freebsd.org/changeset/ports/494939 Log: security/mailzu: support php flavors PR: 236360 Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) Modified: head/security/mailzu/Makefile (contents, props changed) Modified: head/security/mailzu/Makefile ============================================================================== --- head/security/mailzu/Makefile Thu Mar 7 13:22:14 2019 (r494938) +++ head/security/mailzu/Makefile Thu Mar 7 13:29:07 2019 (r494939) @@ -3,9 +3,10 @@ PORTNAME= mailzu DISTVERSION= 0.8rc3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MailZu%200.8RC3 +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= MailZu_${DISTVERSION:S/rc/RC/} MAINTAINER= ports@bsdserwis.com @@ -26,7 +27,7 @@ SUB_FILES= pkg-message NO_BUILD= yes NO_ARCH= yes USE_PHP= sockets -USES= php:web +USES= php:flavors,web OPTIONS_DEFINE= IMAP LDAP DOCS OPTIONS_MULTI= SQL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903071329.x27DT8TI019134>