svn commit: r502078 - in head/www: moodle35 moodle36

Wen Heping wen at FreeBSD.org
Mon May 20 01:19:28 UTC 2019


Author: wen
Date: Mon May 20 01:19:27 2019
New Revision: 502078
URL: https://svnweb.freebsd.org/changeset/ports/502078

Log:
  - Update CONFLICTS to welcome moodle37

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

Modified: head/www/moodle35/Makefile
==============================================================================
--- head/www/moodle35/Makefile	Mon May 20 01:16:59 2019	(r502077)
+++ head/www/moodle35/Makefile	Mon May 20 01:19:27 2019	(r502078)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle36-3.6.[0-9]*
+CONFLICTS=	moodle36-3.6.[0-9]* moodle37-3.7
 
 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 May 20 01:16:59 2019	(r502077)
+++ head/www/moodle36/Makefile	Mon May 20 01:19:27 2019	(r502078)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle35-3.5.[0-9]*
+CONFLICTS=	moodle35-3.5.[0-9]* moodle37-3.7
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo gd hash iconv intl json mbstring \


More information about the svn-ports-all mailing list