diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2025-03-17 11:44:43 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2025-03-17 11:45:17 +0800 |
commit | 87a21eb4786a5c34eb321f3dee9f5e1f0a28aa23 (patch) | |
tree | 9be0f804995801d239e7be7883fc3c44988c10a2 | |
parent | devel/delve: Update 1.24.0 => 1.24.1 (diff) |
www/phalcon: update to 5.9.0.
PR: 285333
Reported by: maintainer
-rw-r--r-- | www/phalcon/Makefile | 5 | ||||
-rw-r--r-- | www/phalcon/distinfo | 6 | ||||
-rw-r--r-- | www/phalcon/files/patch-phalcon.zep.c | 15 |
3 files changed, 5 insertions, 21 deletions
diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile index bfa162009eb8..50555461f79a 100644 --- a/www/phalcon/Makefile +++ b/www/phalcon/Makefile @@ -1,6 +1,6 @@ PORTNAME= phalcon DISTVERSIONPREFIX= v -DISTVERSION= 5.8.0 +DISTVERSION= 5.9.0 CATEGORIES= www PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} @@ -10,11 +10,10 @@ WWW= https://phalcon.io/ LICENSE= BSD3CLAUSE -USES= localbase php:build,ext +USES= localbase php:ext USE_GITHUB= yes GH_PROJECT= c${PORTNAME} USE_PHP= mbstring pdo:build session:build -IGNORE_WITH_PHP= 84 CONFIGURE_ARGS= --enable-phalcon diff --git a/www/phalcon/distinfo b/www/phalcon/distinfo index da981846bd6f..f595cec1f371 100644 --- a/www/phalcon/distinfo +++ b/www/phalcon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720704714 -SHA256 (phalcon-cphalcon-v5.8.0_GH0.tar.gz) = c49cfc301209f4719de9d02979add21b906248b5a5b50376dbb831e711d6ec48 -SIZE (phalcon-cphalcon-v5.8.0_GH0.tar.gz) = 6151691 +TIMESTAMP = 1741620954 +SHA256 (phalcon-cphalcon-v5.9.0_GH0.tar.gz) = 1d91a9d0ea53adf08e3b3f5c599dda7386ee5ae22580b8204fb6b9c21cb5d9a8 +SIZE (phalcon-cphalcon-v5.9.0_GH0.tar.gz) = 6161038 diff --git a/www/phalcon/files/patch-phalcon.zep.c b/www/phalcon/files/patch-phalcon.zep.c deleted file mode 100644 index d0044ac20cef..000000000000 --- a/www/phalcon/files/patch-phalcon.zep.c +++ /dev/null @@ -1,15 +0,0 @@ ---- phalcon.zep.c.orig 2024-08-03 14:25:29 UTC -+++ phalcon.zep.c -@@ -62,8 +62,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY O - #include <ext/standard/info.h> - #include <ext/standard/file.h> - #include <ext/standard/php_filestat.h> -+#if PHP_VERSION_ID <= 80300 - #include <ext/standard/php_rand.h> - #include <ext/standard/php_lcg.h> -+#else -+#include <ext/random/php_random.h> -+#endif - #include <ext/standard/php_math.h> - #include <ext/standard/php_array.h> - #include <ext/standard/php_var.h> |