Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 23:53:38 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560651 - in head/www: moodle310 moodle35 moodle38 moodle39
Message-ID:  <202101062353.106NrcLF054729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Wed Jan  6 23:53:38 2021
New Revision: 560651
URL: https://svnweb.freebsd.org/changeset/ports/560651

Log:
  - Remove moodle37 from CONFLICTS

Modified:
  head/www/moodle310/Makefile
  head/www/moodle35/Makefile
  head/www/moodle38/Makefile
  head/www/moodle39/Makefile

Modified: head/www/moodle310/Makefile
==============================================================================
--- head/www/moodle310/Makefile	Wed Jan  6 23:53:00 2021	(r560650)
+++ head/www/moodle310/Makefile	Wed Jan  6 23:53:38 2021	(r560651)
@@ -12,8 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle38-3.8.[0-9]* \
-		moodle39-3.9.[0-9]*
+CONFLICTS=	moodle35-3.5.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9.[0-9]*
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \

Modified: head/www/moodle35/Makefile
==============================================================================
--- head/www/moodle35/Makefile	Wed Jan  6 23:53:00 2021	(r560650)
+++ head/www/moodle35/Makefile	Wed Jan  6 23:53:38 2021	(r560651)
@@ -12,8 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle37-3.7.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9.[0-9]* \
-		moodle310-3.10
+CONFLICTS=	moodle38-3.8.[0-9]* moodle39-3.9.[0-9]* moodle310-3.10
 
 DEPRECATED=	Deprecated by upstream
 EXPIRATION_DATE=2021-03-03

Modified: head/www/moodle38/Makefile
==============================================================================
--- head/www/moodle38/Makefile	Wed Jan  6 23:53:00 2021	(r560650)
+++ head/www/moodle38/Makefile	Wed Jan  6 23:53:38 2021	(r560651)
@@ -12,8 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle39-3.9-[0-9]* \
-		moodle310-3.10
+CONFLICTS=	moodle35-3.5.[0-9]* moodle39-3.9-[0-9]* moodle310-3.10
 
 DEPRECATED=	Deprecated by upstream
 EXPIRATION_DATE=2021-03-03

Modified: head/www/moodle39/Makefile
==============================================================================
--- head/www/moodle39/Makefile	Wed Jan  6 23:53:00 2021	(r560650)
+++ head/www/moodle39/Makefile	Wed Jan  6 23:53:38 2021	(r560651)
@@ -12,8 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle38-3.8.[0-9]* \
-		moodle310-3.10
+CONFLICTS=	moodle35-3.5.[0-9]* moodle38-3.8.[0-9]* moodle310-3.10
 
 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?202101062353.106NrcLF054729>