git: c8a1369f883c - main - devel/pecl-ev: update to 1.1.5 release
Dima Panov
fluffy at FreeBSD.org
Sun Sep 19 14:31:42 UTC 2021
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c8a1369f883c6232b6a04bbfd738e2a3b2ab0ed4
commit c8a1369f883c6232b6a04bbfd738e2a3b2ab0ed4
Author: Dima Panov <fluffy at FreeBSD.org>
AuthorDate: 2021-09-19 14:30:12 +0000
Commit: Dima Panov <fluffy at FreeBSD.org>
CommitDate: 2021-09-19 14:30:12 +0000
devel/pecl-ev: update to 1.1.5 release
Changelog: https://pecl.php.net/package-changelog.php?package=ev&release=1.1.5
Fixed #44: segmentation fault when the watcher is destroyed in its callback and an exception is thrown.
Issue #40: Fixed PHP 8 Windows build: the list of source files in config.w32 was incorrect for PHP 8.
---
devel/pecl-ev/Makefile | 2 +-
devel/pecl-ev/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/devel/pecl-ev/Makefile b/devel/pecl-ev/Makefile
index 616d6d81b7fb..c7807fac49d0 100644
--- a/devel/pecl-ev/Makefile
+++ b/devel/pecl-ev/Makefile
@@ -1,7 +1,7 @@
# Created by: John Chen <johnpupu at gmail.com>
PORTNAME= ev
-PORTVERSION= 1.1.4
+PORTVERSION= 1.1.5
CATEGORIES= devel
MAINTAINER= fluffy at FreeBSD.org
diff --git a/devel/pecl-ev/distinfo b/devel/pecl-ev/distinfo
index 87e78968a273..df25e7540f87 100644
--- a/devel/pecl-ev/distinfo
+++ b/devel/pecl-ev/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629116014
-SHA256 (PECL/ev-1.1.4.tgz) = 78f4b6cbb4c802fc37a32e5ad590550c97fbdfb3aa49b62aa4f74df196a49080
-SIZE (PECL/ev-1.1.4.tgz) = 169373
+TIMESTAMP = 1632061378
+SHA256 (PECL/ev-1.1.5.tgz) = 2590e6b249ba15e7fbc85102643cbbde030a091f69de55fdbf25d10ea28b07db
+SIZE (PECL/ev-1.1.5.tgz) = 169887
More information about the dev-commits-ports-all
mailing list