pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

php-composer: Add runtime dependencies, update maintainer.



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Mon Apr 1 00:47:37 2019 +0000
Changeset:	2003f51fe43739947e727786da8571dd537f02ad

Modified Files:
	php-composer/Makefile

Log Message:
php-composer: Add runtime dependencies, update maintainer.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2003f51fe43739947e727786da8571dd537f02ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 php-composer/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/php-composer/Makefile b/php-composer/Makefile
index 04df4fec9b..83585c57e0 100644
--- a/php-composer/Makefile
+++ b/php-composer/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES=	https://getcomposer.org/download/${VERSION}/
 DIST_SUBDIR=	php-composer/${VERSION}
 EXTRACT_SUFX=	.phar
 
-MAINTAINER=	khorben%defora.org@localhost
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://getcomposer.org/
 COMMENT=	Dependency Manager for PHP
 LICENSE=	modified-bsd
@@ -17,6 +17,10 @@ NO_CONFIGURE=	yes
 NO_BUILD=	yes
 AUTO_MKDIRS=	yes
 
+DEPENDS+=	${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
+DEPENDS+=	${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
+DEPENDS+=	${PHP_PKG_PREFIX}-zip-[0-9]*:../../archivers/php-zip
+
 do-extract:
 	${MKDIR} -m 0755 ${WRKSRC}
 	${INSTALL} -m 0644 ${FILESDIR}/composer ${WRKSRC}/composer


Home | Main Index | Thread Index | Old Index