Date: Tue, 24 May 2016 08:44:12 +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: r415774 - head/www/moodle28 Message-ID: <201605240844.u4O8iCCX005014@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Tue May 24 08:44:12 2016 New Revision: 415774 URL: https://svnweb.freebsd.org/changeset/ports/415774 Log: - Mark DEPRECATED and set EXPIRATION_DATE Modified: head/www/moodle28/Makefile Modified: head/www/moodle28/Makefile ============================================================================== --- head/www/moodle28/Makefile Tue May 24 08:41:11 2016 (r415773) +++ head/www/moodle28/Makefile Tue May 24 08:44:12 2016 (r415774) @@ -14,6 +14,9 @@ LICENSE= GPLv3 CONFLICTS= moodle30-3.0.[0-9]* moodle29-2.9.[0-9]* moodle31-3.1 +DEPRECATED= EOL upstream +EXPIRATION_DATE= 2016-08-24 + USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ soap openssl simplexml spl dom json zip zlib hash opcache intl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605240844.u4O8iCCX005014>