mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user