mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Change RUN_DEPENDS from py-dj22-django-taggit to py-django-taggit
- Bump PORTREVISION for dependency change PR: 247207 Submitted by: kai
This commit is contained in:
parent
24ddf4d27c
commit
05a590371d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540338
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= django-modelcluster
|
||||
PORTVERSION= 5.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -16,13 +17,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2015.2:devel/py-pytz@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= TAGGIT
|
||||
TAGGIT_DESC= Tagging support
|
||||
|
||||
TAGGIT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj22-django-taggit>=0.20:www/py-dj22-django-taggit@${PY_FLAVOR}
|
||||
TAGGIT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-taggit>=0.20:www/py-django-taggit@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user