git: ede3a49b6d3f - main - www/joomla4: rename the package from joomla to joomla4

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Mon, 16 May 2022 08:50:01 UTC
The branch main has been updated by se:

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

commit ede3a49b6d3f651ac5c246912eb90e9b0845f713
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-05-16 08:37:02 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-05-16 08:49:44 +0000

    www/joomla4: rename the package from joomla to joomla4
    
    The existing www/joomla3 port uses joomla3 as package base name, but
    the new www/joomla4 port has been created without a PKGNAMESUFFIX and
    thus with a PKGBASE value of "joomla".
    
    It is good practice to include the major version in PKGBASE for ports
    for which more than 1 major version is supported at a time, even in
    cases where one of those major versions is clearly preferred for new
    installations of the software.
    
    Approved by:    wen (maintainer)
---
 www/joomla4/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/joomla4/Makefile b/www/joomla4/Makefile
index eea3176c09a7..29ed5db8090f 100644
--- a/www/joomla4/Makefile
+++ b/www/joomla4/Makefile
@@ -2,6 +2,7 @@ PORTNAME=	joomla
 DISTVERSION=	4-1-3
 CATEGORIES=	www
 MASTER_SITES=	https://downloads.joomla.org/cms/joomla4/${DISTVERSION}/
+PKGNAMESUFFIX=	4
 DISTNAME=	Joomla_${DISTVERSION}-Stable-Full_Package
 
 MAINTAINER=	wen@FreeBSD.org