Upgrade to 1.0.2, and switch maintainer to Ryan Boggs, with approval of old maintainer.
This commit is contained in:
parent
37b2e54575
commit
8a6df1f0ef
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2009/03/25 13:52:31 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2009/06/03 17:02:54 ian Exp $
|
||||
|
||||
COMMENT= high-level Python web framework
|
||||
|
||||
MODPY_EGG_VERSION= 0.96.2
|
||||
V= 0.96
|
||||
V= 1.0.2
|
||||
MODPY_EGG_VERSION= ${V}-final
|
||||
LNAME= django
|
||||
DISTNAME= Django-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${LNAME}-${MODPY_EGG_VERSION}p0
|
||||
PKGNAME= py-${LNAME}-${V}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.djangoproject.com/
|
||||
|
||||
MAINTAINER= Darrin Chandler <dwchandler@stilyagin.com>
|
||||
MAINTAINER= Ryan Boggs <rmboggs@gmail.com>
|
||||
|
||||
# BSD License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Django-0.96.2.tar.gz) = LjmkO5O1DCypC8reJgEIeA==
|
||||
RMD160 (Django-0.96.2.tar.gz) = KUiLCcxtgBNxbIp9GQ/mvJYl5Wg=
|
||||
SHA1 (Django-0.96.2.tar.gz) = J2bYWLFdXXbaYeCW+m/+tVsEafs=
|
||||
SHA256 (Django-0.96.2.tar.gz) = iWQCNYczFBKu0RhUnIPPDcwQaFCDPMdVc+hnG2js8pw=
|
||||
SIZE (Django-0.96.2.tar.gz) = 1637044
|
||||
MD5 (Django-1.0.2-final.tar.gz) = iTU+N0lmh3jxNw0uRE863A==
|
||||
RMD160 (Django-1.0.2-final.tar.gz) = DP6mIN8IMTENpO9R727k7xtll04=
|
||||
SHA1 (Django-1.0.2-final.tar.gz) = 8tkIjxev9H6hfldndAyrZ7KnO2s=
|
||||
SHA256 (Django-1.0.2-final.tar.gz) = UKXSKHQ6aaaCiZsgFBGUv4/T/XXq8zul8pMvQ+qT6g0=
|
||||
SIZE (Django-1.0.2-final.tar.gz) = 4649433
|
||||
|
@ -2,8 +2,14 @@ Complete documentation on Django may be found in:
|
||||
${PREFIX}/share/doc/${LNAME}/
|
||||
|
||||
or online:
|
||||
http://www.djangoproject.com/documentation/${V}/
|
||||
http://www.djangoproject.com/documentation/1.0/
|
||||
|
||||
If you want a database for Django you should install the Python
|
||||
database adapter(s) of your choice ('pkg_add py-psycopg',
|
||||
database adapter(s) of your choice ('pkg_add py-psycopg2',
|
||||
'pkg_add py-mysql', etc).
|
||||
|
||||
Please note, there have been significant changes between
|
||||
version 0.96 and 1.0 that may cause problems when upgrading
|
||||
projects. A guide for upgrading projects can be found
|
||||
online at:
|
||||
http://docs.djangoproject.com/en/1.0/releases/1.0-porting-guide/
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user