pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hiawatha



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb  8 04:11:32 UTC 2025

Modified Files:
        pkgsrc/www/hiawatha: options.mk

Log Message:
www/hiawatha: multiple PHP support

Use lang/php/phpversion.mk instead of lang/php/replace.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/hiawatha/options.mk

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

Modified files:

Index: pkgsrc/www/hiawatha/options.mk
diff -u pkgsrc/www/hiawatha/options.mk:1.3 pkgsrc/www/hiawatha/options.mk:1.4
--- pkgsrc/www/hiawatha/options.mk:1.3  Thu Jan  2 21:22:19 2025
+++ pkgsrc/www/hiawatha/options.mk      Sat Feb  8 04:11:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2025/01/02 21:22:19 hauke Exp $
+# $NetBSD: options.mk,v 1.4 2025/02/08 04:11:32 taca Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.hiawatha
 PKG_SUPPORTED_OPTIONS=         cache letsencrypt monitor rproxy tomahawk
@@ -25,7 +25,7 @@ PLIST.letsencrypt=            yes
 REPLACE_PHP+=                  extra/letsencrypt/lefh.in
 
 DEPENDS+=      php-[0-9]*:${PHPPKGSRCDIR}
-.include "../../lang/php/replace.mk"
+.include "../../lang/php/phpversion.mk"
 .endif
 
 .if !empty(PKG_OPTIONS:Mmonitor)



Home | Main Index | Thread Index | Old Index