From owner-svn-ports-head@freebsd.org Thu Dec 10 14:31:51 2015 Return-Path: Delivered-To: svn-ports-head@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 AC1129D72B6; Thu, 10 Dec 2015 14:31:51 +0000 (UTC) (envelope-from miwi@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 6186A14EC; Thu, 10 Dec 2015 14:31:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBAEVosE037422; Thu, 10 Dec 2015 14:31:50 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBAEVoK6037419; Thu, 10 Dec 2015 14:31:50 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512101431.tBAEVoK6037419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 10 Dec 2015 14:31:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403461 - head/www/py-django-extensions X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2015 14:31:51 -0000 Author: miwi Date: Thu Dec 10 14:31:50 2015 New Revision: 403461 URL: https://svnweb.freebsd.org/changeset/ports/403461 Log: - Update to 1.5.9 - Update WWW PR: 205088 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4459 Modified: head/www/py-django-extensions/Makefile head/www/py-django-extensions/distinfo head/www/py-django-extensions/pkg-descr Modified: head/www/py-django-extensions/Makefile ============================================================================== --- head/www/py-django-extensions/Makefile Thu Dec 10 14:29:59 2015 (r403460) +++ head/www/py-django-extensions/Makefile Thu Dec 10 14:31:50 2015 (r403461) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-extensions -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.9 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-extensions/distinfo ============================================================================== --- head/www/py-django-extensions/distinfo Thu Dec 10 14:29:59 2015 (r403460) +++ head/www/py-django-extensions/distinfo Thu Dec 10 14:31:50 2015 (r403461) @@ -1,2 +1,2 @@ -SHA256 (django-extensions-1.5.6.tar.gz) = 65fb2d714fd5bdb9b08832993c2c8478b25d98c2a3e787696cfe762acae64544 -SIZE (django-extensions-1.5.6.tar.gz) = 404366 +SHA256 (django-extensions-1.5.9.tar.gz) = 59c12ad4dae6cb7a54deac626a0907d8b0d19b5757dc1d15b06374695131528b +SIZE (django-extensions-1.5.9.tar.gz) = 405401 Modified: head/www/py-django-extensions/pkg-descr ============================================================================== --- head/www/py-django-extensions/pkg-descr Thu Dec 10 14:29:59 2015 (r403460) +++ head/www/py-django-extensions/pkg-descr Thu Dec 10 14:31:50 2015 (r403461) @@ -1,3 +1,3 @@ Global custom management extensions for the Django Framework. -WWW: http://django-extensions.readthedocs.org/ +WWW: https://github.com/django-extensions/django-extensions