Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2023 13:05:40 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 15b81e279e87 - main - www/pecl-http: Update version 4.2.0=>4.2.1
Message-ID:  <202310041305.394D5eJx054361@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=15b81e279e8701f062ff86e55f7213d1f702a19d

commit 15b81e279e8701f062ff86e55f7213d1f702a19d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-04 07:54:09 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-04 13:05:28 +0000

    www/pecl-http: Update version 4.2.0=>4.2.1
    
    Changelog:
    https://pecl.php.net/package-info.php?package=pecl_http&version=4.2.1
---
 www/pecl-http/Makefile | 12 +++++-------
 www/pecl-http/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile
index 746df8252aaa..42765cdfae17 100644
--- a/www/pecl-http/Makefile
+++ b/www/pecl-http/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	http
-PORTVERSION=	4.2.0
-PORTREVISION=	3
+PORTVERSION=	4.2.1
 CATEGORIES=	www
 DISTNAME=	pecl_${PORTNAME}-${PORTVERSION}
 
@@ -11,12 +10,9 @@ WWW=		https://pecl.php.net/package/pecl_http
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-# For now UNBREAK for mips while being updated.
-#BROKEN_mips=	fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
-#BROKEN_mips64=	fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression
-
 BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR} \
-		re2c:devel/re2c
+		re2c:devel/re2c \
+		bash>0:shells/bash
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libevent.so:devel/libevent \
 		libicudata.so:devel/icu
@@ -25,4 +21,6 @@ RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PH
 USES=		php:build,pecl
 USE_PHP=	iconv:build zlib:build
 
+CONFIGURE_SHELL=	${LOCALBASE}/bin/bash
+
 .include <bsd.port.mk>
diff --git a/www/pecl-http/distinfo b/www/pecl-http/distinfo
index 04bbbec9db88..6396be230f4a 100644
--- a/www/pecl-http/distinfo
+++ b/www/pecl-http/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643707842
-SHA256 (PECL/pecl_http-4.2.0.tgz) = 9898c2e2b2c78ce11fca1cb3a151ff201ce957afb8b8c1985a52dd5eae35812e
-SIZE (PECL/pecl_http-4.2.0.tgz) = 221621
+TIMESTAMP = 1696405848
+SHA256 (PECL/pecl_http-4.2.1.tgz) = ab07d55ccdfa897c897c26f1c0851b557b363431766c9ea4c799ea61443bdcdc
+SIZE (PECL/pecl_http-4.2.1.tgz) = 224452



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