svn commit: r423753 - head/devel/php-composer
Torsten Zuehlsdorff
tz at FreeBSD.org
Tue Oct 11 09:01:56 UTC 2016
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 at 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
More information about the svn-ports-head
mailing list