pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/php-json



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jan 17 15:05:45 UTC 2024

Modified Files:
        pkgsrc/textproc/php-json: Makefile

Log Message:
textproc/php-json: Warn against direct dependencies

Tell people to use lang/php/json.mk instead.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/php-json/Makefile

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

Modified files:

Index: pkgsrc/textproc/php-json/Makefile
diff -u pkgsrc/textproc/php-json/Makefile:1.11 pkgsrc/textproc/php-json/Makefile:1.12
--- pkgsrc/textproc/php-json/Makefile:1.11      Tue Jun  6 12:42:32 2023
+++ pkgsrc/textproc/php-json/Makefile   Wed Jan 17 15:05:44 2024
@@ -1,4 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2023/06/06 12:42:32 riastradh Exp $
+# $NetBSD: Makefile,v 1.12 2024/01/17 15:05:44 gdt Exp $
+
+# NB: Do not depend on this package directly.  Instead, use
+#   .include "../../lang/php/json.mk"
+# so that it is included only when needed.
 
 MODNAME=               json
 CATEGORIES+=           textproc



Home | Main Index | Thread Index | Old Index