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
This commit is contained in:
parent
88a3eaf413
commit
0ccd5142b1
2 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue