aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-15 23:31:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-15 23:31:05 +0000
commit0ccd5142b16e1135bd575612eff0010125ab5197 (patch)
treec8a3af6bdef51b82f0b151a1ef416522f862ca9a
parent88a3eaf413c1cad272d9e10693efce9e7b5a2c26 (diff)
downloadports-0ccd5142b16e1135bd575612eff0010125ab5197.tar.gz
ports-0ccd5142b16e1135bd575612eff0010125ab5197.zip
lang/php81: Fix fetch
Upstream has re-rolled the dist for this version. This only affects lang/php81 and not other versions of php8*. For more details please see the following: https://news-web.php.net/php.announce/349 Just to be confirmed that noone is using an older version as the CDN caches might still hold the older versions bumping the PORTREVISION. Sponsored by: Bounce Experts
-rw-r--r--lang/php81/Makefile4
-rw-r--r--lang/php81/distinfo6
2 files changed, 4 insertions, 6 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index eb41c0068e3d..0020a9222e92 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -1,6 +1,6 @@
PORTNAME= php81
DISTVERSION= 8.1.16
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${DISTVERSION}
@@ -17,8 +17,6 @@ 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 ee523802a475..7242927eac6c 100644
--- a/lang/php81/distinfo
+++ b/lang/php81/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1676462830
-SHA256 (php-8.1.16.tar.xz) = 7108b7347981ad6e610aaf3b3fb0f6444019ab6f59a872c1b55a29bc753eba93
-SIZE (php-8.1.16.tar.xz) = 12198108
+TIMESTAMP = 1676490823
+SHA256 (php-8.1.16.tar.xz) = d61f13d96a58b93c39672b58f25e1ee4ce88500f4acb1430cb01a514875c1258
+SIZE (php-8.1.16.tar.xz) = 11760948