pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/php-mrbs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  4 14:20:51 UTC 2024

Modified Files:
        pkgsrc/time/php-mrbs: Makefile

Log Message:
php-mrbs: needs php 7.2 or higher, per HOMEPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/php-mrbs/Makefile

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

Modified files:

Index: pkgsrc/time/php-mrbs/Makefile
diff -u pkgsrc/time/php-mrbs/Makefile:1.6 pkgsrc/time/php-mrbs/Makefile:1.7
--- pkgsrc/time/php-mrbs/Makefile:1.6   Wed Feb 28 16:41:42 2024
+++ pkgsrc/time/php-mrbs/Makefile       Mon Mar  4 14:20:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/02/28 16:41:42 taca Exp $
+# $NetBSD: Makefile,v 1.7 2024/03/04 14:20:51 wiz Exp $
 #
 
 DISTNAME=      mrbs-1.11.4
@@ -15,6 +15,8 @@ USE_TOOLS+=   pax
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=${PHP_BASE_VERS}:../../converters/php-iconv
 
+PHP_VERSIONS_INCOMPATIBLE=     56
+
 .include "options.mk"
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index