pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/php-baikal



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Aug 12 08:09:43 UTC 2026

Modified Files:
        pkgsrc/net/php-baikal: Makefile

Log Message:
net/php-baikal: json.mk is not required

lang/php/json.mk is not required if a pacakge supports PHP 8.0 or later.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/php-baikal/Makefile

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

Modified files:

Index: pkgsrc/net/php-baikal/Makefile
diff -u pkgsrc/net/php-baikal/Makefile:1.28 pkgsrc/net/php-baikal/Makefile:1.29
--- pkgsrc/net/php-baikal/Makefile:1.28 Tue Feb 17 18:53:37 2026
+++ pkgsrc/net/php-baikal/Makefile      Wed Aug 12 08:09:42 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2026/02/17 18:53:37 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2026/08/12 08:09:42 taca Exp $
 
 DISTNAME=      baikal-0.11.1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -85,5 +85,5 @@ do-install:
        cd ${WRKSRC} && pax -rw -pmp * \
                ${DESTDIR}${PREFIX}/${BAIKALDIR}
 
-.include "../../lang/php/json.mk"
+.include "../../lang/php/phpversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index