Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2022 07:39:55 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8098fe3bb23c - main - www/moodle*: Adjust CONFLICTS to welcome moodle41
Message-ID:  <202211270739.2AR7dtMx000834@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

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

commit 8098fe3bb23c65bc2813820fb6fcdb0dbbe4c314
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2022-11-27 07:38:46 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2022-11-27 07:38:46 +0000

    www/moodle*: Adjust CONFLICTS to welcome moodle41
---
 www/moodle311/Makefile | 2 +-
 www/moodle39/Makefile  | 2 +-
 www/moodle40/Makefile  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/moodle311/Makefile b/www/moodle311/Makefile
index 18421dad477d..5e3c5cc3db84 100644
--- a/www/moodle311/Makefile
+++ b/www/moodle311/Makefile
@@ -10,7 +10,7 @@ WWW=		https://www.moodle.org/
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle39-3.9.[0-9]* moodle40-4.0.[0-9]*
+CONFLICTS=	moodle39-3.9.[0-9]* moodle40-4.0.[0-9]* moodle41-4.1
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
diff --git a/www/moodle39/Makefile b/www/moodle39/Makefile
index 174db1120cc3..7b79095539cc 100644
--- a/www/moodle39/Makefile
+++ b/www/moodle39/Makefile
@@ -10,7 +10,7 @@ WWW=		https://www.moodle.org/
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle311-3.11.[0-9]* moodle40-4.0.[0-9]*
+CONFLICTS=	moodle311-3.11.[0-9]* moodle40-4.0.[0-9]* moodle41-4.1
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
diff --git a/www/moodle40/Makefile b/www/moodle40/Makefile
index bd033ea08542..e87897c9168d 100644
--- a/www/moodle40/Makefile
+++ b/www/moodle40/Makefile
@@ -10,7 +10,7 @@ WWW=		https://www.moodle.org/
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle39-3.9.[0-9]* moodle310-3.10.[0-9]* moodle311-3.11.[0-9]*
+CONFLICTS=	moodle39-3.9.[0-9]* moodle311-3.11.[0-9]* moodle41-4.1
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom exif fileinfo filter gd hash \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211270739.2AR7dtMx000834>