diff --git a/devel/pecl-excimer/Makefile b/devel/pecl-excimer/Makefile index 8ea98fd92cd3..569a38e22a6b 100644 --- a/devel/pecl-excimer/Makefile +++ b/devel/pecl-excimer/Makefile @@ -1,14 +1,14 @@ PORTNAME= excimer -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= devel MAINTAINER= 000.fbsd@quip.cz COMMENT= Interrupting timer and a low-overhead sampling profiler WWW= https://pecl.php.net/package/excimer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl .include diff --git a/devel/pecl-excimer/distinfo b/devel/pecl-excimer/distinfo index 33a0999d30e2..d884bb068ea1 100644 --- a/devel/pecl-excimer/distinfo +++ b/devel/pecl-excimer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709220735 -SHA256 (PECL/excimer-1.2.1.tgz) = 5c2316e9a34c50a4a9afbb7e1ae0a3326a45307245d4bc58c3b86f724afbde99 -SIZE (PECL/excimer-1.2.1.tgz) = 34745 +TIMESTAMP = 1722789963 +SHA256 (PECL/excimer-1.2.2.tgz) = 20c218e3d483f6137edee73854710551d1350d16996822f408741048fe287487 +SIZE (PECL/excimer-1.2.2.tgz) = 34776 diff --git a/devel/pecl-excimer/files/patch-excimer.c b/devel/pecl-excimer/files/patch-excimer.c deleted file mode 100644 index 0a558c47fdaa..000000000000 --- a/devel/pecl-excimer/files/patch-excimer.c +++ /dev/null @@ -1,13 +0,0 @@ ---- excimer.c.orig 2024-08-03 14:37:54 UTC -+++ excimer.c -@@ -23,7 +23,10 @@ - #include "zend_exceptions.h" - #include "zend_interfaces.h" - #include "ext/spl/spl_exceptions.h" -+#if PHP_VERSION_ID <= 80300 - #include "ext/standard/php_mt_rand.h" -+#include "ext/random/php_random.h" -+#endif - #include "ext/standard/info.h" - - #if PHP_VERSION_ID < 70200