mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
Move to newer Django
- Remove CONFLICTS_INSTALL - Bump PORTREVISION for dependency change PR: 224724 Submitted by: sunpoet (myself) Approved by: rene (maintainer)
This commit is contained in:
parent
32d0004186
commit
3f337434dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457802
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= jsonfield
|
||||
PORTVERSION= 2.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,9 +14,7 @@ COMMENT= Reusable JSONField model for Django to store validated JSON
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django110>=0:www/py-django110@${FLAVOR}
|
||||
|
||||
CONFLICTS_INSTALL=py*-django-jsonfield
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
Loading…
Reference in New Issue
Block a user