Date: Sat, 3 Feb 2018 05:14:11 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r460778 - branches/2018Q1/www/py-django20 Message-ID: <201802030514.w135EBGx051368@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 3 05:14:11 2018 New Revision: 460778 URL: https://svnweb.freebsd.org/changeset/ports/460778 Log: MFH: r460752 Update to 2.0.2 Changes: https://docs.djangoproject.com/en/2.0/releases/2.0.2/ Security: d696473f-9f32-42c5-a106-bf4536fb1f74 Approved by: ports-secteam (swills) Modified: branches/2018Q1/www/py-django20/Makefile branches/2018Q1/www/py-django20/distinfo Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/www/py-django20/Makefile ============================================================================== --- branches/2018Q1/www/py-django20/Makefile Sat Feb 3 05:12:10 2018 (r460777) +++ branches/2018Q1/www/py-django20/Makefile Sat Feb 3 05:14:11 2018 (r460778) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.0.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: branches/2018Q1/www/py-django20/distinfo ============================================================================== --- branches/2018Q1/www/py-django20/distinfo Sat Feb 3 05:12:10 2018 (r460777) +++ branches/2018Q1/www/py-django20/distinfo Sat Feb 3 05:14:11 2018 (r460778) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512872928 -SHA256 (python/Django-2.0.tar.gz) = 9614851d4a7ff8cbd32b73c6076441f377c45a5bbff7e771798fb02c43c31f47 -SIZE (python/Django-2.0.tar.gz) = 7997472 +TIMESTAMP = 1517590122 +SHA256 (python/Django-2.0.2.tar.gz) = dc3b61d054f1bced64628c62025d480f655303aea9f408e5996c339a543b45f0 +SIZE (python/Django-2.0.2.tar.gz) = 8002374
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802030514.w135EBGx051368>