From 064b9035f1e8f227c918b3a22b9b63810441ee09 Mon Sep 17 00:00:00 2001 From: fritzkink Date: Tue, 21 May 2024 18:20:08 +0200 Subject: [PATCH] php-redis - re-publish pecl for php82 --- components/web/php/php-8_2-ext-redis/Makefile | 1 + .../web/php/php-8_2-ext-redis/manifests/sample-manifest.p5m | 2 +- components/web/php/php-8_2-ext-redis/pkg5 | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/web/php/php-8_2-ext-redis/Makefile b/components/web/php/php-8_2-ext-redis/Makefile index 6146857b505..8c5df2ee816 100644 --- a/components/web/php/php-8_2-ext-redis/Makefile +++ b/components/web/php/php-8_2-ext-redis/Makefile @@ -20,6 +20,7 @@ include ../../../../make-rules/shared-macros.mk COMPONENT_NAME= redis COMPONENT_VERSION= 6.0.2 +COMPONENT_REVISION= 1 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_PROJECT_URL= https://pecl.php.net/package/redis COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tgz diff --git a/components/web/php/php-8_2-ext-redis/manifests/sample-manifest.p5m b/components/web/php/php-8_2-ext-redis/manifests/sample-manifest.p5m index 94423b36009..0019604ff71 100644 --- a/components/web/php/php-8_2-ext-redis/manifests/sample-manifest.p5m +++ b/components/web/php/php-8_2-ext-redis/manifests/sample-manifest.p5m @@ -10,7 +10,7 @@ # # -# Copyright 2023 +# Copyright 2024 # set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) diff --git a/components/web/php/php-8_2-ext-redis/pkg5 b/components/web/php/php-8_2-ext-redis/pkg5 index 7ef31f0a9f7..321263ed965 100644 --- a/components/web/php/php-8_2-ext-redis/pkg5 +++ b/components/web/php/php-8_2-ext-redis/pkg5 @@ -9,4 +9,4 @@ "web/php-82/extension/php-redis" ], "name": "redis" -} \ No newline at end of file +}