pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/roundcube



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 24 14:01:51 UTC 2026

Modified Files:
        pkgsrc/mail/roundcube: Makefile

Log Message:
mail/roundcube: fix replace-interpreter warnings

Use simply REPLACE_PHP, NFC.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/mail/roundcube/Makefile

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

Modified files:

Index: pkgsrc/mail/roundcube/Makefile
diff -u pkgsrc/mail/roundcube/Makefile:1.103 pkgsrc/mail/roundcube/Makefile:1.104
--- pkgsrc/mail/roundcube/Makefile:1.103        Sun Mar 29 14:31:58 2026
+++ pkgsrc/mail/roundcube/Makefile      Sun May 24 14:01:51 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2026/03/29 14:31:58 taca Exp $
+# $NetBSD: Makefile,v 1.104 2026/05/24 14:01:51 taca Exp $
 
 DISTNAME=      roundcubemail-${RC_VERS}
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/:S/-complete//}
@@ -50,16 +50,13 @@ CONF_PLUGINS=               acl additional_message_he
                        redundant_attachments squirrelmail_usercopy
 RC_DOCS=               CHANGELOG.md INSTALL LICENSE README.md SECURITY.md \
                        UPGRADING
-REPLACE_PHP=           cleandb.sh decrypt.sh deluser.sh gc.sh \
+REPLACE_PHP_FILES=     cleandb.sh decrypt.sh deluser.sh gc.sh \
                        indexcontacts.sh initdb.sh installto.sh \
                        moduserprefs.sh msgexport.sh msgimport.sh \
                        update.sh updatecss.sh updatedb.sh
 
-REPLACE_INTERPRETER+=  php
-REPLACE.php.old=       .*php[^ ]*
-REPLACE.php.new=       ${PREFIX}/bin/php
-.for f in ${REPLACE_PHP}
-REPLACE_FILES.php+=    bin/${f}
+.for f in ${REPLACE_PHP_FILES}
+REPLACE_PHP+=  bin/${f}
 .endfor
 
 SUBST_CLASSES+=                files



Home | Main Index | Thread Index | Old Index