- Update to 0.91
PR: ports/93782 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
This commit is contained in:
parent
c95bab852e
commit
16a96797f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159120
12 changed files with 3284 additions and 2960 deletions
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= django
|
||||
PORTVERSION= 0.90
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.91
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://media.djangoproject.com/releases/0.90/
|
||||
MASTER_SITES= http://media.djangoproject.com/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Django-${PORTVERSION}
|
||||
|
||||
|
@ -23,6 +22,8 @@ USE_PYTHON= 2.3+
|
|||
USE_PYDISTUTILS= yes
|
||||
NO_BUILD= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-django
|
||||
DJANGOVER= ${PORTVERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER}
|
||||
|
||||
OPTIONS= MOD_PYTHON3 "Install Apache2 with mod_python3" off \
|
||||
POSTGRESQL "PostgreSQL support" off \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (python/Django-0.90.tar.gz) = 16e1a377e58c25e8b36df49fb7d9d122
|
||||
SHA256 (python/Django-0.90.tar.gz) = 408c25ccb562f704957b6c22ce90a5a69ea94891f38f1033de4037045fbe5e8f
|
||||
SIZE (python/Django-0.90.tar.gz) = 572850
|
||||
MD5 (python/Django-0.91.tar.gz) = b1f13aa828c0a564581043658c66ae3d
|
||||
SHA256 (python/Django-0.91.tar.gz) = 7a2822e3a7670c2d2019f74ed7c0aa3c574eb4eb987067b29fe7bbd361300977
|
||||
SIZE (python/Django-0.91.tar.gz) = 878533
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= django
|
||||
PORTVERSION= 0.90
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.91
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://media.djangoproject.com/releases/0.90/
|
||||
MASTER_SITES= http://media.djangoproject.com/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Django-${PORTVERSION}
|
||||
|
||||
|
@ -23,6 +22,8 @@ USE_PYTHON= 2.3+
|
|||
USE_PYDISTUTILS= yes
|
||||
NO_BUILD= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-django
|
||||
DJANGOVER= ${PORTVERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER}
|
||||
|
||||
OPTIONS= MOD_PYTHON3 "Install Apache2 with mod_python3" off \
|
||||
POSTGRESQL "PostgreSQL support" off \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (python/Django-0.90.tar.gz) = 16e1a377e58c25e8b36df49fb7d9d122
|
||||
SHA256 (python/Django-0.90.tar.gz) = 408c25ccb562f704957b6c22ce90a5a69ea94891f38f1033de4037045fbe5e8f
|
||||
SIZE (python/Django-0.90.tar.gz) = 572850
|
||||
MD5 (python/Django-0.91.tar.gz) = b1f13aa828c0a564581043658c66ae3d
|
||||
SHA256 (python/Django-0.91.tar.gz) = 7a2822e3a7670c2d2019f74ed7c0aa3c574eb4eb987067b29fe7bbd361300977
|
||||
SIZE (python/Django-0.91.tar.gz) = 878533
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= django
|
||||
PORTVERSION= 0.90
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.91
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://media.djangoproject.com/releases/0.90/
|
||||
MASTER_SITES= http://media.djangoproject.com/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Django-${PORTVERSION}
|
||||
|
||||
|
@ -23,6 +22,8 @@ USE_PYTHON= 2.3+
|
|||
USE_PYDISTUTILS= yes
|
||||
NO_BUILD= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-django
|
||||
DJANGOVER= ${PORTVERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER}
|
||||
|
||||
OPTIONS= MOD_PYTHON3 "Install Apache2 with mod_python3" off \
|
||||
POSTGRESQL "PostgreSQL support" off \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (python/Django-0.90.tar.gz) = 16e1a377e58c25e8b36df49fb7d9d122
|
||||
SHA256 (python/Django-0.90.tar.gz) = 408c25ccb562f704957b6c22ce90a5a69ea94891f38f1033de4037045fbe5e8f
|
||||
SIZE (python/Django-0.90.tar.gz) = 572850
|
||||
MD5 (python/Django-0.91.tar.gz) = b1f13aa828c0a564581043658c66ae3d
|
||||
SHA256 (python/Django-0.91.tar.gz) = 7a2822e3a7670c2d2019f74ed7c0aa3c574eb4eb987067b29fe7bbd361300977
|
||||
SIZE (python/Django-0.91.tar.gz) = 878533
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= django
|
||||
PORTVERSION= 0.90
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.91
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://media.djangoproject.com/releases/0.90/
|
||||
MASTER_SITES= http://media.djangoproject.com/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Django-${PORTVERSION}
|
||||
|
||||
|
@ -23,6 +22,8 @@ USE_PYTHON= 2.3+
|
|||
USE_PYDISTUTILS= yes
|
||||
NO_BUILD= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-django
|
||||
DJANGOVER= ${PORTVERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER}
|
||||
|
||||
OPTIONS= MOD_PYTHON3 "Install Apache2 with mod_python3" off \
|
||||
POSTGRESQL "PostgreSQL support" off \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (python/Django-0.90.tar.gz) = 16e1a377e58c25e8b36df49fb7d9d122
|
||||
SHA256 (python/Django-0.90.tar.gz) = 408c25ccb562f704957b6c22ce90a5a69ea94891f38f1033de4037045fbe5e8f
|
||||
SIZE (python/Django-0.90.tar.gz) = 572850
|
||||
MD5 (python/Django-0.91.tar.gz) = b1f13aa828c0a564581043658c66ae3d
|
||||
SHA256 (python/Django-0.91.tar.gz) = 7a2822e3a7670c2d2019f74ed7c0aa3c574eb4eb987067b29fe7bbd361300977
|
||||
SIZE (python/Django-0.91.tar.gz) = 878533
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue