pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-nextcloud



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Aug 12 15:09:35 UTC 2026

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

Log Message:
www/php-nextcloud: no need to use json.mk

Use lang/php/phpversion.mk instead of lang/php/json.mk since this package is
supported by PHP 8.2, 8.3 and 8.4.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/www/php-nextcloud/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-nextcloud/Makefile
diff -u pkgsrc/www/php-nextcloud/Makefile:1.89 pkgsrc/www/php-nextcloud/Makefile:1.90
--- pkgsrc/www/php-nextcloud/Makefile:1.89      Tue Jul 14 19:01:20 2026
+++ pkgsrc/www/php-nextcloud/Makefile   Wed Aug 12 15:09:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2026/07/14 19:01:20 gdt Exp $
+# $NetBSD: Makefile,v 1.90 2026/08/12 15:09:34 taca Exp $
 #
 
 # The nextcloud update process only works from one version to the
@@ -76,6 +76,6 @@ do-install:
        cd ${WRKDIR} && ${FIND} nextcloud \( -type f -o -type l \) \! -name '*.orig' -print | \
                pax -rw -pmp ${DESTDIR}${PREFIX}/share
 
-.include "../../lang/php/json.mk"
+.include "../../lang/php/phpversion.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index