svn commit: r507245 - head/sysutils/ldap-account-manager

Kai Knoblich kai at FreeBSD.org
Tue Jul 23 20:35:36 UTC 2019


Author: kai
Date: Tue Jul 23 20:35:35 2019
New Revision: 507245
URL: https://svnweb.freebsd.org/changeset/ports/507245

Log:
  sysutils/ldap-account-manager: Add missing USE_PHP=xmlwriter
  
  PR:		239288
  Submitted by:	basil at vpm.net.ua (maintainer)

Modified:
  head/sysutils/ldap-account-manager/Makefile

Modified: head/sysutils/ldap-account-manager/Makefile
==============================================================================
--- head/sysutils/ldap-account-manager/Makefile	Tue Jul 23 20:24:36 2019	(r507244)
+++ head/sysutils/ldap-account-manager/Makefile	Tue Jul 23 20:35:35 2019	(r507245)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ldap-account-manager
 DISTVERSION=	6.8
+PORTREVISION=	1
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
 
@@ -16,7 +17,7 @@ RUN_DEPENDS=	p5-Quota>=0:sysutils/p5-Quota \
 
 USES=		perl5 php:web tar:bzip2
 USE_PHP=	curl gd gettext hash iconv json ldap openssl pcre session \
-		simplexml xml xmlreader zip
+		simplexml xml xmlreader xmlwriter zip
 
 NO_BUILD=	yes
 NO_ARCH=	yes


More information about the svn-ports-all mailing list