Index: head/www/py-django-registration/Makefile =================================================================== --- head/www/py-django-registration/Makefile +++ head/www/py-django-registration/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-registration -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django -USES= gettext python +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= pootle-* Index: head/www/py-django-registration/distinfo =================================================================== --- head/www/py-django-registration/distinfo +++ head/www/py-django-registration/distinfo @@ -1,2 +1,2 @@ -SHA256 (django-registration-1.0.tar.gz) = f19112fa1c1f34eb46427afa280398d9f044a604d68d6d0d15047243e0a71d93 -SIZE (django-registration-1.0.tar.gz) = 276715 +SHA256 (django-registration-2.0.3.tar.gz) = b8f81afe9bc38ea5a0853e9a8d8f301aedb3f8ea0aa514a88dba779eee30ac6d +SIZE (django-registration-2.0.3.tar.gz) = 63913 Index: head/www/py-django-registration/pkg-descr =================================================================== --- head/www/py-django-registration/pkg-descr +++ head/www/py-django-registration/pkg-descr @@ -1,4 +1,4 @@ A fairly simple user-registration application for Django, designed to make allowing user signups as painless as possible -WWW: http://bitbucket.org/ubernostrum/django-registration/ +WWW: https://github.com/ubernostrum/django-registration