From owner-svn-ports-head@freebsd.org Tue Oct 11 09:01:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFB82C0CCDC; Tue, 11 Oct 2016 09:01:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 BF301834; Tue, 11 Oct 2016 09:01:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B91svI045021; Tue, 11 Oct 2016 09:01:54 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B91swA045020; Tue, 11 Oct 2016 09:01:54 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610110901.u9B91swA045020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 11 Oct 2016 09:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423753 - head/devel/php-composer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2016 09:01:56 -0000 Author: tz Date: Tue Oct 11 09:01:54 2016 New Revision: 423753 URL: https://svnweb.freebsd.org/changeset/ports/423753 Log: devel/php-composer: add missing PHP-module "filter" The port is not usable without the module. Approved by: cyberbotx@cyberbotx.com (maintainer), pi (mentor) Modified: head/devel/php-composer/Makefile Modified: head/devel/php-composer/Makefile ============================================================================== --- head/devel/php-composer/Makefile Tue Oct 11 08:38:06 2016 (r423752) +++ head/devel/php-composer/Makefile Tue Oct 11 09:01:54 2016 (r423753) @@ -3,6 +3,7 @@ PORTNAME= composer DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://getcomposer.org/download/${DISTVERSION}/ PKGNAMEPREFIX= php- @@ -20,7 +21,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_r NO_BUILD= yes NO_WRKSUBDIR= yes USES= php -USE_PHP= intl openssl phar json ctype +USE_PHP= intl openssl phar json ctype filter PLIST_FILES= bin/composer \ bin/composer.phar