From owner-svn-ports-all@freebsd.org Wed Dec 5 23:55:41 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 08377132AC18; Wed, 5 Dec 2018 23:55:41 +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 A282C70A8E; Wed, 5 Dec 2018 23:55:40 +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 8373C1B84B; Wed, 5 Dec 2018 23:55:40 +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 wB5NtepV005596; Wed, 5 Dec 2018 23:55:40 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5NtdJb005593; Wed, 5 Dec 2018 23:55:39 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201812052355.wB5NtdJb005593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 5 Dec 2018 23:55:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486726 - 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: 486726 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A282C70A8E X-Spamd-Result: default: False [-0.80 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.45)[-0.445,0]; NEURAL_HAM_SHORT(-0.27)[-0.274,0]; NEURAL_HAM_LONG(-0.08)[-0.083,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: Wed, 05 Dec 2018 23:55:41 -0000 Author: wen Date: Wed Dec 5 23:55:39 2018 New Revision: 486726 URL: https://svnweb.freebsd.org/changeset/ports/486726 Log: - Adjust CONFLICTS after moodle36 update to 3.6.1 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 Wed Dec 5 23:52:39 2018 (r486725) +++ head/www/moodle31/Makefile Wed Dec 5 23:55:39 2018 (r486726) @@ -16,7 +16,7 @@ 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 + moodle36-3.6.[0-9]* 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 Wed Dec 5 23:52:39 2018 (r486725) +++ head/www/moodle33/Makefile Wed Dec 5 23:55:39 2018 (r486726) @@ -16,7 +16,7 @@ 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 + moodle36-3.6.[0-9]* 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 Wed Dec 5 23:52:39 2018 (r486725) +++ head/www/moodle34/Makefile Wed Dec 5 23:55:39 2018 (r486726) @@ -16,7 +16,7 @@ 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 + moodle36-3.6.[0-9]* IGNORE_WITH_PHP= 56 Modified: head/www/moodle35/Makefile ============================================================================== --- head/www/moodle35/Makefile Wed Dec 5 23:52:39 2018 (r486725) +++ head/www/moodle35/Makefile Wed Dec 5 23:55:39 2018 (r486726) @@ -13,7 +13,7 @@ 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]* \ - moodle36-3.6 + moodle36-3.6.[0-9]* IGNORE_WITH_PHP= 56