svn commit: r517873 - in head/www: moodle35 moodle36 moodle37

Wen Heping wen at FreeBSD.org
Mon Nov 18 15:12:45 UTC 2019


Author: wen
Date: Mon Nov 18 15:12:43 2019
New Revision: 517873
URL: https://svnweb.freebsd.org/changeset/ports/517873

Log:
  - Adjust CONFLICTS to welcome moodle38

Modified:
  head/www/moodle35/Makefile
  head/www/moodle36/Makefile
  head/www/moodle37/Makefile

Modified: head/www/moodle35/Makefile
==============================================================================
--- head/www/moodle35/Makefile	Mon Nov 18 15:10:27 2019	(r517872)
+++ head/www/moodle35/Makefile	Mon Nov 18 15:12:43 2019	(r517873)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle36-3.6.[0-9]* moodle37-3.7.[0-9]*
+CONFLICTS=	moodle36-3.6.[0-9]* moodle37-3.7.[0-9]* moodle38-3.8
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo gd hash iconv intl json mbstring \

Modified: head/www/moodle36/Makefile
==============================================================================
--- head/www/moodle36/Makefile	Mon Nov 18 15:10:27 2019	(r517872)
+++ head/www/moodle36/Makefile	Mon Nov 18 15:12:43 2019	(r517873)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle35-3.5.[0-9]* moodle37-3.7.[0-9]*
+CONFLICTS=	moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle38-3.8
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo gd hash iconv intl json mbstring \

Modified: head/www/moodle37/Makefile
==============================================================================
--- head/www/moodle37/Makefile	Mon Nov 18 15:10:27 2019	(r517872)
+++ head/www/moodle37/Makefile	Mon Nov 18 15:12:43 2019	(r517873)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle35-3.5.[0-9]* moodle36-3.6.[0-9]*
+CONFLICTS=	moodle35-3.5.[0-9]* moodle36-3.6.[0-9]* moodle38-3.8
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo gd hash iconv intl json mbstring \


More information about the svn-ports-head mailing list