diff options
author | adamw <adamw@FreeBSD.org> | 2015-08-25 08:51:37 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-08-25 08:51:37 +0800 |
commit | 1548bcced046197bec3e2747b3cf2a90e8b554b1 (patch) | |
tree | 86bfa4d015e67d462b3cdb178131f8bfaa918f65 /devel | |
parent | 98f9813cb10d2487ba7698b17405a6f700b677f1 (diff) | |
download | freebsd-ports-gnome-1548bcced046197bec3e2747b3cf2a90e8b554b1.tar.gz freebsd-ports-gnome-1548bcced046197bec3e2747b3cf2a90e8b554b1.tar.zst freebsd-ports-gnome-1548bcced046197bec3e2747b3cf2a90e8b554b1.zip |
Update to 4.21.
Changes: https://metacpan.org/changes/distribution/EV
PR: 202349
Approved by: Vladimir Timofeev (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-EV/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-EV/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-EV/files/patch-libev__ev.c | 13 |
3 files changed, 5 insertions, 17 deletions
diff --git a/devel/p5-EV/Makefile b/devel/p5-EV/Makefile index ba8a40bbb259..535357402a4a 100644 --- a/devel/p5-EV/Makefile +++ b/devel/p5-EV/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= EV -PORTVERSION= 4.18 +PORTVERSION= 4.21 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -16,7 +16,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense -BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense +BUILD_DEPENDS= p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense \ + p5-Canary-Stability>=0:${PORTSDIR}/devel/p5-Canary-Stability USES= perl5 USE_PERL5= configure diff --git a/devel/p5-EV/distinfo b/devel/p5-EV/distinfo index 904773fbced2..76eae90413f8 100644 --- a/devel/p5-EV/distinfo +++ b/devel/p5-EV/distinfo @@ -1,2 +1,2 @@ -SHA256 (EV-4.18.tar.gz) = 7d16b820a0b321b0631f0f9f857e87cd0b29da8e11f5686f767cb8dca424fe02 -SIZE (EV-4.18.tar.gz) = 190556 +SHA256 (EV-4.21.tar.gz) = 48ddccedbd0b8b44894df04db92f0d1148e4bcf8a219847125e70263552a2185 +SIZE (EV-4.21.tar.gz) = 191880 diff --git a/devel/p5-EV/files/patch-libev__ev.c b/devel/p5-EV/files/patch-libev__ev.c deleted file mode 100644 index 7e92b0c81a1e..000000000000 --- a/devel/p5-EV/files/patch-libev__ev.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libev/ev.c.orig 2014-09-05 18:49:27.000000000 +0200 -+++ libev/ev.c 2015-02-20 22:33:39.341491000 +0100 -@@ -1017,8 +1017,8 @@ - #define ecb_unreachable() __builtin_unreachable () - #else - /* this seems to work fine, but gcc always emits a warning for it :/ */ -- ecb_inline void ecb_unreachable (void) ecb_noreturn; -- ecb_inline void ecb_unreachable (void) { } -+ ecb_inline ecb_noreturn void ecb_unreachable (void); -+ ecb_inline ecb_noreturn void ecb_unreachable (void) { } - #endif - - /* try to tell the compiler that some condition is definitely true */ |