1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

www/py-django-debug-toolbar: upgrade to 1.1, set website to GitHub

- Upgrade to 1.1
- set pkg-descr website to the project's GitHub URL

Changelog:
* http://django-debug-toolbar.readthedocs.org/en/latest/changes.html

Approved by:	swills (mentor)
This commit is contained in:
Johannes Jost Meixner 2014-04-13 15:52:51 +00:00
parent a9409d9d97
commit 1270eaf6ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351227
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= django-debug-toolbar
PORTVERSION= 1.0.1
PORTVERSION= 1.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,2 @@
SHA256 (django-debug-toolbar-1.0.1.tar.gz) = 535b1e0176a9d955601aaba3271a148368d7710569403fbc77e5299cf097c18a
SIZE (django-debug-toolbar-1.0.1.tar.gz) = 113031
SHA256 (django-debug-toolbar-1.1.tar.gz) = 8a4df84f9d50da3b8480be12cf41ea85223dd0dacbecc460755049aa47c968d1
SIZE (django-debug-toolbar-1.1.tar.gz) = 108481

View File

@ -2,4 +2,4 @@ The Django Debug Toolbar is a configurable set of panels that display various
debug information about the current request/response and when clicked, display
more details about the panel's content.
WWW: https://pypi.python.org/pypi/django-debug-toolbar
WWW: https://github.com/django-debug-toolbar/django-debug-toolbar/