mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 20140423 snapshot
Security: 59e72db2-cae6-11e3-8420-00e0814cab4e
This commit is contained in:
parent
29d08c3506
commit
5c818b158c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351935
@ -14,16 +14,14 @@ DIST_SUBDIR= python
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= High-level Python Web framework
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
SNAPSHOTDATE= 20131025
|
||||
SNAPSHOTDATE= 20140423
|
||||
|
||||
USE_XZ= yes
|
||||
USES= gettext
|
||||
USES= gettext tar:xz
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYTHON_PY3K_PLIST_HACK= yes
|
||||
PYDISTUTILS_PKGNAME= Django
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYDISTUTILS_PKGVERSION= 1.7
|
||||
|
||||
CONFLICTS= py2[0-9]-django-[0-9]*
|
||||
@ -38,6 +36,9 @@ OPTIONS_GROUP= DATABASE
|
||||
OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE
|
||||
HTMLDOCS_DESC= Install the HTML documentation (requires Sphinx)
|
||||
|
||||
PLIST_FILES= man/man1/django-admin.1.gz \
|
||||
man/man1/gather_profile_stats.1.gz
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MPGSQL}
|
||||
@ -57,7 +58,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MHTMLDOCS}
|
||||
. if empty(PORT_OPTIONS:MDOCS)
|
||||
. if ! ${PORT_OPTIONS:MDOCS}
|
||||
IGNORE= you cannot build documentation while setting NOPORTDOCS
|
||||
. endif
|
||||
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (python/Django-20131025.tar.xz) = 56393be35977e9f106f085bb4a0025da5c4a4de3908eb40b22aef45c29c74cbe
|
||||
SIZE (python/Django-20131025.tar.xz) = 4618532
|
||||
SHA256 (python/Django-20140423.tar.xz) = d40b8d98cac40d40844c552953aa7a6d1faba10b21aebffd765684d54f85cc29
|
||||
SIZE (python/Django-20140423.tar.xz) = 4540492
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user