git: b6a5dae387e5 - main - www/mod_php82: Fix CONFLICTS_INSTALL

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 09 Jul 2022 16:05:17 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6a5dae387e5e5a21293a4e96ccf85f9670d9838

commit b6a5dae387e5e5a21293a4e96ccf85f9670d9838
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-07-09 16:02:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-07-09 16:04:31 +0000

    www/mod_php82: Fix CONFLICTS_INSTALL
    
    Reported by:    vvd@unislabs.com
    Sponsored by:   Bounce Experts
---
 www/mod_php82/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/www/mod_php82/Makefile b/www/mod_php82/Makefile
index 00d1ffb339c6..e19c3db1595f 100644
--- a/www/mod_php82/Makefile
+++ b/www/mod_php82/Makefile
@@ -1,12 +1,16 @@
+PORTREVISION=	1
 CATEGORIES=	www devel
 PKGNAMEPREFIX=	mod_
 
 MAINTAINER=	bofh@FreeBSD.org
 
+CONFLICTS_INSTALL=	mod_php[0-9][0-9]
+
 MASTERDIR=	${.CURDIR}/../../lang/php82
 
-OPTIONS_DEFINE=	AP2FILTER
+OPTIONS_DEFINE=		AP2FILTER
+OPTIONS_EXCLUDE=	CGI CLI EMBED FPM
+
 AP2FILTER_DESC=	Use Apache 2.x filter interface (experimental)
-OPTIONS_EXCLUDE=CGI CLI FPM EMBED
 
 .include "${MASTERDIR}/Makefile"