diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2021-09-30 21:32:17 +0200 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2021-09-30 21:36:22 +0200 |
commit | 1eeec1bd06b608d58ef7ee52471883e0c49fa96a (patch) | |
tree | c6c949d1fc6945ecee54927d5ea10bbf1881068d /lang/php73 | |
parent | 62420abb0257028865df0d05cf1971890b707d3a (diff) | |
download | freebsd-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
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |