Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2015 13:36:45 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402447 - head/devel/php-composer
Message-ID:  <201511261336.tAQDajhb021814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Nov 26 13:36:45 2015
New Revision: 402447
URL: https://svnweb.freebsd.org/changeset/ports/402447

Log:
  Add missing dependencies that it wanted when I tried to use it.
  
  Sponsored by:	Absolight

Modified:
  head/devel/php-composer/Makefile

Modified: head/devel/php-composer/Makefile
==============================================================================
--- head/devel/php-composer/Makefile	Thu Nov 26 13:35:09 2015	(r402446)
+++ head/devel/php-composer/Makefile	Thu Nov 26 13:36:45 2015	(r402447)
@@ -3,6 +3,7 @@
 
 PORTNAME=	composer
 DISTVERSION=	1.0.0-alpha11
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://getcomposer.org/download/${DISTVERSION}/
 PKGNAMEPREFIX=	php-
@@ -15,9 +16,11 @@ COMMENT=	Dependency Manager for PHP
 
 LICENSE=	MIT
 
+RUN_DEPENDS=	ca_root_nss>0:${PORTSDIR}/security/ca_root_nss
+
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_PHP=	intl openssl phar
+USE_PHP=	intl openssl phar json ctype
 
 PLIST_FILES=	bin/composer \
 		bin/composer.phar



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