svn commit: r431045 - head/www/moodle29

Wen Heping wen at FreeBSD.org
Tue Jan 10 01:13:08 UTC 2017


Author: wen
Date: Tue Jan 10 01:13:07 2017
New Revision: 431045
URL: https://svnweb.freebsd.org/changeset/ports/431045

Log:
  - Mark DEPRECATED and adjust CONFLICTS

Modified:
  head/www/moodle29/Makefile

Modified: head/www/moodle29/Makefile
==============================================================================
--- head/www/moodle29/Makefile	Tue Jan 10 00:42:50 2017	(r431044)
+++ head/www/moodle29/Makefile	Tue Jan 10 01:13:07 2017	(r431045)
@@ -12,7 +12,10 @@ COMMENT=	Course management system based 
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle32-3.2 moodle31-3.1.[0-9]* moodle30-3.0.[0-9]*
+DEPRECATED=	Upstream support EoL, please migrate to moodle32
+EXPIRATION_DATE=	2017-04-10
+
+CONFLICTS=	moodle32-3.2.[0-9]* moodle31-3.1.[0-9]* moodle30-3.0.[0-9]*
 
 USES=		cpe tar:tgz
 USE_PHP=	session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \


More information about the svn-ports-all mailing list