Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2015 02:40:40 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385502 - head/www/itop
Message-ID:  <201505060240.t462eetR077505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505060240.t462eetR077505>