svn commit: r423903 - branches/2016Q4/devel/php-composer
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu Oct 13 08:15:36 UTC 2016
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 at 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
More information about the svn-ports-branches
mailing list