Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2018 07:06:34 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470274 - in head/www: moodle31 moodle32 moodle33 moodle34
Message-ID:  <201805180706.w4I76YuE073125@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@diatel.upm.es2
+# Created by: Javier Martin Rueda <jmrueda@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805180706.w4I76YuE073125>