git: 1eeec1bd06b6 - main - lang/php7*: adjust CONFLICTS to new versions
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu Sep 30 19:36:42 UTC 2021
The branch main has been updated by tz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1eeec1bd06b608d58ef7ee52471883e0c49fa96a
commit 1eeec1bd06b608d58ef7ee52471883e0c49fa96a
Author: Torsten Zuehlsdorff <tz at FreeBSD.org>
AuthorDate: 2021-09-30 19:32:17 +0000
Commit: Torsten Zuehlsdorff <tz at FreeBSD.org>
CommitDate: 2021-09-30 19:36:22 +0000
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 at isnic.is>
Sponsored by: Bounce Experts
---
lang/php73/Makefile | 2 +-
lang/php74/Makefile | 2 +-
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
More information about the dev-commits-ports-all
mailing list