From owner-svn-ports-all@FreeBSD.ORG Wed May 6 02:40:40 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6ECF0115; Wed, 6 May 2015 02:40:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C3091E5F; Wed, 6 May 2015 02:40:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t462eeFA077506; Wed, 6 May 2015 02:40:40 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t462eetR077505; Wed, 6 May 2015 02:40:40 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201505060240.t462eetR077505@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 6 May 2015 02:40:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385502 - head/www/itop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2015 02:40:40 -0000 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