svn commit: r486501 - in head/www: moodle31 moodle33 moodle34 moodle35

Wen Heping wen at FreeBSD.org
Mon Dec 3 08:06:03 UTC 2018


Author: wen
Date: Mon Dec  3 08:06:01 2018
New Revision: 486501
URL: https://svnweb.freebsd.org/changeset/ports/486501

Log:
  - Adjust CONFLICTS to welcome moodle36
  - Mark moodle31, moodle33 and moodle34 DEPRECATED

Modified:
  head/www/moodle31/Makefile
  head/www/moodle33/Makefile
  head/www/moodle34/Makefile
  head/www/moodle35/Makefile

Modified: head/www/moodle31/Makefile
==============================================================================
--- head/www/moodle31/Makefile	Mon Dec  3 07:47:38 2018	(r486500)
+++ head/www/moodle31/Makefile	Mon Dec  3 08:06:01 2018	(r486501)
@@ -12,7 +12,11 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]*
+DEPRECATED=	Upstream no longer maintained
+EXPIRATION_DATE=2019-03-03
+
+CONFLICTS=	moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* \
+		moodle36-3.6
 
 USES=		cpe php tar:tgz
 USE_PHP=	ctype curl dom gd hash iconv intl json mbstring opcache \

Modified: head/www/moodle33/Makefile
==============================================================================
--- head/www/moodle33/Makefile	Mon Dec  3 07:47:38 2018	(r486500)
+++ head/www/moodle33/Makefile	Mon Dec  3 08:06:01 2018	(r486501)
@@ -12,7 +12,11 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle31-3.1.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]*
+DEPRECATED=	Upstream no longer maintained
+EXPIRATION_DATE=2018-12-31
+
+CONFLICTS=	moodle31-3.1.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* \
+		moodle36-3.6
 
 USES=		cpe php tar:tgz
 USE_PHP=	ctype curl dom fileinfo gd hash iconv intl json mbstring \

Modified: head/www/moodle34/Makefile
==============================================================================
--- head/www/moodle34/Makefile	Mon Dec  3 07:47:38 2018	(r486500)
+++ head/www/moodle34/Makefile	Mon Dec  3 08:06:01 2018	(r486501)
@@ -12,7 +12,11 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5.[0-9]*
+DEPRECATED=	Upstream no longer maintained
+EXPIRATION_DATE=2019-03-03
+
+CONFLICTS=	moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5.[0-9]* \
+		moodle36-3.6
 
 IGNORE_WITH_PHP=	56
 

Modified: head/www/moodle35/Makefile
==============================================================================
--- head/www/moodle35/Makefile	Mon Dec  3 07:47:38 2018	(r486500)
+++ head/www/moodle35/Makefile	Mon Dec  3 08:06:01 2018	(r486501)
@@ -12,7 +12,8 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]*
+CONFLICTS=	moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* \
+		moodle36-3.6
 
 IGNORE_WITH_PHP=	56
 


More information about the svn-ports-all mailing list