pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/php-composer



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Aug 12 07:01:54 UTC 2026

Modified Files:
        pkgsrc/devel/php-composer: Makefile

Log Message:
devel/php-composer: 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.31 -r1.32 pkgsrc/devel/php-composer/Makefile

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

Modified files:

Index: pkgsrc/devel/php-composer/Makefile
diff -u pkgsrc/devel/php-composer/Makefile:1.31 pkgsrc/devel/php-composer/Makefile:1.32
--- pkgsrc/devel/php-composer/Makefile:1.31     Sat Feb  8 03:39:10 2025
+++ pkgsrc/devel/php-composer/Makefile  Wed Aug 12 07:01:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2025/02/08 03:39:10 taca Exp $
+# $NetBSD: Makefile,v 1.32 2026/08/12 07:01:54 taca Exp $
 
 VERSION=       2.2.18
 PKGNAME=       ${PHP_PKG_PREFIX}-composer-${VERSION}
@@ -17,6 +17,8 @@ LICENSE=      mit
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=${PHP_BASE_VERS}:../../converters/php-mbstring
 DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=${PHP_BASE_VERS}:../../archivers/php-zip
 
+PHP_REQUIRE_MODULE=    json
+
 NO_BUILD=      yes
 
 INSTALLATION_DIRS+=    bin ${PHP_SHAREDIR}
@@ -36,5 +38,5 @@ do-install:
        ${INSTALL} -m 0644 ${DISTDIR}/${DIST_SUBDIR}/composer.phar \
                ${DESTDIR}${PREFIX}/${PHP_SHAREDIR}
 
-.include "../../lang/php/json.mk"
+.include "../../lang/php/compat.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index