From d385b1e3ebf2bd7265084bfa013567242b2c6884 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 28 Nov 2023 11:42:27 -0500 Subject: [PATCH] php8.2: update to 8.2.13, provide php-runtime vpkg. --- srcpkgs/php8.2/patches/php-cross-config.patch | 6 +++--- srcpkgs/php8.2/template | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/php8.2/patches/php-cross-config.patch b/srcpkgs/php8.2/patches/php-cross-config.patch index 169c43f1df9..1956e6690ab 100644 --- a/srcpkgs/php8.2/patches/php-cross-config.patch +++ b/srcpkgs/php8.2/patches/php-cross-config.patch @@ -1,8 +1,8 @@ diff --git a/configure b/configure -index e4b82d1..1a8678f 100755 +index 1f5489d..a7e9276 100755 --- a/configure +++ b/configure -@@ -62424,7 +62424,7 @@ printf %s "checking for pg_config... " >&6; } +@@ -63653,7 +63653,7 @@ printf %s "checking for pg_config... " >&6; } fi done @@ -11,7 +11,7 @@ index e4b82d1..1a8678f 100755 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PG_CONFIG" >&5 printf "%s\n" "$PG_CONFIG" >&6; } PGSQL_INCLUDE=`$PG_CONFIG --includedir` -@@ -63948,7 +63948,7 @@ printf %s "checking for pg_config... " >&6; } +@@ -65177,7 +65177,7 @@ printf %s "checking for pg_config... " >&6; } fi done diff --git a/srcpkgs/php8.2/template b/srcpkgs/php8.2/template index add04b4d3d5..e7fb74102db 100644 --- a/srcpkgs/php8.2/template +++ b/srcpkgs/php8.2/template @@ -1,7 +1,7 @@ # Template file for 'php8.2' pkgname=php8.2 -version=8.2.8 -revision=3 +version=8.2.13 +revision=1 _php_version=8.2 hostmakedepends="bison pkg-config apache-devel" makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel @@ -17,7 +17,8 @@ changelog="https://raw.githubusercontent.com/php/php-src/php-${version}/NEWS" # this is the source where the www.php.net code pulls the tarballs it serves # at https://www.php.net/distributions/ distfiles="https://github.com/php/web-php-distributions/raw/master/php-${version}.tar.gz" -checksum=6419b74e9b675c8d5a1afd2788c4d7996a19bbe2be409716ccb2067897af9df1 +checksum=6a194038f5a9e46d8f70a9d59c072c3b08d6edbdd8e304096e24ccf2225bcf1b +provides="php-runtime-${version}_1" conf_files="/etc/php${_php_version}/php.ini"