Index: head/www/py-django-tastypie/Makefile =================================================================== --- head/www/py-django-tastypie/Makefile (revision 357545) +++ head/www/py-django-tastypie/Makefile (revision 357546) @@ -1,24 +1,24 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= django-tastypie -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Create REST API for Django apps -LICENSE= BSD +LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:${PORTSDIR}/devel/py-mimeparse \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes .include Index: head/www/py-django-tastypie/distinfo =================================================================== --- head/www/py-django-tastypie/distinfo (revision 357545) +++ head/www/py-django-tastypie/distinfo (revision 357546) @@ -1,2 +1,2 @@ -SHA256 (django-tastypie-0.11.0.tar.gz) = 84b6bb8e3f9fff5740256c229255c5d35f8d48adcaba3c8bcd63179d6ab75706 -SIZE (django-tastypie-0.11.0.tar.gz) = 727362 +SHA256 (django-tastypie-0.11.1.tar.gz) = 32c2b55268f951a627974a907f0684b1ad4e7f0720030ede8c41134e66e210a4 +SIZE (django-tastypie-0.11.1.tar.gz) = 729351 Index: head/www/py-django-tastypie/pkg-descr =================================================================== --- head/www/py-django-tastypie/pkg-descr (revision 357545) +++ head/www/py-django-tastypie/pkg-descr (revision 357546) @@ -1,16 +1,16 @@ Creating delicious APIs for Django apps since 2010. Here are some common reasons for tastypie: * You need an API that is RESTful and uses HTTP well. * You want to support deep relations. * You DON'T want to have to write your own serializer to make the output right. * You want an API framework that has little magic, very flexible and maps well to the problem domain. * You want/need XML serialization that is treated equally to JSON (and YAML is there too). * You want to support my perceived NIH syndrome, which is less about NIH and more about trying to help out friends/coworkers. -WWW: http://github.com/toastdriven/django-tastypie/ +WWW: http://github.com/toastdriven/django-tastypie