From 20b4c514d45fbb8136cd9bb3d517e92759369bf9 Mon Sep 17 00:00:00 2001
From: Muhammad Moinur Rahman <bofh@FreeBSD.org>
Date: Sun, 25 Dec 2022 13:15:24 -0600
Subject: [PATCH] www/baculum-common: Add php 8 support

As per the release notes available in their git repository from here:
https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/blob/Branch-11.0/gui/baculum/ReleaseNotes

this ports supports php 8 from the current version in the tree.

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
---
 www/baculum-common/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/baculum-common/Makefile b/www/baculum-common/Makefile
index be92a7ad33f4..66b9dcf682f3 100644
--- a/www/baculum-common/Makefile
+++ b/www/baculum-common/Makefile
@@ -13,7 +13,6 @@ LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/${PORTNAME}/LICENSE
 
 USES+=		php
-PHP_VER=	74
 
 BCL_VARDIR?=	/var
 BCL_CACHEDIR?=	${BCL_VARDIR}/cache/${PORTNAME}
-- 
GitLab