Index: head/www/py-django-annoying/Makefile =================================================================== --- head/www/py-django-annoying/Makefile (revision 404477) +++ head/www/py-django-annoying/Makefile (revision 404478) @@ -1,18 +1,21 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= django-annoying -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.4 CATEGORIES= www python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cs@FreeBSD.org COMMENT= Application to eliminate annoying things in the Django framework RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django +USE_GITHUB= yes + +GH_ACCOUNT= skorokithakis +GH_TAGNAME= release-${PORTVERSION} USES= python USE_PYTHON= autoplist distutils .include Index: head/www/py-django-annoying/distinfo =================================================================== --- head/www/py-django-annoying/distinfo (revision 404477) +++ head/www/py-django-annoying/distinfo (revision 404478) @@ -1,2 +1,2 @@ -SHA256 (django-annoying-0.8.0.tar.gz) = 49553b466327bda3c5d3e85aaa44287a54ed96968f9f15d8ba53fe96866e0c19 -SIZE (django-annoying-0.8.0.tar.gz) = 8987 +SHA256 (skorokithakis-django-annoying-0.8.4-release-0.8.4_GH0.tar.gz) = 158c2914276ba7e3fdc3eb2df37ab0241eca26c75eb8cc3a9f50c1d4b015d196 +SIZE (skorokithakis-django-annoying-0.8.4-release-0.8.4_GH0.tar.gz) = 11978 Index: head/www/py-django-annoying/pkg-descr =================================================================== --- head/www/py-django-annoying/pkg-descr (revision 404477) +++ head/www/py-django-annoying/pkg-descr (revision 404478) @@ -1,23 +1,23 @@ This is a django application that tries to eliminate annoying things in the Django framework. Features: render_to decorator - reduce typing in django views. signals decorator - allow use signals as decorators. ajax_request decorator - returns JsonResponse with this dict as content. autostrip decorator - strip text form fields before validation. get_object_or_None function - similar to get_object_or_404, but returns None if object not found. get_config function - get settings from django.conf if exists, return default value otherwise. AutoOneToOne field - creates related object on first call if it doesn't exist yet. HttpResponseReload - reload and stay on same page from where request was made. StaticServer middleware - instead of configuring urls.py, just add this middleware and it will serve you static files. JSONField - custom field that lets you easily store JSON data in one of your model fields. -WWW: https://bitbucket.org/offline/django-annoying/wiki/Home +WWW: https://github.com/skorokithakis/django-annoying