From owner-svn-ports-all@freebsd.org Fri Aug 7 10:39:09 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C5293B75EF; Fri, 7 Aug 2020 10:39:09 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNMKn07gRz4Grm; Fri, 7 Aug 2020 10:39:09 +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 D764B168A3; Fri, 7 Aug 2020 10:39:08 +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 077Ad8lY023932; Fri, 7 Aug 2020 10:39:08 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 077Ad8jG023931; Fri, 7 Aug 2020 10:39:08 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202008071039.077Ad8jG023931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 7 Aug 2020 10:39:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r544319 - branches/2020Q3/www/py-django30 X-SVN-Group: ports-branches X-SVN-Commit-Author: wen X-SVN-Commit-Paths: branches/2020Q3/www/py-django30 X-SVN-Commit-Revision: 544319 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.33 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, 07 Aug 2020 10:39:09 -0000 Author: wen Date: Fri Aug 7 10:39:08 2020 New Revision: 544319 URL: https://svnweb.freebsd.org/changeset/ports/544319 Log: MFH: r544195 - Update to 3.0.9(bugfix release) - Adjust CONFLICTS to welcome Django31 Approved by: ports-secteam@(joneum@) Modified: branches/2020Q3/www/py-django30/Makefile branches/2020Q3/www/py-django30/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/py-django30/Makefile ============================================================================== --- branches/2020Q3/www/py-django30/Makefile Fri Aug 7 09:36:27 2020 (r544318) +++ branches/2020Q3/www/py-django30/Makefile Fri Aug 7 10:39:08 2020 (r544319) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.9 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ @@ -28,7 +28,8 @@ USE_PYTHON= autoplist distutils SHEBANG_FILES= django/bin/django-admin.py \ django/conf/project_template/manage.py-tpl -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django111 ${PYTHON_PKGNAMEPREFIX}django22 +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django111 ${PYTHON_PKGNAMEPREFIX}django22 \ + ${PYTHON_PKGNAMEPREFIX}django31 CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django Modified: branches/2020Q3/www/py-django30/distinfo ============================================================================== --- branches/2020Q3/www/py-django30/distinfo Fri Aug 7 09:36:27 2020 (r544318) +++ branches/2020Q3/www/py-django30/distinfo Fri Aug 7 10:39:08 2020 (r544319) @@ -1,3 +1,3 @@ -TIMESTAMP = 1591275689 -SHA256 (python/Django-3.0.7.tar.gz) = 5052b34b34b3425233c682e0e11d658fd6efd587d11335a0203d827224ada8f2 -SIZE (python/Django-3.0.7.tar.gz) = 8947502 +TIMESTAMP = 1596613273 +SHA256 (python/Django-3.0.9.tar.gz) = c22b4cd8e388f8219dc121f091e53a8701f9f5bca9aa132b5254263cab516215 +SIZE (python/Django-3.0.9.tar.gz) = 9081099