Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2022 01:20: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: b2e748404272 - main - www/moodle3[0-9]*: Adjust CONFLICTS to welcome moodle40
Message-ID:  <202204180120.23I1KtBQ055370@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=b2e748404272dc825eb7d19509e55fee3ffdeabe

commit b2e748404272dc825eb7d19509e55fee3ffdeabe
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2022-04-18 01:19:21 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2022-04-18 01:19:21 +0000

    www/moodle3[0-9]*: Adjust CONFLICTS to welcome moodle40
---
 www/moodle310/Makefile | 2 +-
 www/moodle311/Makefile | 2 +-
 www/moodle39/Makefile  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/moodle310/Makefile b/www/moodle310/Makefile
index bb6441386648..d37e42cbc7a8 100644
--- a/www/moodle310/Makefile
+++ b/www/moodle310/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Course management system based on social constructionism
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle39-3.9.[0-9]* moodle311-3.11.[0-9]*
+CONFLICTS=	moodle39-3.9.[0-9]* moodle311-3.11.[0-9]* moodle40-4.0
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
diff --git a/www/moodle311/Makefile b/www/moodle311/Makefile
index 8a8fd06be5e0..7ae92dde2c5b 100644
--- a/www/moodle311/Makefile
+++ b/www/moodle311/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Course management system based on social constructionism
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle39-3.9.[0-9]* moodle310-3.10.[0-9]*
+CONFLICTS=	moodle39-3.9.[0-9]* moodle310-3.10.[0-9]* moodle40-4.0
 
 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 dacd311d7617..be01333d89c8 100644
--- a/www/moodle39/Makefile
+++ b/www/moodle39/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Course management system based on social constructionism
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle310-3.10.[0-9]* moodle311-3.11.[0-9]*
+CONFLICTS=	moodle310-3.10.[0-9]* moodle311-3.11.[0-9]* moodle40-4.0
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \



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