pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
arcanist: Require libphutil, switch to https:// and reuse bin/arc
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Dec 5 16:00:01 2015 +0100
Changeset: fc8334c55dd260e1e7d2a0cba230b7bd2456200c
Modified Files:
arcanist/Makefile
Log Message:
arcanist: Require libphutil, switch to https:// and reuse bin/arc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fc8334c55dd260e1e7d2a0cba230b7bd2456200c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
arcanist/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/arcanist/Makefile b/arcanist/Makefile
index 8aec382..d0dd657 100644
--- a/arcanist/Makefile
+++ b/arcanist/Makefile
@@ -4,7 +4,7 @@ PKGNAME= arcanist-0
CATEGORIES= devel
GIT_REPOSITORIES= arcanist
-GIT_REPO.arcanist= git%github.com@localhost:phacility/arcanist.git
+GIT_REPO.arcanist= https://github.com/phacility/arcanist.git
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= ${MASTER_SITE_GITHUB:=phacility/arcanist/}
@@ -17,6 +17,7 @@ USE_TOOLS+= bash
DEPENDS= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
DEPENDS= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
+DEPENDS= libphutil-[0-9]*:../../wip/libphutil
REPLACE_BASH+= bin/arc
@@ -39,7 +40,7 @@ AUTO_MKDIRS= yes
do-install:
${RUN} cp -r ${WRKSRC}/* ${DESTDIR}${ARCANISTDIR}
- ${RUN} ${LN} -s ${ARCANISTDIR}/scripts/arcanist.php \
+ ${RUN} ${LN} -s ${ARCANISTDIR}/bin/arc \
${DESTDIR}${PREFIX}/bin/arc
.include "../../wip/mk/git-package.mk"
Home |
Main Index |
Thread Index |
Old Index