diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-09 17:15:36 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-09 17:15:36 +0000 |
commit | 718a57b96f5b2582ecc70059baacd5c820f5b518 (patch) | |
tree | 8eeb48df4aaec9865826b248b136979cb41cb84f | |
parent | fa644dd7b7f8576796f83db19721bc0b9670f2bc (diff) | |
download | ports-718a57b96f5b2582ecc70059baacd5c820f5b518.tar.gz ports-718a57b96f5b2582ecc70059baacd5c820f5b518.zip |
lang/php80: Update version 8.0.28=>8.0.29
Changelog: https://www.php.net/ChangeLog-8.php#8.0.29
Sponsored by: Bounce Experts
-rw-r--r-- | devel/php80-intl/Makefile | 1 | ||||
-rw-r--r-- | lang/php80/Makefile | 4 | ||||
-rw-r--r-- | lang/php80/distinfo | 6 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/php80-intl/Makefile b/devel/php80-intl/Makefile index 87b89e7b2c6d..0583fc5566ea 100644 --- a/devel/php80-intl/Makefile +++ b/devel/php80-intl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php80 diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 5c51d25e8181..792ac781a46e 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,6 +1,6 @@ PORTNAME= php80 -DISTVERSION= 8.0.28 -PORTREVISION?= 1 +DISTVERSION= 8.0.29 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP DISTNAME= php-${DISTVERSION} diff --git a/lang/php80/distinfo b/lang/php80/distinfo index dcf9d66536bf..3d99f62eaefa 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676460278 -SHA256 (php/php-8.0.28.tar.xz) = 5e07278a1f315a67d36a676c01343ca2d4da5ec5bdb15d018e4248b3012bc0cd -SIZE (php/php-8.0.28.tar.xz) = 10801568 +TIMESTAMP = 1686329783 +SHA256 (php/php-8.0.29.tar.xz) = 14db2fbf26c07d0eb2c9fab25dbde7e27726a3e88452cca671f0896bbb683ca9 +SIZE (php/php-8.0.29.tar.xz) = 10803592 |