pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-concrete5



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Dec 29 06:19:20 UTC 2021

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

Log Message:
www/php-concrete5: simplify condition for php-mcrypt dependency

Simplify condition for php-mcrypt dependency.

Note: current php-concrete5 support only php56, but newer version of
Concrete5 or ConcreteCMS support newer version of PHP.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/php-concrete5/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-concrete5/Makefile
diff -u pkgsrc/www/php-concrete5/Makefile:1.23 pkgsrc/www/php-concrete5/Makefile:1.24
--- pkgsrc/www/php-concrete5/Makefile:1.23      Fri Dec  4 20:45:48 2020
+++ pkgsrc/www/php-concrete5/Makefile   Wed Dec 29 06:19:20 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/12/04 20:45:48 nia Exp $
+# $NetBSD: Makefile,v 1.24 2021/12/29 06:19:20 taca Exp $
 #
 
 DISTNAME=      concrete5.7.5.13
@@ -35,7 +35,7 @@ PHP_VERSIONS_ACCEPTED=        56
 
 .include "../../lang/php/phpversion.mk"
 
-.if ${PKG_PHP_VERSION} == "56" || ${PKG_PHP_VERSION} == "70"
+.if ${PKG_PHP_VERSION} < 71
 DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=5.3.3:../../security/php-mcrypt
 .else
 DEPENDS+=      ${PHP_PKG_PREFIX}-pecl-mcrypt>=1.0.0:../../security/php-pecl-mcrypt



Home | Main Index | Thread Index | Old Index