Date: Sun, 25 Dec 2022 19:17:47 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 20b4c514d45f - main - www/baculum-common: Add php 8 support Message-ID: <202212251917.2BPJHlJP057521@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=20b4c514d45fbb8136cd9bb3d517e92759369bf9 commit 20b4c514d45fbb8136cd9bb3d517e92759369bf9 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-12-25 19:15:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-12-25 19:15:24 +0000 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212251917.2BPJHlJP057521>