svn commit: r445483 - head/www/moodle30

Wen Heping wen at FreeBSD.org
Tue Jul 11 09:10:34 UTC 2017


Author: wen
Date: Tue Jul 11 09:10:32 2017
New Revision: 445483
URL: https://svnweb.freebsd.org/changeset/ports/445483

Log:
  - Mark DEPRECATED and adjust CONFLICTS

Modified:
  head/www/moodle30/Makefile

Modified: head/www/moodle30/Makefile
==============================================================================
--- head/www/moodle30/Makefile	Tue Jul 11 09:00:23 2017	(r445482)
+++ head/www/moodle30/Makefile	Tue Jul 11 09:10:32 2017	(r445483)
@@ -12,7 +12,10 @@ COMMENT=	Course management system based on social cons
 
 LICENSE=	GPLv3
 
-CONFLICTS=	moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3
+CONFLICTS=	moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* moodle33-3.3.[0-9]*
+
+DEPRECATED=		Deprecated by upstream, please use www/moodle33 instead
+EXPIRATION_DATE=	2017-10-11
 
 USES=		cpe tar:tgz
 USE_PHP=	ctype curl dom gd hash iconv intl json mbstring opcache \


More information about the svn-ports-all mailing list