From owner-svn-ports-all@freebsd.org Wed Sep 28 01:58:55 2016 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 C82A5BEC7BD; Wed, 28 Sep 2016 01:58:55 +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 7BF68755; Wed, 28 Sep 2016 01:58:55 +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 u8S1wsXu000973; Wed, 28 Sep 2016 01:58:54 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8S1wsgq000969; Wed, 28 Sep 2016 01:58:54 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201609280158.u8S1wsgq000969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 28 Sep 2016 01:58:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422839 - in head/www: py-django18 py-django19 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: Wed, 28 Sep 2016 01:58:55 -0000 Author: wen Date: Wed Sep 28 01:58:54 2016 New Revision: 422839 URL: https://svnweb.freebsd.org/changeset/ports/422839 Log: - Update django18 and django19 to 1.8.15 and 1.9.10 (security update) MFH: 2016Q3 Modified: head/www/py-django18/Makefile head/www/py-django18/distinfo head/www/py-django19/Makefile head/www/py-django19/distinfo Modified: head/www/py-django18/Makefile ============================================================================== --- head/www/py-django18/Makefile Wed Sep 28 00:51:52 2016 (r422838) +++ head/www/py-django18/Makefile Wed Sep 28 01:58:54 2016 (r422839) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.8.13 +PORTVERSION= 1.8.15 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ - https://www.djangoproject.com/m/releases/${PORTVERSION}/ + https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 18 DISTNAME= Django-${PORTVERSION} Modified: head/www/py-django18/distinfo ============================================================================== --- head/www/py-django18/distinfo Wed Sep 28 00:51:52 2016 (r422838) +++ head/www/py-django18/distinfo Wed Sep 28 01:58:54 2016 (r422839) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463110769 -SHA256 (python/Django-1.8.13.tar.gz) = 128e8bdc11c69ea90f778435d38126453d3bf283dbd28cf15a33aa8e52245df4 -SIZE (python/Django-1.8.13.tar.gz) = 7293834 +TIMESTAMP = 1475026991 +SHA256 (python/Django-1.8.15.tar.gz) = 863e543ac985d5cfbce09213fa30bc7c802cbdf60d6db8b5f9dab41e1341eacd +SIZE (python/Django-1.8.15.tar.gz) = 7295362 Modified: head/www/py-django19/Makefile ============================================================================== --- head/www/py-django19/Makefile Wed Sep 28 00:51:52 2016 (r422838) +++ head/www/py-django19/Makefile Wed Sep 28 01:58:54 2016 (r422839) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.9.9 +PORTVERSION= 1.9.10 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ - https://www.djangoproject.com/m/releases/${PORTVERSION}/ + https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 19 DISTNAME= Django-${PORTVERSION} Modified: head/www/py-django19/distinfo ============================================================================== --- head/www/py-django19/distinfo Wed Sep 28 00:51:52 2016 (r422838) +++ head/www/py-django19/distinfo Wed Sep 28 01:58:54 2016 (r422839) @@ -1,3 +1,3 @@ -TIMESTAMP = 1136368866 -SHA256 (python/Django-1.9.9.tar.gz) = e340fb9d534aeb543280e46c3b85e6e1049029a4e6ba5571375b11c914bfde8c -SIZE (python/Django-1.9.9.tar.gz) = 7493187 +TIMESTAMP = 1475026150 +SHA256 (python/Django-1.9.10.tar.gz) = 5b3a7c9e5a21b487f16b7d52d12aab8806f0b93be1a0fbdc333acc05f515fc00 +SIZE (python/Django-1.9.10.tar.gz) = 7494610