From owner-svn-ports-all@freebsd.org Mon Dec 3 08:06:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8E901319A39; Mon, 3 Dec 2018 08:06:02 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 689DA76767; Mon, 3 Dec 2018 08:06:02 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4ADF313255; Mon, 3 Dec 2018 08:06:02 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB3862H0009266; Mon, 3 Dec 2018 08:06:02 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB3861V2009259; Mon, 3 Dec 2018 08:06:01 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812030806.wB3861V2009259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 3 Dec 2018 08:06:01 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: moodle31 moodle33 moodle34 moodle35 X-SVN-Commit-Revision: 486501 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 689DA76767 X-Spamd-Result: default: False [0.60 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.52)[0.523,0]; NEURAL_SPAM_MEDIUM(0.03)[0.029,0]; NEURAL_SPAM_LONG(0.05)[0.050,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 08:06:03 -0000 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