diff --git a/devel/p5-EV/Makefile b/devel/p5-EV/Makefile index 177a0ec6c04e..23f656019752 100644 --- a/devel/p5-EV/Makefile +++ b/devel/p5-EV/Makefile @@ -1,27 +1,27 @@ PORTNAME= EV -DISTVERSION= 4.34 +DISTVERSION= 4.37 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MLEHMANN PKGNAMEPREFIX= p5- MAINTAINER= vovkasm@gmail.com COMMENT= Perl interface to libev, a high performance full-featured event loop WWW= https://metacpan.org/release/EV LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Canary-Stability>=0:devel/p5-Canary-Stability \ p5-common-sense>=0:devel/p5-common-sense RUN_DEPENDS= p5-common-sense>=0:devel/p5-common-sense USES= perl5 USE_PERL5= configure CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/EV/EV.so .include diff --git a/devel/p5-EV/distinfo b/devel/p5-EV/distinfo index 83d8edb5c662..396bff7a19d7 100644 --- a/devel/p5-EV/distinfo +++ b/devel/p5-EV/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700424301 -SHA256 (EV-4.34.tar.gz) = 1211683dce7b6771f4ab710cc153712bdd77ba6157a13294d0bb73491fd06560 -SIZE (EV-4.34.tar.gz) = 220047 +TIMESTAMP = 1774030857 +SHA256 (EV-4.37.tar.gz) = 18bb66df4932ea61471dfb6057b5b27944f32d5be31fca832030a0c8082422a5 +SIZE (EV-4.37.tar.gz) = 221946 diff --git a/devel/p5-EV/files/patch-typemap b/devel/p5-EV/files/patch-typemap deleted file mode 100644 index d2fd4c1b79a2..000000000000 --- a/devel/p5-EV/files/patch-typemap +++ /dev/null @@ -1,17 +0,0 @@ -Patch from https://github.com/Perl/perl5/issues/22353#issuecomment-2198256977 - ---- typemap.orig 2010-10-29 18:42:23 UTC -+++ typemap -@@ -37,9 +37,9 @@ T_WATCHER - - T_WATCHER - if (!(SvROK ($arg) && SvOBJECT (SvRV ($arg)) -- && (SvSTASH (SvRV ($arg)) == stash_" . ($type =~ /ev_(\S+)/, "$1") . " -- || sv_derived_from ($arg, \"EV::" . ($type =~ /ev_(\S+)/, ucfirst "$1") . "\")))) -- croak (\"object is not of type EV::" . ($type =~ /ev_(\S+)/, ucfirst "$1") . "\"); -+ && (SvSTASH (SvRV ($arg)) == stash_${ ($type =~ /ev_(\S+)/, \"$1") } -+ || sv_derived_from ($arg, \"EV::${ ($type =~ /ev_(\S+)/, \ucfirst "$1") }\")))) -+ croak (\"object is not of type EV::${ ($type =~ /ev_(\S+)/, \ucfirst "$1") }\"); - $var = ($type)SvPVX (SvRV ($arg)); - - OUTPUT