mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/py-django-happenings: use Django 1.11 instead of EOL Django 1.8
PR: 230525 Submitted by: rene Approved by: maintainer (ports@caomhin.org) Sponsored by: Essen Hackathon
This commit is contained in:
parent
216dae4b84
commit
b35fcdf9e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476932
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= django-happenings
|
||||
PORTVERSION= 0.3.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,7 +14,7 @@ COMMENT= Event calendar app for Django
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
|
||||
|
||||
CONFLICTS_INSTALL= py*-django-mptt
|
||||
|
|
Loading…
Add table
Reference in a new issue