Date: Thu, 10 Dec 2015 14:31:50 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403461 - head/www/py-django-extensions Message-ID: <201512101431.tBAEVoK6037419@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512101431.tBAEVoK6037419>