svn commit: r494939 - head/security/mailzu

Steve Wills swills at FreeBSD.org
Thu Mar 7 13:29:08 UTC 2019


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


More information about the svn-ports-all mailing list