Date: Thu, 13 Oct 2016 08:15:35 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423903 - branches/2016Q4/devel/php-composer Message-ID: <201610130815.u9D8FZJ4034952@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Oct 13 08:15:35 2016 New Revision: 423903 URL: https://svnweb.freebsd.org/changeset/ports/423903 Log: MFH: r423753 devel/php-composer: add missing PHP-module "filter" The port is not usable without the module. Approved by: cyberbotx@cyberbotx.com (maintainer), pi (mentor) Approved by: portmgr (mat) Modified: branches/2016Q4/devel/php-composer/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/php-composer/Makefile ============================================================================== --- branches/2016Q4/devel/php-composer/Makefile Thu Oct 13 08:07:01 2016 (r423902) +++ branches/2016Q4/devel/php-composer/Makefile Thu Oct 13 08:15:35 2016 (r423903) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610130815.u9D8FZJ4034952>