mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
php8.2: update to 8.2.13, provide php-runtime vpkg.
This commit is contained in:
parent
74c91d791d
commit
d385b1e3eb
2 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/configure b/configure
|
diff --git a/configure b/configure
|
||||||
index e4b82d1..1a8678f 100755
|
index 1f5489d..a7e9276 100755
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/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
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ index e4b82d1..1a8678f 100755
|
||||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PG_CONFIG" >&5
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PG_CONFIG" >&5
|
||||||
printf "%s\n" "$PG_CONFIG" >&6; }
|
printf "%s\n" "$PG_CONFIG" >&6; }
|
||||||
PGSQL_INCLUDE=`$PG_CONFIG --includedir`
|
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
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'php8.2'
|
# Template file for 'php8.2'
|
||||||
pkgname=php8.2
|
pkgname=php8.2
|
||||||
version=8.2.8
|
version=8.2.13
|
||||||
revision=3
|
revision=1
|
||||||
_php_version=8.2
|
_php_version=8.2
|
||||||
hostmakedepends="bison pkg-config apache-devel"
|
hostmakedepends="bison pkg-config apache-devel"
|
||||||
makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-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
|
# this is the source where the www.php.net code pulls the tarballs it serves
|
||||||
# at https://www.php.net/distributions/
|
# at https://www.php.net/distributions/
|
||||||
distfiles="https://github.com/php/web-php-distributions/raw/master/php-${version}.tar.gz"
|
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"
|
conf_files="/etc/php${_php_version}/php.ini"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue