CVS commit: pkgsrc/devel/arcanist
"Takahiro Kambe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: taca Date: Wed Aug 12 07:00:20 UTC 2026 Modified Files: pkgsrc/devel/arcanist: Makefile Log Message: devel/arcanist: use PHP_REQUIRE_MODULE Use PHP_REQUIRE_MODULE for php-json dependency. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/arcanist/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 911 B)
Modified files:
Index: pkgsrc/devel/arcanist/Makefile
diff -u pkgsrc/devel/arcanist/Makefile:1.22 pkgsrc/devel/arcanist/Makefile:1.23
--- pkgsrc/devel/arcanist/Makefile:1.22 Fri Jul 24 15:48:17 2026
+++ pkgsrc/devel/arcanist/Makefile Wed Aug 12 07:00:20 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2026/07/24 15:48:17 taca Exp $
+# $NetBSD: Makefile,v 1.23 2026/08/12 07:00:20 taca Exp $
DISTNAME= arcanist-20170609
PKGREVISION= 9
@@ -21,6 +21,8 @@ DEPENDS+= libphutil-[0-9]*:../../devel/
CONFLICTS+= arc-[0-9]*
+PHP_REQUIRE_MODULE= json
+
REPLACE_PHP= scripts/arcanist.php
REPLACE_PHP+= scripts/hgdaemon/hgdaemon_client.php
REPLACE_PHP+= scripts/hgdaemon/hgdaemon_server.php
@@ -41,5 +43,5 @@ do-install:
${DESTDIR}${PREFIX}/bin/arc
.include "../../lang/python/application.mk"
-.include "../../lang/php/json.mk"
+.include "../../lang/php/compat.mk"
.include "../../mk/bsd.pkg.mk"