1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Update to 1.5

This commit is contained in:
Li-Wen Hsu 2013-03-05 17:29:02 +00:00
parent c0e59885dc
commit a98c945306
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313465
3 changed files with 316 additions and 97 deletions

View File

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= django
PORTVERSION= 1.4.5
PORTVERSION= 1.5
CATEGORIES= www python
MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ \
MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION}/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Django-${PORTVERSION}
@ -16,11 +16,11 @@ COMMENT= High-level Python Web framework
LICENSE= BSD
USE_GETTEXT= yes
USE_PYTHON= -2.7
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Django
CONFLICTS= py2[0-9]-django-devel-[0-9]* py2[0-9]-django-1.[23].*
CONFLICTS= py[23][0-9]-django-devel-[0-9]* py[23][0-9]-django-1.[0-46-9].*
DOCSDIR= ${PREFIX}/share/doc/py-django
@ -53,7 +53,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

View File

@ -1,2 +1,2 @@
SHA256 (python/Django-1.4.5.tar.gz) = 0e1e8c4217299672bbf9404994717fca2d8d4b7a4f7b8b3b74d413e1fda81428
SIZE (python/Django-1.4.5.tar.gz) = 7735582
SHA256 (python/Django-1.5.tar.gz) = 078bf8f8ab025ed79e41ed5cee145a64dffea638eb5c2928c8cd106720824416
SIZE (python/Django-1.5.tar.gz) = 8007045

File diff suppressed because it is too large Load Diff