svn commit: r385502 - head/www/itop

Wen Heping wen at FreeBSD.org
Wed May 6 02:40:40 UTC 2015


Author: wen
Date: Wed May  6 02:40:39 2015
New Revision: 385502
URL: https://svnweb.freebsd.org/changeset/ports/385502

Log:
  - Add missing PHP module
  
  PR:		199948
  Submitted by:	olevole at olevole.ru(maintainer)

Modified:
  head/www/itop/Makefile

Modified: head/www/itop/Makefile
==============================================================================
--- head/www/itop/Makefile	Wed May  6 02:25:15 2015	(r385501)
+++ head/www/itop/Makefile	Wed May  6 02:40:39 2015	(r385502)
@@ -2,6 +2,7 @@
 
 PORTNAME=	itop
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 DISTNAME=	iTop-${PORTVERSION}-2127
@@ -13,7 +14,7 @@ LICENSE=	AGPLv3
 
 USES=		zip
 USE_PHP=	ctype iconv mbstring pcre session xml zlib readline \
-		dom simplexml hash json soap mcrypt filter
+		dom simplexml hash json soap mcrypt filter zip
 
 NO_BUILD=	yes
 


More information about the svn-ports-head mailing list