pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-phalcon
Module Name: pkgsrc
Committed By: nia
Date: Tue Dec 1 12:29:47 UTC 2020
Modified Files:
pkgsrc/www/php-phalcon: Makefile
Log Message:
php-phalcon: Only works with php <= 7.2
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/php-phalcon/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-phalcon/Makefile
diff -u pkgsrc/www/php-phalcon/Makefile:1.7 pkgsrc/www/php-phalcon/Makefile:1.8
--- pkgsrc/www/php-phalcon/Makefile:1.7 Sat Nov 21 14:52:58 2020
+++ pkgsrc/www/php-phalcon/Makefile Tue Dec 1 12:29:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/11/21 14:52:58 otis Exp $
+# $NetBSD: Makefile,v 1.8 2020/12/01 12:29:47 nia Exp $
#
MODNAME= phalcon
@@ -26,6 +26,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5
DEPENDS+= ${PHP_PKG_PREFIX}-pdo>=5.6.0:../../databases/php-pdo
DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql>=5.6.0:../../databases/php-pdo_mysql
+PHP_VERSIONS_ACCEPTED= 72 56
+
.include "../../lang/php/phpversion.mk"
PHPSETUPSUBDIR= build/php${PKG_PHP_MAJOR_VERS}/${"${MACHINE_ARCH:Mx86_64}":?64:32}bits
Home |
Main Index |
Thread Index |
Old Index