summaryrefslogtreecommitdiff
path: root/lang/php73
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-04-11 09:49:39 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-04-11 09:49:39 +0000
commit45aaa651f1028bb1fccf20ab6c20064640df8f73 (patch)
tree0617218fe186b5f9f94e5897eb940ca266502072 /lang/php73
parent4158867dbc0124698c41b1d8c3a80f958a5b4f67 (diff)
downloadfreebsd-ports-45aaa651f1028bb1fccf20ab6c20064640df8f73.zip
PHP: Change MOD_PRIO for imap to avoid core dumps
PR: 235917 Reported by: Sergey Anokhin <admin@5034.ru> MFH: 2019Q2
Diffstat (limited to 'lang/php73')
-rw-r--r--lang/php73/Makefile2
-rw-r--r--lang/php73/Makefile.ext1
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile
index 0703912794e8..0580e66945ef 100644
--- a/lang/php73/Makefile
+++ b/lang/php73/Makefile
@@ -2,7 +2,7 @@
PORTNAME= php73
DISTVERSION= 7.3.4
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${DISTVERSION}
diff --git a/lang/php73/Makefile.ext b/lang/php73/Makefile.ext
index 5161a90ec1aa..59fb076cd564 100644
--- a/lang/php73/Makefile.ext
+++ b/lang/php73/Makefile.ext
@@ -145,6 +145,7 @@ USES+= iconv:translit
.endif
.if ${PHP_MODNAME} == "imap"
+PHP_MOD_PRIO= 30
OPTIONS_DEFINE= PANDA
PANDA_DESC= Uses the forked panda-cclient instead of the original cclient