pkgsrc-WIP-changes archive

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

php-phalcon4: Update dependencies



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Sun Oct 11 14:37:14 2020 +0000
Changeset:	69b80f287d372b44bde5ed5abc62aa63a44138c9

Modified Files:
	php-phalcon4/Makefile

Log Message:
php-phalcon4: Update dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=69b80f287d372b44bde5ed5abc62aa63a44138c9

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

diffstat:
 php-phalcon4/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diffs:
diff --git a/php-phalcon4/Makefile b/php-phalcon4/Makefile
index 9864a8cfe6..53604a4ad6 100644
--- a/php-phalcon4/Makefile
+++ b/php-phalcon4/Makefile
@@ -14,6 +14,8 @@ LICENSE=		php
 
 CONFLICTS=		php-phalcon-[0-9]*
 
+PHP_VERSIONS_ACCEPTED=  72 73 74
+
 GITHUB_PROJECT=		cphalcon
 GITHUB_TAG=		v${PKGVERSION_NOREV}
 
@@ -21,6 +23,11 @@ USE_LANGUAGES=		c c++
 USE_TOOLS+=		gmake pkg-config
 
 BUILD_DEPENDS+=		re2c>=0.15.3:../../devel/re2c
+DEPENDS+=		${PHP_PKG_PREFIX}-curl>=7.2.0:../../www/php-curl
+DEPENDS+=		${PHP_PKG_PREFIX}-gettext>=7.2.0:../../devel/php-gettext
+DEPENDS+=		${PHP_PKG_PREFIX}-json>=7.2.0:../../textproc/php-json
+DEPENDS+=		${PHP_PKG_PREFIX}-mbstring>=7.2.0:../../converters/php-mbstring
+DEPENDS+=		${PHP_PKG_PREFIX}-pdo>=7.2.0:../../databases/php-pdo
 DEPENDS+=		${PHP_PKG_PREFIX}-psr>=1.0.0:../../devel/php-psr
 
 .include "../../lang/php/phpversion.mk"


Home | Main Index | Thread Index | Old Index