Sun Aug 26 12:54:17 2012 UTC ()
Changes 0.5.4:
Bug fixes.


(adam)
diff -r1.1.1.1 -r1.2 pkgsrc/www/py-django-mptt/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/www/py-django-mptt/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/www/py-django-mptt/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/py-django-mptt/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django-mptt/Makefile 2012/01/08 07:48:36 1.1.1.1
+++ pkgsrc/www/py-django-mptt/Makefile 2012/08/26 12:54:17 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1.1.1 2012/01/08 07:48:36 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2012/08/26 12:54:17 adam Exp $
2 2
3DISTNAME= django-mptt-0.5.2 3DISTNAME= django-mptt-0.5.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= http://pypi.python.org/packages/source/d/django-mptt/ 6MASTER_SITES= http://pypi.python.org/packages/source/d/django-mptt/
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= http://github.com/django-mptt/django-mptt 9HOMEPAGE= http://github.com/django-mptt/django-mptt
10COMMENT= Utilities for implementing Modified Preorder Tree Traversal 10COMMENT= Utilities for implementing Modified Preorder Tree Traversal
11LICENSE= mit 11LICENSE= mit
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
16PYDISTUTILSPKG= yes 16PYDISTUTILSPKG= yes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/py-django-mptt/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-django-mptt/PLIST 2012/01/08 07:48:36 1.1.1.1
+++ pkgsrc/www/py-django-mptt/PLIST 2012/08/26 12:54:17 1.2
@@ -1,35 +1,37 @@ @@ -1,35 +1,37 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/08 07:48:36 adam Exp $ 1@comment $NetBSD: PLIST,v 1.2 2012/08/26 12:54:17 adam Exp $
2${PYSITELIB}/mptt/__init__.py 2${PYSITELIB}/mptt/__init__.py
3${PYSITELIB}/mptt/__init__.pyc 3${PYSITELIB}/mptt/__init__.pyc
4${PYSITELIB}/mptt/__init__.pyo 4${PYSITELIB}/mptt/__init__.pyo
5${PYSITELIB}/mptt/admin.py 5${PYSITELIB}/mptt/admin.py
6${PYSITELIB}/mptt/admin.pyc 6${PYSITELIB}/mptt/admin.pyc
7${PYSITELIB}/mptt/admin.pyo 7${PYSITELIB}/mptt/admin.pyo
8${PYSITELIB}/mptt/exceptions.py 8${PYSITELIB}/mptt/exceptions.py
9${PYSITELIB}/mptt/exceptions.pyc 9${PYSITELIB}/mptt/exceptions.pyc
10${PYSITELIB}/mptt/exceptions.pyo 10${PYSITELIB}/mptt/exceptions.pyo
11${PYSITELIB}/mptt/fields.py 11${PYSITELIB}/mptt/fields.py
12${PYSITELIB}/mptt/fields.pyc 12${PYSITELIB}/mptt/fields.pyc
13${PYSITELIB}/mptt/fields.pyo 13${PYSITELIB}/mptt/fields.pyo
14${PYSITELIB}/mptt/forms.py 14${PYSITELIB}/mptt/forms.py
15${PYSITELIB}/mptt/forms.pyc 15${PYSITELIB}/mptt/forms.pyc
16${PYSITELIB}/mptt/forms.pyo 16${PYSITELIB}/mptt/forms.pyo
17${PYSITELIB}/mptt/locale/de/LC_MESSAGES/django.mo 17${PYSITELIB}/mptt/locale/de/LC_MESSAGES/django.mo
18${PYSITELIB}/mptt/locale/de/LC_MESSAGES/django.po 18${PYSITELIB}/mptt/locale/de/LC_MESSAGES/django.po
19${PYSITELIB}/mptt/locale/dk/LC_MESSAGES/django.mo 19${PYSITELIB}/mptt/locale/dk/LC_MESSAGES/django.mo
20${PYSITELIB}/mptt/locale/dk/LC_MESSAGES/django.po 20${PYSITELIB}/mptt/locale/dk/LC_MESSAGES/django.po
21${PYSITELIB}/mptt/locale/fr/LC_MESSAGES/django.mo 21${PYSITELIB}/mptt/locale/fr/LC_MESSAGES/django.mo
22${PYSITELIB}/mptt/locale/fr/LC_MESSAGES/django.po 22${PYSITELIB}/mptt/locale/fr/LC_MESSAGES/django.po
 23${PYSITELIB}/mptt/locale/nb/LC_MESSAGES/django.mo
 24${PYSITELIB}/mptt/locale/nb/LC_MESSAGES/django.po
23${PYSITELIB}/mptt/locale/pl/LC_MESSAGES/django.mo 25${PYSITELIB}/mptt/locale/pl/LC_MESSAGES/django.mo
24${PYSITELIB}/mptt/locale/pl/LC_MESSAGES/django.po 26${PYSITELIB}/mptt/locale/pl/LC_MESSAGES/django.po
25${PYSITELIB}/mptt/managers.py 27${PYSITELIB}/mptt/managers.py
26${PYSITELIB}/mptt/managers.pyc 28${PYSITELIB}/mptt/managers.pyc
27${PYSITELIB}/mptt/managers.pyo 29${PYSITELIB}/mptt/managers.pyo
28${PYSITELIB}/mptt/models.py 30${PYSITELIB}/mptt/models.py
29${PYSITELIB}/mptt/models.pyc 31${PYSITELIB}/mptt/models.pyc
30${PYSITELIB}/mptt/models.pyo 32${PYSITELIB}/mptt/models.pyo
31${PYSITELIB}/mptt/templates/admin/mptt_change_list.html 33${PYSITELIB}/mptt/templates/admin/mptt_change_list.html
32${PYSITELIB}/mptt/templates/admin/mptt_change_list_results.html 34${PYSITELIB}/mptt/templates/admin/mptt_change_list_results.html
33${PYSITELIB}/mptt/templatetags/__init__.py 35${PYSITELIB}/mptt/templatetags/__init__.py
34${PYSITELIB}/mptt/templatetags/__init__.pyc 36${PYSITELIB}/mptt/templatetags/__init__.pyc
35${PYSITELIB}/mptt/templatetags/__init__.pyo 37${PYSITELIB}/mptt/templatetags/__init__.pyo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/py-django-mptt/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django-mptt/distinfo 2012/01/08 07:48:36 1.1.1.1
+++ pkgsrc/www/py-django-mptt/distinfo 2012/08/26 12:54:17 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2012/01/08 07:48:36 adam Exp $ 1$NetBSD: distinfo,v 1.2 2012/08/26 12:54:17 adam Exp $
2 2
3SHA1 (django-mptt-0.5.2.tar.gz) = a9f9ff7e8a7ea8a908f431af823ff8121e9b4474 3SHA1 (django-mptt-0.5.4.tar.gz) = e19fd3a3e5774d572d4f36adbe0ca50c800690db
4RMD160 (django-mptt-0.5.2.tar.gz) = efe8af1d150f6630efedbca002b1b30987474004 4RMD160 (django-mptt-0.5.4.tar.gz) = 9e5075294e0eaebfee80dfe0a70e0e5ef3e5cd18
5Size (django-mptt-0.5.2.tar.gz) = 70718 bytes 5Size (django-mptt-0.5.4.tar.gz) = 74974 bytes