diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-11-04 10:24:03 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-11-04 10:24:03 +0000 |
commit | e21a560ac95cac32f27346f5999080da7967a78e (patch) | |
tree | a5561e0e48bf6c2dfd2666b9541681e5f68c0796 | |
parent | www/phalcon: ignore PHP 8.0 (diff) |
www/phalcon4: update to 4.1.0, ignore PHP 8.0
PR: 250857
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=554070
Diffstat (limited to '')
-rw-r--r-- | www/phalcon4/Makefile | 3 | ||||
-rw-r--r-- | www/phalcon4/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/phalcon4/Makefile b/www/phalcon4/Makefile index 3c4eb6808da9..16538218e157 100644 --- a/www/phalcon4/Makefile +++ b/www/phalcon4/Makefile @@ -2,7 +2,7 @@ PORTNAME= phalcon DISTVERSIONPREFIX=v -DISTVERSION= 4.0.6 +DISTVERSION= 4.1.0 CATEGORIES= www PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} PKGNAMESUFFIX= 4 @@ -20,6 +20,7 @@ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/psr.so:devel/pecl-psr@${PHP_FLAVO USES= localbase php:ext USE_PHP= hash:build json:build pdo:build session +IGNORE_WITH_PHP=80 PHP_MOD_PRIO= 30 USE_GITHUB= yes diff --git a/www/phalcon4/distinfo b/www/phalcon4/distinfo index 0ce02aab7542..551a9a05f8aa 100644 --- a/www/phalcon4/distinfo +++ b/www/phalcon4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1591359687 -SHA256 (phalcon-cphalcon-v4.0.6_GH0.tar.gz) = dd3c09547670470def92b1b0cd598626ee6d0c2b7071810709fa1a4c61b9a7c0 -SIZE (phalcon-cphalcon-v4.0.6_GH0.tar.gz) = 6831547 +TIMESTAMP = 1604412050 +SHA256 (phalcon-cphalcon-v4.1.0_GH0.tar.gz) = 3b98df3fd15560f30abbcf37b498536ad4d287699f5957b3ec37703491d3b594 +SIZE (phalcon-cphalcon-v4.1.0_GH0.tar.gz) = 7083394 |