diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-08 16:43:48 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-08 16:55:12 +0000 |
commit | 5ee11f4522728e16e7c50c8ec99a53cb4f8b744f (patch) | |
tree | 687cdb60edfcfd39e03ae78a7492620eeca622d1 | |
parent | a69e32b1b327ae1b8630b36315c2465efafbf7d6 (diff) | |
download | ports-5ee11f4522728e16e7c50c8ec99a53cb4f8b744f.tar.gz ports-5ee11f4522728e16e7c50c8ec99a53cb4f8b744f.zip |
lang/php82: Update version 8.2.0RC7=>8.2.0
This is the first production release of 8.2.X lineup and is safe to use
in production contrary to the previous commits which were development
versions.
Check the Relnotes for the Changesets of this production release.
Relnotes: https://www.php.net/ChangeLog-8.php#8.2.0
Sponsored by: Bounce Experts
-rw-r--r-- | archivers/php82-zip/Makefile | 1 | ||||
-rw-r--r-- | lang/php82/Makefile | 4 | ||||
-rw-r--r-- | lang/php82/distinfo | 6 | ||||
-rw-r--r-- | www/mod_php82/Makefile | 1 |
4 files changed, 5 insertions, 7 deletions
diff --git a/archivers/php82-zip/Makefile b/archivers/php82-zip/Makefile index f4177271b5d3..5d9133ebe88f 100644 --- a/archivers/php82-zip/Makefile +++ b/archivers/php82-zip/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php82 diff --git a/lang/php82/Makefile b/lang/php82/Makefile index dcaee8c7027c..a95a8fad88bd 100644 --- a/lang/php82/Makefile +++ b/lang/php82/Makefile @@ -1,8 +1,8 @@ PORTNAME= php82 -DISTVERSION= 8.2.0RC7 +DISTVERSION= 8.2.0 PORTREVISION?= 0 CATEGORIES?= lang devel www -MASTER_SITES= https://downloads.php.net/~pierrick/ +MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org diff --git a/lang/php82/distinfo b/lang/php82/distinfo index 4d6014dfd8f3..9f610a16b3df 100644 --- a/lang/php82/distinfo +++ b/lang/php82/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669408567 -SHA256 (php-8.2.0RC7.tar.xz) = 31204434c525f85e64f666a766f623443637616b184e8652414f619a127c5ef7 -SIZE (php-8.2.0RC7.tar.xz) = 12020100 +TIMESTAMP = 1670517141 +SHA256 (php-8.2.0.tar.xz) = 6ea4c2dfb532950fd712aa2a08c1412a6a81cd1334dd0b0bf88a8e44c2b3a943 +SIZE (php-8.2.0.tar.xz) = 11920436 diff --git a/www/mod_php82/Makefile b/www/mod_php82/Makefile index e19c3db1595f..a32582b36c28 100644 --- a/www/mod_php82/Makefile +++ b/www/mod_php82/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= www devel PKGNAMEPREFIX= mod_ |