From owner-svn-ports-all@freebsd.org Tue Jan 10 02:46:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1A0CCA8B48; Tue, 10 Jan 2017 02:46:51 +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 mx1.freebsd.org (Postfix) with ESMTPS id B40601790; Tue, 10 Jan 2017 02:46:51 +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 v0A2koUI028424; Tue, 10 Jan 2017 02:46:50 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0A2koi8028416; Tue, 10 Jan 2017 02:46:50 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201701100246.v0A2koi8028416@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 10 Jan 2017 02:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431057 - in head/www: moodle30 moodle31 moodle32 py-django-crispy-forms X-SVN-Group: ports-head 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.23 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: Tue, 10 Jan 2017 02:46:52 -0000 Author: wen Date: Tue Jan 10 02:46:49 2017 New Revision: 431057 URL: https://svnweb.freebsd.org/changeset/ports/431057 Log: - Update moodle to 3.2.1, 3.1.4 and 3.0.8 (include security fix) - Adjust CONFLICTS MFH: 2017Q1 Modified: head/www/moodle30/Makefile head/www/moodle30/distinfo head/www/moodle31/Makefile head/www/moodle31/distinfo head/www/moodle32/Makefile head/www/moodle32/distinfo head/www/py-django-crispy-forms/Makefile head/www/py-django-crispy-forms/distinfo Modified: head/www/moodle30/Makefile ============================================================================== --- head/www/moodle30/Makefile Tue Jan 10 02:46:43 2017 (r431056) +++ head/www/moodle30/Makefile Tue Jan 10 02:46:49 2017 (r431057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable30/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -12,7 +12,7 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle29-2.9.[0-9]* moodle31-3.1.[0-9]* moodle32-3.2 +CONFLICTS= moodle29-2.9.[0-9]* moodle31-3.1.[0-9]* moodle32-3.2.[0-9]* USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: head/www/moodle30/distinfo ============================================================================== --- head/www/moodle30/distinfo Tue Jan 10 02:46:43 2017 (r431056) +++ head/www/moodle30/distinfo Tue Jan 10 02:46:49 2017 (r431057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479194501 -SHA256 (moodle-3.0.7.tgz) = 6d4f97fd6f8431a8a79eb8d49bdaf54b197c667d7b6d6185c4d7e568d69092b0 -SIZE (moodle-3.0.7.tgz) = 38213543 +TIMESTAMP = 1484010377 +SHA256 (moodle-3.0.8.tgz) = 724ad047b9dd6d43df2bdb0f81e8e7d5a9bd7616ebd85ffb3fd533c9581d70bc +SIZE (moodle-3.0.8.tgz) = 38221696 Modified: head/www/moodle31/Makefile ============================================================================== --- head/www/moodle31/Makefile Tue Jan 10 02:46:43 2017 (r431056) +++ head/www/moodle31/Makefile Tue Jan 10 02:46:49 2017 (r431057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable31/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} @@ -12,7 +12,7 @@ COMMENT= Course management system based LICENSE= GPLv3 -CONFLICTS= moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* moodle32-3.2 +CONFLICTS= moodle29-2.9.[0-9]* moodle30-3.0.[0-9]* moodle32-3.2.[0-9]* USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \ Modified: head/www/moodle31/distinfo ============================================================================== --- head/www/moodle31/distinfo Tue Jan 10 02:46:43 2017 (r431056) +++ head/www/moodle31/distinfo Tue Jan 10 02:46:49 2017 (r431057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479193633 -SHA256 (moodle-3.1.3.tgz) = c0a4924ef66000fc1ac203276260789a43aab6a88283a45f1ce01002370a8ab2 -SIZE (moodle-3.1.3.tgz) = 37558330 +TIMESTAMP = 1484009700 +SHA256 (moodle-3.1.4.tgz) = 4360de1bb13d28bc2e4e28fe36acdc40513948b06c9cdae4b2a7f18b07af5a60 +SIZE (moodle-3.1.4.tgz) = 37568385 Modified: head/www/moodle32/Makefile ============================================================================== --- head/www/moodle32/Makefile Tue Jan 10 02:46:43 2017 (r431056) +++ head/www/moodle32/Makefile Tue Jan 10 02:46:49 2017 (r431057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.2 +PORTVERSION= 3.2.1 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable32/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: head/www/moodle32/distinfo ============================================================================== --- head/www/moodle32/distinfo Tue Jan 10 02:46:43 2017 (r431056) +++ head/www/moodle32/distinfo Tue Jan 10 02:46:49 2017 (r431057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480905982 -SHA256 (moodle-3.2.tgz) = ae6dcfdc0d300bcba518f10be7978049f0c4e400b4f2e4420f3b31c011cbeb41 -SIZE (moodle-3.2.tgz) = 38923254 +TIMESTAMP = 1484009022 +SHA256 (moodle-3.2.1.tgz) = c12afd72faf7505bdbe22a8bd056afc615517acea5c97ef8415357b25226fbed +SIZE (moodle-3.2.1.tgz) = 38940294 Modified: head/www/py-django-crispy-forms/Makefile ============================================================================== --- head/www/py-django-crispy-forms/Makefile Tue Jan 10 02:46:43 2017 (r431056) +++ head/www/py-django-crispy-forms/Makefile Tue Jan 10 02:46:49 2017 (r431057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-crispy-forms -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,6 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18 USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent .include Modified: head/www/py-django-crispy-forms/distinfo ============================================================================== --- head/www/py-django-crispy-forms/distinfo Tue Jan 10 02:46:43 2017 (r431056) +++ head/www/py-django-crispy-forms/distinfo Tue Jan 10 02:46:49 2017 (r431057) @@ -1,2 +1,3 @@ -SHA256 (django-crispy-forms-1.6.0.tar.gz) = 67fbb7194bd9887d663161405c623f5f5cd3f9ee627515c4de7a50e16fa44ed1 -SIZE (django-crispy-forms-1.6.0.tar.gz) = 118917 +TIMESTAMP = 1482914038 +SHA256 (django-crispy-forms-1.6.1.tar.gz) = c894f3a44e111ae6c6226c67741d96d120adb942de41dc8b2a991b87de7ff9c0 +SIZE (django-crispy-forms-1.6.1.tar.gz) = 51484