diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-15 17:27:56 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-15 17:30:48 +0000 |
commit | 42ceff533efe291556c4503c7c4f8606e5c34544 (patch) | |
tree | d59dc86e169f91efde0f10b4637baa2a2218c2e4 | |
parent | 1fed85da575e038c0c435adb7908eba5aeece383 (diff) | |
download | ports-42ceff533efe291556c4503c7c4f8606e5c34544.tar.gz ports-42ceff533efe291556c4503c7c4f8606e5c34544.zip |
lang/php81: Update version 8.1.15=>8.1.16
Changelog: https://www.php.net/ChangeLog-8.php#8.1.16
Sponsored by: Bounce Experts
-rw-r--r-- | lang/php81/Makefile | 4 | ||||
-rw-r--r-- | lang/php81/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile index d4459d4f88b7..eb41c0068e3d 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -1,5 +1,5 @@ PORTNAME= php81 -DISTVERSION= 8.1.15 +DISTVERSION= 8.1.16 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -17,6 +17,8 @@ PHP_VER= 81 CONFLICTS_INSTALL?= php[0-9][0-9]${PKGNAMESUFFIX} +EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions --no-xattrs + .if !defined(PKGNAMESUFFIX) LIB_DEPENDS= libargon2.so:security/libargon2 \ libpcre2-8.so:devel/pcre2 diff --git a/lang/php81/distinfo b/lang/php81/distinfo index e0c62276c1ce..ee523802a475 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675797918 -SHA256 (php-8.1.15.tar.xz) = cd450fb4ee50488c5bf5f08851f514e5a1cac18c9512234d9e16c3a1d35781a6 -SIZE (php-8.1.15.tar.xz) = 11814272 +TIMESTAMP = 1676462830 +SHA256 (php-8.1.16.tar.xz) = 7108b7347981ad6e610aaf3b3fb0f6444019ab6f59a872c1b55a29bc753eba93 +SIZE (php-8.1.16.tar.xz) = 12198108 |