From owner-svn-ports-all@freebsd.org Fri May 18 07:06:36 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 09D84EECBB9; Fri, 18 May 2018 07:06:36 +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 8E19F6A1E9; Fri, 18 May 2018 07:06:35 +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 60ED314D79; Fri, 18 May 2018 07:06:35 +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 w4I76Z5b073130; Fri, 18 May 2018 07:06:35 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4I76YuE073125; Fri, 18 May 2018 07:06:34 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201805180706.w4I76YuE073125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 18 May 2018 07:06:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470274 - in head/www: moodle31 moodle32 moodle33 moodle34 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/www: moodle31 moodle32 moodle33 moodle34 X-SVN-Commit-Revision: 470274 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Fri, 18 May 2018 07:06:36 -0000 Author: wen Date: Fri May 18 07:06:34 2018 New Revision: 470274 URL: https://svnweb.freebsd.org/changeset/ports/470274 Log: - Adjust CONFLICTS to welcome moodle35 - Mark moodle32 DEPRECATED Modified: head/www/moodle31/Makefile head/www/moodle32/Makefile head/www/moodle33/Makefile head/www/moodle34/Makefile Modified: head/www/moodle31/Makefile ============================================================================== --- head/www/moodle31/Makefile Fri May 18 06:41:12 2018 (r470273) +++ head/www/moodle31/Makefile Fri May 18 07:06:34 2018 (r470274) @@ -12,7 +12,7 @@ COMMENT= Course management system based on social cons LICENSE= GPLv3 -CONFLICTS= moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* +CONFLICTS= moodle32-3.2.[0-9]* moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5 USES= cpe php tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: head/www/moodle32/Makefile ============================================================================== --- head/www/moodle32/Makefile Fri May 18 06:41:12 2018 (r470273) +++ head/www/moodle32/Makefile Fri May 18 07:06:34 2018 (r470274) @@ -1,4 +1,4 @@ -:# Created by: Javier Martin Rueda