pkgsrc-WIP-changes archive

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

arcanist: Add new dependency php-json



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Dec 5 02:36:51 2015 +0100
Changeset:	4771086a04644461fad80afa29c0c3e1d9370587

Modified Files:
	arcanist/Makefile

Log Message:
arcanist: Add new dependency php-json

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

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

diffstat:
 arcanist/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/arcanist/Makefile b/arcanist/Makefile
index 8e7277f..8aec382 100644
--- a/arcanist/Makefile
+++ b/arcanist/Makefile
@@ -16,6 +16,7 @@ WRKSRC=		${WRKDIR}/arcanist
 USE_TOOLS+=	bash
 
 DEPENDS=	${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
+DEPENDS=	${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
 
 REPLACE_BASH+=	bin/arc
 
@@ -37,9 +38,7 @@ ARCANISTDIR=	${PREFIX}/share/arcanist
 AUTO_MKDIRS=	yes
 
 do-install:
-#	${RUN} ${INSTALL_DATA_DIR} ${DESTDIR}${ARCANISTDIR}
 	${RUN} cp -r ${WRKSRC}/* ${DESTDIR}${ARCANISTDIR}
-#	${RUN} ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
 	${RUN} ${LN} -s ${ARCANISTDIR}/scripts/arcanist.php \
 		${DESTDIR}${PREFIX}/bin/arc
 


Home | Main Index | Thread Index | Old Index