Date: Fri, 10 Jun 2022 20:11:14 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2b46ffe76f57 - main - www/phalcon: Update to 5.0.0RC2 and enable PHP 8.1 Message-ID: <202206102011.25AKBEmp050081@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b46ffe76f57d552cb21e5c1379c8fcfd11b3642 commit 2b46ffe76f57d552cb21e5c1379c8fcfd11b3642 Author: Franco Fichtner <franco@opnsense.org> AuthorDate: 2022-06-10 20:08:43 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-06-10 20:10:44 +0000 www/phalcon: Update to 5.0.0RC2 and enable PHP 8.1 ChangeLog: https://github.com/phalcon/cphalcon/releases/tag/v5.0.0RC2 PR: 264586 --- www/phalcon/Makefile | 3 +-- www/phalcon/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile index 3013b502917d..381a37a8e391 100644 --- a/www/phalcon/Makefile +++ b/www/phalcon/Makefile @@ -2,7 +2,7 @@ PORTNAME= phalcon DISTVERSIONPREFIX= v -DISTVERSION= 5.0.0RC1 +DISTVERSION= 5.0.0RC2 CATEGORIES= www PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} @@ -15,7 +15,6 @@ USES= localbase php:ext USE_GITHUB= yes GH_PROJECT= c${PORTNAME} USE_PHP= json:build mbstring pdo:build session:build -IGNORE_WITH_PHP= 81 CONFIGURE_ARGS= --enable-phalcon diff --git a/www/phalcon/distinfo b/www/phalcon/distinfo index dfc24e1d8aea..e2fce94cd6db 100644 --- a/www/phalcon/distinfo +++ b/www/phalcon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654152890 -SHA256 (phalcon-cphalcon-v5.0.0RC1_GH0.tar.gz) = 0115c3cc4dfb4a57c54755c87725c30dd26d6d890035bb0c365d59dd549bff5c -SIZE (phalcon-cphalcon-v5.0.0RC1_GH0.tar.gz) = 5231364 +TIMESTAMP = 1654788609 +SHA256 (phalcon-cphalcon-v5.0.0RC2_GH0.tar.gz) = dca77b0d0199684e303f1b42dadc7ac6455741a3392c79529bd0a6f522652bbf +SIZE (phalcon-cphalcon-v5.0.0RC2_GH0.tar.gz) = 5230541
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206102011.25AKBEmp050081>