pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mantis



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

Modified Files:
        pkgsrc/devel/mantis: Makefile

Log Message:
devel/mantis: 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.61 -r1.62 pkgsrc/devel/mantis/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/mantis/Makefile
diff -u pkgsrc/devel/mantis/Makefile:1.61 pkgsrc/devel/mantis/Makefile:1.62
--- pkgsrc/devel/mantis/Makefile:1.61   Sat Feb  8 03:36:56 2025
+++ pkgsrc/devel/mantis/Makefile        Wed Aug 12 07:01:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2025/02/08 03:36:56 taca Exp $
+# $NetBSD: Makefile,v 1.62 2026/08/12 07:01:00 taca Exp $
 
 DISTNAME=      mantisbt-2.25.3
 PKGREVISION=   1
@@ -11,8 +11,9 @@ HOMEPAGE=     https://www.mantisbt.org/
 COMMENT=       PHP/MySQL/web based bugtracking system
 LICENSE=       gnu-gpl-v2
 
-NO_BUILD=      YES
+PHP_REQUIRE_MODULE=    json
 
+NO_BUILD=      YES
 USE_TOOLS+=    bash:run pax
 
 APACHE_USER?=          www
@@ -62,5 +63,5 @@ do-install:
        cd ${DESTDIR}${MANTIS_HOME} && \
                ${FIND} . -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
 
-.include "../../lang/php/json.mk"
+.include "../../lang/php/compat.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index