diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-09 09:13:55 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-09 09:18:56 -0600 |
commit | 70c84c909c074527b3f7265533d887061cb4dba7 (patch) | |
tree | 0d464b406bd50dd19b7264eff4809e48d597e915 | |
parent | cad/gmsh: fix build on powerpc64 (diff) |
devel/pecl-eio: Update version 2.0.4=>3.00RC4
This was marked for deletion due to EOL of php 7.4 However there was an
updated development version which supports latest php releases. As the
maintainer did not submit any updates hence the port is updated without
actual mantainer's approval but with portmgr blanket approvals.
This was done in consideration to the fact that it's easier to update
rather than rip and resurrect.
Approved by: portmgr (blanket infrastructure)
Relnotes: https://pecl.php.net/package-changelog.php?package=eio
Sponsored by: Bounce Experts
-rw-r--r-- | devel/pecl-eio/Makefile | 10 | ||||
-rw-r--r-- | devel/pecl-eio/distinfo | 8 |
2 files changed, 4 insertions, 14 deletions
diff --git a/devel/pecl-eio/Makefile b/devel/pecl-eio/Makefile index 82284cd78741..d73ea90cd186 100644 --- a/devel/pecl-eio/Makefile +++ b/devel/pecl-eio/Makefile @@ -1,22 +1,14 @@ PORTNAME= eio -DISTVERSION= 2.0.4 +DISTVERSION= 3.0.0RC4 CATEGORIES= devel -PATCH_SITES= https://github.com/rosmanov/pecl-eio/commit/ -PATCHFILES= dd8ef9359ea01bcd84b7b13d7ef1ef3b047a099a.patch:-p1 - MAINTAINER= gasol.wu@gmail.com COMMENT= Provides interface to the libeio library WWW= https://pecl.php.net/package/eio LICENSE= PHP301 -# Remove these when upgraded to 3.0.0 which supports php8 -DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 -EXPIRATION_DATE=2022-11-28 - USES= php:pecl -IGNORE_WITH_PHP= 80 81 82 CONFIGURE_ARGS= --enable-eio diff --git a/devel/pecl-eio/distinfo b/devel/pecl-eio/distinfo index 3648b4ac5573..7d51c2852552 100644 --- a/devel/pecl-eio/distinfo +++ b/devel/pecl-eio/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1663708412 -SHA256 (PECL/eio-2.0.4.tgz) = f389e0429e89d14f4003fc281e73a6ce402eb92d000870fe98e82a930ecf36e4 -SIZE (PECL/eio-2.0.4.tgz) = 74118 -SHA256 (PECL/dd8ef9359ea01bcd84b7b13d7ef1ef3b047a099a.patch) = 43f05ee8e054ee7703182abb13a3e7b092ace89a4fa5115e7c96bf601ee70b36 -SIZE (PECL/dd8ef9359ea01bcd84b7b13d7ef1ef3b047a099a.patch) = 638 +TIMESTAMP = 1670598559 +SHA256 (PECL/eio-3.0.0RC4.tgz) = e478ec2af72fd16e85e60b3b4ead8fff9771b0b382537330e25fcf83b9f70b73 +SIZE (PECL/eio-3.0.0RC4.tgz) = 89689 |