Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2016 09:01:54 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423753 - head/devel/php-composer
Message-ID:  <201610110901.u9B91swA045020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610110901.u9B91swA045020>