Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2018 08:06:01 +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: r486501 - in head/www: moodle31 moodle33 moodle34 moodle35
Message-ID:  <201812030806.wB3861V2009259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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