summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-03-07 13:21:56 +0000
committertaca <taca@pkgsrc.org>2021-03-07 13:21:56 +0000
commit14a2e23dfb01de0f78b7b5149e4bafc32547398b (patch)
treea46da48b66ab2004ccbb9b255a5c5e99fcdbb410 /devel
parented2819d435f552a7f12f802250469875ca763f9f (diff)
downloadpkgsrc-14a2e23dfb01de0f78b7b5149e4bafc32547398b.tar.gz
Switch to use lang/php/json.mk.
Diffstat (limited to 'devel')
-rw-r--r--devel/arcanist/Makefile6
-rw-r--r--devel/mantis/Makefile6
-rw-r--r--devel/php-composer/Makefile5
3 files changed, 6 insertions, 11 deletions
diff --git a/devel/arcanist/Makefile b/devel/arcanist/Makefile
index 75a1bb4fb14..23012ec45c5 100644
--- a/devel/arcanist/Makefile
+++ b/devel/arcanist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/01/01 09:05:06 taca Exp $
+# $NetBSD: Makefile,v 1.16 2021/03/07 13:21:57 taca Exp $
DISTNAME= arcanist-20170609
PKGREVISION= 3
@@ -17,7 +17,6 @@ EXTRACT_USING= bsdtar
USE_TOOLS+= bsdtar pax
DEPENDS+= ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
-DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
DEPENDS+= libphutil-[0-9]*:../../devel/libphutil
CONFLICTS+= arc-[0-9]*
@@ -46,6 +45,5 @@ do-install:
${DESTDIR}${PREFIX}/bin/arc
.include "../../lang/python/application.mk"
-.include "../../lang/php/phpversion.mk"
-.include "${PHPPKGSRCDIR}/buildlink3.mk"
+.include "../../lang/php/json.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index 302fca1fb08..6ac6f890f8b 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2021/03/06 13:42:07 taca Exp $
+# $NetBSD: Makefile,v 1.58 2021/03/07 13:21:57 taca Exp $
DISTNAME= mantisbt-2.24.5
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/mantisbt/mantis/}
@@ -10,8 +10,6 @@ HOMEPAGE= https://www.mantisbt.org/
COMMENT= PHP/MySQL/web based bugtracking system
LICENSE= gnu-gpl-v2
-DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
-
NO_BUILD= YES
USE_TOOLS+= bash:run pax
@@ -68,5 +66,5 @@ do-install:
cd ${DESTDIR}${MANTIS_HOME} && \
${FIND} . -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
-.include "../../lang/php/phpversion.mk"
+.include "../../lang/php/json.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/php-composer/Makefile b/devel/php-composer/Makefile
index c4a0fc2747c..ce86de3cf69 100644
--- a/devel/php-composer/Makefile
+++ b/devel/php-composer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/02/26 00:46:27 tpaul Exp $
+# $NetBSD: Makefile,v 1.18 2021/03/07 13:21:57 taca Exp $
VERSION= 2.0.11
PKGNAME= ${PHP_PKG_PREFIX}-composer-${VERSION}
@@ -17,7 +17,6 @@ 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:
@@ -35,5 +34,5 @@ SUBST_MESSAGE.fix-paths= Fixing absolute paths.
SUBST_FILES.fix-paths= composer
SUBST_VARS.fix-paths= PREFIX
-.include "../../lang/php/phpversion.mk"
+.include "../../lang/php/json.mk"
.include "../../mk/bsd.pkg.mk"