svn commit: r470274 - in head/www: moodle31 moodle32 moodle33 moodle34

Wen Heping wen at FreeBSD.org
Fri May 18 07:06:36 UTC 2018


Author: wen
Date: Fri May 18 07:06:34 2018
New Revision: 470274
URL: https://svnweb.freebsd.org/changeset/ports/470274

Log:
  - Adjust CONFLICTS to welcome moodle35
  - Mark moodle32 DEPRECATED

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

Modified: head/www/moodle31/Makefile
==============================================================================
--- head/www/moodle31/Makefile	Fri May 18 06:41:12 2018	(r470273)
+++ head/www/moodle31/Makefile	Fri May 18 07:06:34 2018	(r470274)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]*
+CONFLICTS=	moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5
 
 USES=		cpe php tar:tgz
 USE_PHP=	ctype curl dom gd hash iconv intl json mbstring opcache \

Modified: head/www/moodle32/Makefile
==============================================================================
--- head/www/moodle32/Makefile	Fri May 18 06:41:12 2018	(r470273)
+++ head/www/moodle32/Makefile	Fri May 18 07:06:34 2018	(r470274)
@@ -1,4 +1,4 @@
-:# Created by: Javier Martin Rueda <jmrueda at diatel.upm.es2
+# Created by: Javier Martin Rueda <jmrueda at diatel.upm.es2
 # $FreeBSD$
 
 PORTNAME=	moodle
@@ -12,7 +12,10 @@ 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]* moodle35-3.5
+
+DEPRECATED=	Deprecated by upstream
+EXPIRATION_DATE=	2018-08-18
 
 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	Fri May 18 06:41:12 2018	(r470273)
+++ head/www/moodle33/Makefile	Fri May 18 07:06:34 2018	(r470274)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle34-3.4.[0-9]*
+CONFLICTS=	moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5
 
 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	Fri May 18 06:41:12 2018	(r470273)
+++ head/www/moodle34/Makefile	Fri May 18 07:06:34 2018	(r470274)
@@ -12,7 +12,7 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3.[0-9]*
+CONFLICTS=	moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5
 
 IGNORE_WITH_PHP=	56
 


More information about the svn-ports-head mailing list