aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2021-09-30 19:32:17 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2021-09-30 19:36:22 +0000
commit1eeec1bd06b608d58ef7ee52471883e0c49fa96a (patch)
treec6c949d1fc6945ecee54927d5ea10bbf1881068d
parent62420abb0257028865df0d05cf1971890b707d3a (diff)
downloadports-1eeec1bd06b608d58ef7ee52471883e0c49fa96a.tar.gz
ports-1eeec1bd06b608d58ef7ee52471883e0c49fa96a.zip
lang/php7*: adjust CONFLICTS to new versions
PHP 7.3 conflicted with versions no longer in the ports-tree. Remove this conflicts. PHP 7.3 and 7.4 did not conflict with PHP 8.0. Add the missing conflict. PR: 258803 Reported by: Einar Bjarni Halldórsson <einar@isnic.is> Sponsored by: Bounce Experts
-rw-r--r--lang/php73/Makefile2
-rw-r--r--lang/php74/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile
index 08790d95cbb0..8a4594fa8210 100644
--- a/lang/php73/Makefile
+++ b/lang/php73/Makefile
@@ -59,7 +59,7 @@ MYSQLND_DESC= Build with MySQL Native Driver
LINKTHR_DESC= Link thread lib (for threaded extensions)
ZTS_DESC= Force Zend Thread Safety (ZTS) build
-CONFLICTS= php56-* php70-* php71-* php72-*
+CONFLICTS= php74-* php80-*
DESTDIRNAME= INSTALL_ROOT
diff --git a/lang/php74/Makefile b/lang/php74/Makefile
index 1cc5ba119945..ce14e4aff5f4 100644
--- a/lang/php74/Makefile
+++ b/lang/php74/Makefile
@@ -59,7 +59,7 @@ MYSQLND_DESC= Build with MySQL Native Driver
LINKTHR_DESC= Link thread lib (for threaded extensions)
ZTS_DESC= Force Zend Thread Safety (ZTS) build
-CONFLICTS= php71-* php72-* php73-*
+CONFLICTS= php73-* php80-*
DESTDIRNAME= INSTALL_ROOT