diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-07-18 21:53:48 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-07-18 21:53:48 +0300 |
commit | dac4d1a4116eb867ed9a3d3fd9a8b769651ab55b (patch) | |
tree | 66f8391ac9ae6c5ee6270a9fbf6c3416e5cc1639 | |
parent | mail/rspamd-devel: unbreak build on -current after inotify implementation (+) (diff) |
archivers/pecl-rar: unbreak build with PHP 8.5 (+)
Temporary switch patches source to Remi Collet's repo for some new fixes:
* fix __toString prototype for PHP 8.2
* relax tests expectations for PHP 8.3
* use zend_ce_exception instead of zend_exception_get_default() for PHP 8.5
-rw-r--r-- | archivers/pecl-rar/Makefile | 11 | ||||
-rw-r--r-- | archivers/pecl-rar/distinfo | 8 |
2 files changed, 15 insertions, 4 deletions
diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile index 728bb6003a4d..0a4adcaf0e27 100644 --- a/archivers/pecl-rar/Makefile +++ b/archivers/pecl-rar/Makefile @@ -1,10 +1,15 @@ PORTNAME= rar PORTVERSION= 4.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers pear -PATCH_SITES= https://github.com/cataphract/php-rar/commit/ -PATCHFILES= ab26d285759e4c917879967b09976a44829ed570.diff:-p1 +# Temporary switch patches source to Remi Collet's repo +#PATCH_SITES= https://github.com/cataphract/php-rar/commit/ +PATCH_SITES= https://github.com/remicollet/php-rar/commit/ +PATCHFILES= ab26d285759e4c917879967b09976a44829ed570.diff:-p1 \ + 02331ca1cc1e8638c34e024566f4b391a6c863c5.diff:-p1 \ + eefdef210536834617bc57d3d38e4ab092481c6b.diff:-p1 \ + 048aa2b35bfd1ec5dfae30d2f9c8d52fb8842784.diff:-p1 MAINTAINER= fluffy@FreeBSD.org COMMENT= PECL extension to create and read RAR files diff --git a/archivers/pecl-rar/distinfo b/archivers/pecl-rar/distinfo index 0cb0f32e9097..0471e364e37e 100644 --- a/archivers/pecl-rar/distinfo +++ b/archivers/pecl-rar/distinfo @@ -1,5 +1,11 @@ -TIMESTAMP = 1699432802 +TIMESTAMP = 1752864659 SHA256 (PECL/rar-4.2.0.tgz) = 660d7d6bc97cc45395e56621aa8803a9f9d4b3436c576d67afe712c8f964a4b9 SIZE (PECL/rar-4.2.0.tgz) = 428258 SHA256 (PECL/ab26d285759e4c917879967b09976a44829ed570.diff) = a150a78c652d80f8bf33e635b7183895b1147563d07cba4d90d276a787b26c0b SIZE (PECL/ab26d285759e4c917879967b09976a44829ed570.diff) = 4622 +SHA256 (PECL/02331ca1cc1e8638c34e024566f4b391a6c863c5.diff) = eaa76f733b8ff1f54c9042478557c3f9d7e89c7d36ef7504c11a50bfca6aab4b +SIZE (PECL/02331ca1cc1e8638c34e024566f4b391a6c863c5.diff) = 2284 +SHA256 (PECL/eefdef210536834617bc57d3d38e4ab092481c6b.diff) = 8346a363f15b945a560b2a1a070beb0c1ee197bac7dbd2773b8a70d22a24baa0 +SIZE (PECL/eefdef210536834617bc57d3d38e4ab092481c6b.diff) = 1289 +SHA256 (PECL/048aa2b35bfd1ec5dfae30d2f9c8d52fb8842784.diff) = 4e243345ddfe0bba1c155923922ae54579b5b5eb2b71fc7415108847192825c2 +SIZE (PECL/048aa2b35bfd1ec5dfae30d2f9c8d52fb8842784.diff) = 484 |