pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-soycms



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Aug 12 15:11:33 UTC 2026

Modified Files:
        pkgsrc/www/php-soycms: Makefile

Log Message:
www/php-soycms: 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.7 -r1.8 pkgsrc/www/php-soycms/Makefile

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

Modified files:

Index: pkgsrc/www/php-soycms/Makefile
diff -u pkgsrc/www/php-soycms/Makefile:1.7 pkgsrc/www/php-soycms/Makefile:1.8
--- pkgsrc/www/php-soycms/Makefile:1.7  Sat Feb  8 04:07:18 2025
+++ pkgsrc/www/php-soycms/Makefile      Wed Aug 12 15:11:33 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/02/08 04:07:18 taca Exp $
+# $NetBSD: Makefile,v 1.8 2026/08/12 15:11:33 taca Exp $
 
 DISTNAME=      soycms_1.4.0c_mysql
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME:S/_/-/:S/_mysql//}
@@ -19,6 +19,8 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-mbstring>=${
 DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=${PHP_BASE_VERS}:../../archivers/php-zip
 DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=${PHP_BASE_VERS}:../../graphics/php-gd
 
+PHP_REQUIRE_MODULE=    json
+
 WRKSRC=                ${WRKDIR}
 USE_LANGUAGES= # none
 NO_BUILD=      yes
@@ -51,5 +53,5 @@ do-install:
        cd ${WRKSRC} && pax -rw -pmp * \
                ${DESTDIR}${PREFIX}/${SOYDIR}
 
-.include "../../lang/php/json.mk"
+.include "../../lang/php/compat.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index