Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Feb 2022 07:57:15 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 633c8c122577 - main - www/phalcon4: Update to 4.1.3
Message-ID:  <202202050757.2157vF0n056681@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=633c8c122577bc6b60493b636e92bed845cb1835

commit 633c8c122577bc6b60493b636e92bed845cb1835
Author:     Franco Fichtner <franco@opnsense.org>
AuthorDate: 2022-02-05 07:54:04 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-02-05 07:56:59 +0000

    www/phalcon4: Update to 4.1.3
    
    Remove USE_PHP= hash because there is no PHP 7.3 anymore.
    
    PR:             261600
---
 www/phalcon4/Makefile | 4 ++--
 www/phalcon4/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/phalcon4/Makefile b/www/phalcon4/Makefile
index b3d2e247804e..82ee290767e3 100644
--- a/www/phalcon4/Makefile
+++ b/www/phalcon4/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	phalcon
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.1.1
+DISTVERSION=	4.1.3
 CATEGORIES=	www
 PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	4
@@ -21,7 +21,7 @@ USES=		localbase php:ext
 USE_GITHUB=	yes
 GH_PROJECT=	c${PORTNAME}
 
-USE_PHP=	hash:build json:build mbstring pdo:build session
+USE_PHP=	json:build mbstring pdo:build session
 IGNORE_WITH_PHP=	80 81
 PHP_MOD_PRIO=	30
 
diff --git a/www/phalcon4/distinfo b/www/phalcon4/distinfo
index 71060586c2d1..3087af376df1 100644
--- a/www/phalcon4/distinfo
+++ b/www/phalcon4/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619191063
-SHA256 (phalcon-cphalcon-v4.1.1_GH0.tar.gz) = 6ceb5105abe199c2805c8a743e8f66c917ea416f39348ac17419e7fdf7e29f3b
-SIZE (phalcon-cphalcon-v4.1.1_GH0.tar.gz) = 7080268
+TIMESTAMP = 1641471195
+SHA256 (phalcon-cphalcon-v4.1.3_GH0.tar.gz) = d6f157e033c7ebfd428190b7fe4c5db73b3cd77e8b8c291cf36d687e666a6533
+SIZE (phalcon-cphalcon-v4.1.3_GH0.tar.gz) = 7081068



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202050757.2157vF0n056681>