mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
www/py-django-debug-toolbar: Upgrade to 1.2.1
- Upgrade PORTVERSION to 1.2.1 - Explicitly depend on Django >=1.4.2 Approved by: koobs (mentor)
This commit is contained in:
parent
10b91beee0
commit
97ba38fc8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358536
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-debug-toolbar
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,7 +12,7 @@ COMMENT= Configurable set of panels to display debug information
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4.2:${PORTSDIR}/www/py-django \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlparse>0:${PORTSDIR}/databases/py-sqlparse
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (django-debug-toolbar-1.1.tar.gz) = 8a4df84f9d50da3b8480be12cf41ea85223dd0dacbecc460755049aa47c968d1
|
||||
SIZE (django-debug-toolbar-1.1.tar.gz) = 108481
|
||||
SHA256 (django-debug-toolbar-1.2.1.tar.gz) = 257492c846f6ef5047134fa224c6037af0d034b75e770e6dd262e0f86306e342
|
||||
SIZE (django-debug-toolbar-1.2.1.tar.gz) = 111451
|
||||
|
Loading…
Reference in New Issue
Block a user