pkgsrc-WIP-changes archive

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

Cleanup and take maintainership.



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Fri Mar 4 10:43:58 2016 +0100
Changeset:	26c0722044274ed4d2c30c878a43540c96c1519d

Modified Files:
	arcanist/Makefile

Log Message:
Cleanup and take maintainership.

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

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

diffstat:
 arcanist/Makefile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diffs:
diff --git a/arcanist/Makefile b/arcanist/Makefile
index 28ff9f3..f4ea732 100644
--- a/arcanist/Makefile
+++ b/arcanist/Makefile
@@ -6,20 +6,20 @@ CATEGORIES=		devel
 GIT_REPOSITORIES=	arcanist
 GIT_REPO.arcanist=	https://github.com/phacility/arcanist.git
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	${MASTER_SITE_GITHUB:=phacility/arcanist/}
-COMMENT=	Command line interface for Phabricator
-LICENSE=	apache-2.0
+MAINTAINER=		youri%NetBSD.org@localhost
+HOMEPAGE=		${MASTER_SITE_GITHUB:=phacility/arcanist/}
+COMMENT=		Command line interface for Phabricator
+LICENSE=		apache-2.0
 
-WRKSRC=		${WRKDIR}/arcanist
+WRKSRC=			${WRKDIR}/arcanist
 
-USE_TOOLS+=	bash
+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
+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
+REPLACE_BASH+=		bin/arc
 
 SUBST_CLASSES+=		php
 SUBST_MESSAGE.php=	Fixing PHP path


Home | Main Index | Thread Index | Old Index