Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2017 09:10:32 +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: r445483 - head/www/moodle30
Message-ID:  <201707110910.v6B9AWFZ086230@repo.freebsd.org>

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



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