svn commit: r554713 - in head/www: moodle35 moodle37 moodle38 moodle39

Wen Heping wen at FreeBSD.org
Mon Nov 9 11:54:10 UTC 2020


Author: wen
Date: Mon Nov  9 11:54:09 2020
New Revision: 554713
URL: https://svnweb.freebsd.org/changeset/ports/554713

Log:
  - Adjust CONFLICTS to welcome moodle310
  - Mark moodle37 DEPRECATED

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

Modified: head/www/moodle35/Makefile
==============================================================================
--- head/www/moodle35/Makefile	Mon Nov  9 11:47:00 2020	(r554712)
+++ head/www/moodle35/Makefile	Mon Nov  9 11:54:09 2020	(r554713)
@@ -12,7 +12,8 @@ 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]*
+CONFLICTS=	moodle37-3.7.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9.[0-9]* \
+		moodle310-3.10
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \

Modified: head/www/moodle37/Makefile
==============================================================================
--- head/www/moodle37/Makefile	Mon Nov  9 11:47:00 2020	(r554712)
+++ head/www/moodle37/Makefile	Mon Nov  9 11:54:09 2020	(r554713)
@@ -12,7 +12,11 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle35-3.5.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9.[0-9]*
+DEPRECATED=	Unmaintained by upstream
+EXPIRATION_DATE=2020-12-09
+
+CONFLICTS=	moodle35-3.5.[0-9]* moodle38-3.8.[0-9]* moodle39-3.9.[0-9]* \
+		moodle310-3.10
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \

Modified: head/www/moodle38/Makefile
==============================================================================
--- head/www/moodle38/Makefile	Mon Nov  9 11:47:00 2020	(r554712)
+++ head/www/moodle38/Makefile	Mon Nov  9 11:54:09 2020	(r554713)
@@ -12,7 +12,8 @@ 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]*
+CONFLICTS=	moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle39-3.9-[0-9]* \
+		moodle310-3.10
 
 USES=		cpe php:flavors tar:tgz
 USE_PHP=	ctype curl dom fileinfo filter gd hash iconv intl json mbstring \

Modified: head/www/moodle39/Makefile
==============================================================================
--- head/www/moodle39/Makefile	Mon Nov  9 11:47:00 2020	(r554712)
+++ head/www/moodle39/Makefile	Mon Nov  9 11:54:09 2020	(r554713)
@@ -12,7 +12,8 @@ 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]*
+CONFLICTS=	moodle35-3.5.[0-9]* moodle37-3.7.[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 \


More information about the svn-ports-all mailing list