aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--converters/php72-mbstring/files/patch-php__mbregex.c11
-rw-r--r--databases/php72-interbase/Makefile1
-rw-r--r--databases/php72-pdo_firebird/Makefile1
-rw-r--r--devel/php72-intl/Makefile1
-rw-r--r--lang/php72/Makefile2
-rw-r--r--lang/php72/distinfo6
6 files changed, 4 insertions, 18 deletions
diff --git a/converters/php72-mbstring/files/patch-php__mbregex.c b/converters/php72-mbstring/files/patch-php__mbregex.c
deleted file mode 100644
index 804a5384a09..00000000000
--- a/converters/php72-mbstring/files/patch-php__mbregex.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- php_mbregex.c.orig 2018-02-27 16:33:04 UTC
-+++ php_mbregex.c
-@@ -449,7 +449,7 @@ static php_mb_regex_t *php_mbregex_compi
- OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN];
-
- rc = zend_hash_str_find_ptr(&MBREX(ht_rc), (char *)pattern, patlen);
-- if (!rc || rc->options != options || rc->enc != enc || rc->syntax != syntax) {
-+ if (!rc || onig_get_options(rc) != options || onig_get_encoding(rc) != enc || onig_get_syntax(rc) != syntax) {
- if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, enc, syntax, &err_info)) != ONIG_NORMAL) {
- onig_error_code_to_str(err_str, err_code, &err_info);
- php_error_docref(NULL, E_WARNING, "mbregex compile err: %s", err_str);
diff --git a/databases/php72-interbase/Makefile b/databases/php72-interbase/Makefile
index 4f515026451..7ed88ca3ade 100644
--- a/databases/php72-interbase/Makefile
+++ b/databases/php72-interbase/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php72
diff --git a/databases/php72-pdo_firebird/Makefile b/databases/php72-pdo_firebird/Makefile
index 567d162ee89..d742ba1d892 100644
--- a/databases/php72-pdo_firebird/Makefile
+++ b/databases/php72-pdo_firebird/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php72
diff --git a/devel/php72-intl/Makefile b/devel/php72-intl/Makefile
index 318812139f5..a50ac6b4d9c 100644
--- a/devel/php72-intl/Makefile
+++ b/devel/php72-intl/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php72
diff --git a/lang/php72/Makefile b/lang/php72/Makefile
index 7923f8c81f2..e42857113c8 100644
--- a/lang/php72/Makefile
+++ b/lang/php72/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php72
-DISTVERSION= 7.2.4
+DISTVERSION= 7.2.5
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
diff --git a/lang/php72/distinfo b/lang/php72/distinfo
index 3c71fc3f705..896591a53f9 100644
--- a/lang/php72/distinfo
+++ b/lang/php72/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522326444
-SHA256 (php-7.2.4.tar.xz) = 7916b1bd148ddfd46d7f8f9a517d4b09cd8a8ad9248734e7c8dd91ef17057a88
-SIZE (php-7.2.4.tar.xz) = 12031892
+TIMESTAMP = 1524645231
+SHA256 (php-7.2.5.tar.xz) = af70a33b3f7a51510467199b39af151333fbbe4cc21923bad9c7cf64268cddb2
+SIZE (php-7.2.5.tar.xz) = 12034928