diff --git a/www/py-django-registration/Makefile b/www/py-django-registration/Makefile index 15a22862f6a9..37642948dafe 100644 --- a/www/py-django-registration/Makefile +++ b/www/py-django-registration/Makefile @@ -1,23 +1,22 @@ # Created by: Kevin Golding # $FreeBSD$ PORTNAME= django-registration -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= User-registration application for Django LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django -USES= gettext python +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= pootle-* .include diff --git a/www/py-django-registration/distinfo b/www/py-django-registration/distinfo index 9cfd273c3e04..8833679ac9b5 100644 --- a/www/py-django-registration/distinfo +++ b/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 diff --git a/www/py-django-registration/pkg-descr b/www/py-django-registration/pkg-descr index 2286f2aa3c47..6535a228a8cd 100644 --- a/www/py-django-registration/pkg-descr +++ b/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